Speed and Performance
Although ASP.NET 1.x is the one of the world’s fastest web application servers,
Microsoft aims to make it even faster by bundling the performance improvements
in ASP.NET 2.0. It is now 64-bit-enabled, meaning it can take advantage of the
full memory address space of new 64-bit processors and servers. Developers can
simply copy existing 32-bit ASP.NET applications onto a 64-bit ASP.NET 2.0
server, and the web applications will be automatically JIT compiled and
executed as native 64-bit applications. As part of the performance
improvements, ASP.NET 2.0 also enhances the caching feature set by providing
new functionalities. The next section provides you with a quick overview of the
caching improvements in ASP.NET 2.0.
More Related links
This includes introduction of .Net framework, .Net framework architecture, role
of assembly and GAC.
This includes explanation of code security, Principal object, declarative and
imperative security, role-based security, code access security and code group.
Here you have details about exception handling and ways to handle exception in
ASP.NET. It also includes brief detail of Try/catch block, Error Events
and Custom Error Pages.
This includes description about validation control, its types and steps to use
them in ASP.NET.
This is complete article on ADO.NET with code and interview questions
Here it shows how a page controller pattern works in ASP.NET.
MVC, which stands for Model View Controller, is a design pattern that helps us
achieve the decoupling of data access and business logic from the presentation
code , and also gives us the opportunity to unit test the GUI effectively and
neatly, without worrying about GUI changes at all..........
|