Friday, 24 April 2015

Introduction Of Asp.Net

By
Asp stand for Active Server Pages was introduced in 1998 as Microsoft's first server side scripting. Asp.Net is provide the web-application development environment.

Asp.Net is the part of the Microsoft's .Net technology. ASP.NET has better language support, a large set of user controls, XML-based components, and integrated user authentication. ASP.NET pages have the extension .aspx, and It's code file extension is .aspx.cs.

When a browser requests an ASP.NET file, the ASP.NET engine reads the file, compiles and executes the scripts in the file, and returns the result to the browser as plain HTML(Hyper Text Markup Language). ASP.NET is a server-side technology.

Advantages of Asp.Net :-
  • Support for compiled languages.
  • Graphical development environment.
  • Updates files when server is running.
  • Reduce the amount the code.
  • Separation of code from html.
  • State management.
  • XML based configuration files.
  • Provide Authentication.  




0 comments:

Post a Comment