INTRODUCTION OF ASP.NET
We can say that ASP.net is programming framework used to developed web applications and web services with help of any compatible .net language. Such as visual C#.net or Vb.net.Basically it is next generation of Classic ASP.
It provides the easy way to build, deploy and run web application on any browser.
OR
In another words we can say that Asp.net is a web development platform, which provides a program model, a comprehensive software infrastructure and various services required to build up robust web application for personal computer as well as mobile application.
What is Web Application
A web application is an application program i.e. stored on a remote server and delivered over the internet or intranet through a browser interface.
Or
In another words we can say that A web application is s/w package that can be accessed through the web browser interface. The s/w and database reside on a central server machine interface. Rather than being installed on the desktop machine and it is accessed over a network.
Flow of web Application
1. Initial request is triggered by user through the browser over the network to the web server.
2. The web server manage the request forwarding to the application web application server.
3. The web application server perform the requested task.
4. Access the database ,if needed.
5. And response back to the web server.
6. The web server response back to the user with the successful transaction.
7. And finally output appears on the user browser.
No comments:
Post a Comment