Official Review
NULL
|
Other links at ASP.NET > Tips and Tutorials |
| 1. |
Migrating from ASP to ASP.NET on Windows Server 2003
|
|
|
Consider the perceived risks of migrations that tend to cloud the benefits of new technologies from a business perspective, making it difficult to justify technology migrations to the decision makers in an enterprise. See how these risks can be identified, planned for ahead of time and evaluated against cost, time to market, and other business factors so that the project planner can have a solid handle on the bottom line of a project. See examples from a real-world commercial application and look at each of the business and technological factors that needed to be addressed when migrating an ASP application to ASP.NET on the soon to be released Windows Server 2003.
|
| 3. |
Using the DataList control
|
|
|
This tutorial covers the creation of a DataList control to retrieve records from a database. Also shows you how to make the DataList esthetic by changing its attributes.
|
| 4. |
Creating Custom RSS Feeds – Part 1
|
|
|
This article explains how to use the .NET XmlTextWriter class to create a custom RSS feed. I have decided to write this article in 2 parts. In this part, I will focus on creating the RSS feed and how to consume it from an asp.net page. In part 2, I will focus on creating a dynamic RSS feed with ADO.NET.
|
| 5. |
Using CultureInfo to modify output
|
|
|
Mostly 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
|
|
|