Showing posts with label Learn ASP. Show all posts
Showing posts with label Learn ASP. Show all posts

Sunday, February 13, 2011

ASP Introduction for Beginners

What is ASP? There are number of technologies available today for developing composite web sites and web applications. ASP.NET 2.0 enables us o develop web sites & applications very easily.
Even if you have developed web applications before, or if you are new in the field of web development, there’s a lot to learn about this ASP technology. It is built on top of version 2.0 of the .NET Framework, ASP.NET 2.0 extends on the functionality first seen in
ASP.NET 1.0 and 1.1. At its core, you have a control-based, event- driven architecture, which means that you can add small blocks of code to a page, and can also see dynamic results, and you can react to user input to provide a smooth and spontaneous user experience. So the change since the previous edition of ASP.NET is in the amount of code you have to write.