In this tutorial you will learn What’s New in ASP.NET 2.0, New Controls, Master Pages, Site Navigation, User Management, Personilizaiton, Themes and Skins, Mobile Devices, Site Counters, Configuration and Deployment.
GDI+ (Graphics Device Interface) is the new interface for drawing Windows graphics. It is used frequently in Windows Applications but the nice thing is that they are also available in ASP.NET Web Applications.
In 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.
The ASP.NET 2.0 Wizard control simplifies many of the tasks associated with building a web application. In this tutorial we will look at the basics of the Wizard Control by creating a simple data collection form and then advance to simulate an online test wizard that will be generated dynamically.
ASP.NET 2.0 Training : Working with Web Parts - In this tutorial you will learn about Understanding Web Parts, Building pages with Web Parts, Web Part Display Modes, Advantages of using WebParts, To create a new Web site using WebParts, The Web.config File and Adding the WebPartManager Control.
Explains how to work with ASP.NET user controls at run-time. User controls offer great flexibility than server-side includes (SSIs) by accessing the object model support provided by ASP.NET.
In this source code we will look at anyother new focus on ASP.NET. We could write binay files using BinaryWriter class. Let's see it on a sample code. .
Explans in details how to use XML automatic documentation tags in ASP.NET 2.0 source code. We will illustrate in more details how you can benefit from this technique to the most extent by using some other recommended XML tags to give more comprehensiveness and functionality to your final documentation file.
Learn how to serialize .NET classes to Xml at runtime using System.Xml.Serialization.XmlSerializer. Then, use SQL Server's OPENXML functionality to bulk load hundreds of records across multiple tables in a single stored procedure call.