Asp.Net
ASP.NET Tutorial PDF for Beginners (FREE Download)
$20.20 $9.99 for today 4.6 (118 ratings) Key Highlights of ASP.NET Tutorial PDF 157+ pages eBook...
ASP.Net is a web development platform provided by Microsoft. It is used for creating web-based applications. ASP.Net was first released in the year 2002.
The first version of ASP.Net deployed was 1.0. The most recent version of ASP.Net is version 4.6. ASP.Net is designed to work with the HTTP protocol. This is the standard protocol used across all web applications.
ASP.Net applications can also be written in a variety of .Net languages. These include C#, VB.Net, and J#. In this chapter, you will see some basic fundamental of the .Net framework.
The full form of ASP is Active Server Pages, and .NET is Network Enabled Technologies.
ASP.Net is a framework which is used to develop a Web-based application. The basic architecture of the ASP.Net framework is as shown below.
The architecture of the.Net framework is based on the following key components
Below are some of the key characteristics of the ASP.Net framework
The application needs to remember the items the user choose for the purchase. This is known as remembering the state of an application at a current point in time. HTTP is a stateless protocol. When the user goes to the purchase page, HTTP will not store the information on the cart items. Additional coding needs to be done to ensure that the cart items can be carried forward to the purchase page. Such an implementation can become complex at times. But ASP.Net can do state management on your behalf. So ASP.Net can remember the cart items and pass it over to the purchase page.
ASP.Net is a development language used for constructing web-based applications. ASP.Net is designed to work with the standard HTTP protocol.
$20.20 $9.99 for today 4.6 (118 ratings) Key Highlights of ASP.NET Tutorial PDF 157+ pages eBook...
The HTTP protocol on which all web applications work is a stateless protocol. By stateless, it...
This is a curated list of most frequently asked .NET Interview Questions and Answers that help...
What is IIS? IIS or Internet Information Server is the server used to host .Net web applications. IIS is...
What is WCF? WCF stands for Windows Communication Foundation. It is used to create a distributed and...
What is ASP.NET MVC? ASP.NET MVC is an open source web development framework from Microsoft that...