Issues and Resolution while Migrating from DotNet Framework 1.1 to 2.0(technotes.towardsjob.com)
submitted by
nitinkumarbe(175) 2 years, 8 months ago
Key Benefits
* The new API gives a fine grain control on the behavior of the runtime with regards to multithreading, memory allocation, assembly loading and more.
* To take advantage of better Debugging and error checking.
* The ASP.NET 2.0 compiler automatically compiles application code and dependent resources when a request is made to a resource on your Web site.
* In the ASP.NET page compilation model, code-behind files are compiled at run time into multiple assemblies on first request to the corresponding .aspx files.
* Improved markup and code separation, reserved application folders, and automatic code compilation provided by .NET 2.0 framework.
* The new code-behind model based on partial classes allows greater separation of markup and code, and removes the need for control declarations and event wire-up code in your code-behind files read more...
|category: C#
|Views: 2
tags:
C# another
Everyones tags:
Your Tags: