ASP.NET INTRODUCTION
ASP.NET is a web application framework developed and marked by Microsoft to allow programmers to build dynamic websites, web application and web services. It was first released in January 2002 with version 1.0 of the .NET framework, and it is successor to Microsoft’s Active Server Pages(ASP) technology. ASP.NET is built on the Common Language Runtime(CLR) allowing programmers to write ASP.NET code using any supported .NET language.
- Separation Of Code From HTML :-
To make a clean sweep, with ASP.NET we have the ability to completely separate layout and business logic. This makes it much easier for teams of programmer and designers to collaborate efficiently.
- Support For Compiled Languages :-
- Use Services Provided By The .NET Framework :-
- Graphical Development Environment :-
- State Management :-
- Update Files While The Server Is Running :-
Components of our application can be updated while the server is online and clients are connected. The Framework will use the new files as soon as they are copied to the application. Removed or old files that are still in use are kept in memory until the clients have finished.
- XML-Based Configuration Files :-
0 comments:
Post a Comment