rewriting ASP.NET from the ground up, and ASP.NET is not fully backward
compatible with ASP 3.0.
4. In the next chapter of this tutorial,you can read more about the differences
between ASP and ASP.NET .
.NET Framework
1.For the Microsoft .NET platform,the .NET Framework is theinfrastructur e .
2. For building, deploying, and running Web applications and Web Services,the
.NET Framework is an environment.
3.The .NET Framework contains common class libraries - like ADO.NET, ASP.NET
and Windows Forms - to provide advanced standard services that can be
integrated into a variety of computer systems and a common language runtime.
4.
5. The .NET Framework provides an easy integration between a number of
different development languagesa feature-rich application environment,
simplified development and .
6.The .NET Framework is language neutral and Currently it supports C++, C#,
Visual Basic, and JScript (Microsoft's version ofJavaScript).
7. For the .NET Framework,Microsoft's Visual Studio.NET is a common
development environment.
Advantages of Using ASP.NET
1.Improving Development productivity by reducing the lines of code to be written by
70% and also most of the frequently required code is now available out of the box.
2.To connect to new devices that may emerge in the future ,ASP.NET is making easier
to use with existing devices like Web browsers, PDAs, Cell phones and so on with a
potential.
3. Increasing scalability and performance for developing fast web applications
platforms by providing facilities such as caching.
4. Simplifying the management and administration of web applications
3
Add a Comment