Chapter 1-1.
Chapter 1-1.
Chapter 1-1.
NET
• History of Asp.Net
• Introduction to Asp.Net
• Features of Asp.Net
• Structure of Asp.Net Page
• ASP.NET Web Pages Model(Single Page Model, Two Page Model)
History of ASP.Net:
✓ ASP .Net is a Microsoft technology for building web applications that leverages all
the fantastic technologies you can find in .NET Framework.
✓ ASP.Net is an exiciting web programming technology pioneered by Microsoft that
allows developers to create dynamic web pages.
✓ ASP.Net is a robust and mature technology. Asp.NET version 1.0 was released in
January 2002 and quickly became the web programming technology of choice for
many. In November 2005, Microsoft released the much-anticipated version 2.0. Two
years later, in November 2007, Microsoft released ASP.Net version 3.2. And
ASP.NET 4 was inveiled in April 2010.
✓ SQL Server 2008 is a database engine, which is a specialised application designed to
efficiently store and query data. Many websited interact with databases; any
ecommerce website, for example, displays product information and records purchase
orders in a database.
Introduction to ASP.NET :
✓ What is ASP.NET?
o It is a technology for internet programming.
o It is a powerful tool for web application.
o Web application is a web site containing as many pages and data stored in a
database.
o Web page is a form in a website. It is a fundamental component of ASP.NET.
o ASP.NET is the technology that can be employed to create dynamic web
pages.
o Contents of dynamic web application are normally stored in a database that
can be loaded to the page and the page contains only controls.
o Visual Studio is an IDE for all the Microsoft .Net framework form and
window development.
o A technology to develop content-rich dynamic and personalized websites.
✓ How does ASP.NET work?
*****