|
|
Tips and Tutorials
ASP.NET » Tips and Tutorials
A D V E R T I S E M E N T
Want free Oracle Magazine? Apply here now!
Working with the System Registry - FreeIn this article we will cover working with the system registry, both reading and writing values. In this example, we will cover creating a license registration for your application. Adding Web Services to Your ASP.Net Application - FreeIn this article we will cover exposing an existing ASP.Net application as a Web service. We will provide methods for creating the Web service, converting readers to data sets, and a client application for the new service. Implementing Secure Business Transactions Across Organizations - FreeWeb Services Enhancements for Microsoft .NET (WSE) provides an implementation of the Web services architecture for developers creating Web services by using ASP.NET and Microsoft .NET Framework client applications. It allows developers to incorporate security, routing, and attachment features in their application. Methods for Active Directory Management - FreeHere we provide several methods for managing your Active Directory database via ASP.Net code. We'll cover querying user information using System.DirectoryServices, changing user accounts, and group management. Programming with Master Pages, Themes/Skins, and Navigation Control - freewareDrill down on some of the new and exciting page framework features in ASP.NET "Whidbey". See how to leverage exciting features like Master Pages and Themes/Skins to richly customize Web UI, demonstrates how to leverage the new cross page postback features to postback server controls to other pages, and the new Site Navigation API and navigation controls to make building Web apps a breeze. Migrating from PHP to ASP.NET - freewareLearn about migrating from PHP to ASP.NET. Learn about the features, functionality and architecture of both systems. Creating Dropdown list control from DatasourceWe will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource. This code also displays us ASP.NET is easier than classical ASP to generate custom controls.
Using CultureInfo to modify outputMostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings Introduction to Microsoft's .NET Platform by Nakul Goyal - FreeThis article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#. Counting Records In ASP.NETThe following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application. How to use GetDirectoriesWhile working with file system, sometimes we must list all directories in a folder. This sample shows us how to list all directories in a folder. Source code written in Visual Basic.NET can easily modify to work in an application. The Http Runtime - freewareLearn about: Role of the HttpRuntime; What is the HttpRuntime; Drill-down; HttpContext; HttpHandler; Application Events; Global.asax; HttpModule and Hosting the HttpRuntime. Source code included. Troubleshooting ASP.NET Applications on IIS 6.0 - freewareInternet Information Services (IIS) 6.0 makes it possible for organizations of all sizes to quickly and easily deploy powerful Web sites, Web applications, and Web services. IIS 6.0 provides a high-performance platform for applications built using the Microsoft .NET Framework, and introduces a completely new architecture to host .NET Web applications reliably, securely, and make them easier to manage. Troubleshooting these applications on IIS 6.0 requires new ways of doing things. Get detailed information on how to debug .NET applications on IIS 6.0, including how to use various tools and IIS 6.0 features to make debugging these applications easier. Database Access Within an Assembly - FreeWe can easily connect a database server within an assembly. After we compile this source code you can access your database provider. In tis source code I have used SQL Server.
Introduction to ASP.NETReview the features and shortcomings of classic Active Server Pages.
Understand the advantages of an ASP.NET application. Learn about server controls and events in ASP.NET. Create a simple Web Service in ASP.NET.
Inserting a Common Navigation Using .NetThis tutorial covers one option for including a common header and footer into your HTML pages without having to modify the html page itself. Technologies used are the System.XML, System.Net, and System.IO .Net classes. Quick .Net File Download SecurityIn this article we will discuss providing a programmable method of securing files on for your ASP.Net applications. This code could come in handy where you have an application hosted on an ISP and you do not have access to a folder outside of your Web directory structure, and you are not able to change permissions on folder in the Web. This method does not require storing your file in a binary field in your database, thus reducing cost of having to buy database storage from your ISP, and with no impact on the network traffic between the database and web servers. Introduction to C# Syntax Part 1William Fawthrop (aka Informant) gives us his first .NET article in what promises to be a great new series of articles from him. The author specializes in .NET migration as well as creative solutions in the .NET framework. In this article: A C# 'Hello World' with a loop.
Generating Text Images on the Fly with ASP.NETHave you ever needed to have an image of some text generated dynamically on the fly? There are tons of possible applications for this type of thing, but prior to ASP.NET it was a relatively difficult thing to do. This article explains how to generate text images on the fly using ASP.NET. Source code available for download. Using ASP.NET Code-Behind Without Visual Studio.NETThe author writes "One of the things that keeps coming up as a benefit of switching to ASP.NET is the ability to use code-behind to separate display code from application logic. In Visual Studio.NET, this is 'automagically' done for you. So what if you don't have VS.NET? Here's how you can implement code-behind using just a plain old text editor and the tools included in the .NET Framework... no VS.NET required!" Source codes available for download.
|
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
| |
|