What is Asp.Net
ASP.NET stands for Active Server Pages .NET and is developed by Microsoft. ASP.NET is used to create web pages and web technologies and is an integral part of Microsoft’s .NET framework vision. As a member of the .NET framework, ASP.NET is a very valuable tool for programmers and developers as it allows them to build dynamic, rich web sites and web applications using compiled languages like VB and C#.
.NET is language independent, which means you can use any .NET supported language to make .NET applications. The most common languages for writing ASP.NET applications are C# and VB.NET. While VB.NET is directly based VB (Visual Basic), C# was introduced together with the .NET framework, and is therefore a some what new language. Some people call C# "the .NET language", but according to Microsoft, you can do all the same things, no matter if you're using C# or VB.NET.
In the early days of the Web i.e. before the release of Internet Information Services (IIS) in 1997, the contents of web pages were largely static. These web pages needed to be constantly, and manually, modified. There was an urgent need to create web sites that were dynamic and would update automatically.
Microsoft’s Active Server Pages (ASP) was brought to the market to meet this need. ASP executed on the server side, with its output sent to the user’s web browser, thus allowing the server to generate dynamic web pages based on the actions of the user.
These server-side technologies are important contributions to the development of the Web. Amazon.com, eBay.com, and many other popular web sites use ASP.NET as the framework for their site; without ASP.NET it would not be possible.
Advantage Of Asp.Net
1. ASP.NET drastically reduces the amount of code required to build large applications.
2. Easily works with ADO.NET using data-binding and page formatting features. It is an application which runs faster and counters large volumes of users without having performance problems.
3. It provides better performance by taking advantage of early binding, just-in-time compilation, native optimization, and caching services right out of the box.
4. Introduction of view state helps in maintaining state of the controls automatically between the postbacks events.
5. The ASP.NET framework is complemented by a rich toolbox and designer in the Visual Studio integrated development environment. WYSIWYG editing, drag-and-drop server controls, and automatic deployment are just a few of the features this powerful tool provides.
6. The source code and HTML are together therefore ASP.NET pages are easy to maintain and write. Also the source code is executed on the server. This provides a lot of power and flexibility to the web pages.
7. All the processes are closely monitored and managed by the ASP.NET runtime, so that if process is dead, a new process can be created in its place, which helps keep your application constantly available to handle requests.
8. It is purely server-side technology so, ASP.NET code executes on the server before it is sent to the browser.
9. Being language-independent, it allows you to choose the language that best applies to your application or partition your application across many languages.
10. ASP.NET makes for easy deployment. There is no need to register components because the configuration information is built-in.
11. The Web server continuously monitors the pages, components and applications running on it. If it notices any memory leaks, infinite loops, other illegal activities, it immediately destroys those activities and restarts itself.
12.With built-in Windows authentication and per-application configuration, your applications are safe and secured.
13. Web application exists in compiled form on the server so the execution speed is faster as compared to the interpreted scripts.
14. Provides simplicity as ASP.NET makes it easy to perform common tasks, from simple form submission and client authentication to deployment and site configuration.
15.ASP.NET offers built-in security features through windows authentication or other authentication methods.
ASP.NET stands for Active Server Pages .NET and is developed by Microsoft. ASP.NET is used to create web pages and web technologies and is an integral part of Microsoft’s .NET framework vision. As a member of the .NET framework, ASP.NET is a very valuable tool for programmers and developers as it allows them to build dynamic, rich web sites and web applications using compiled languages like VB and C#.
.NET is language independent, which means you can use any .NET supported language to make .NET applications. The most common languages for writing ASP.NET applications are C# and VB.NET. While VB.NET is directly based VB (Visual Basic), C# was introduced together with the .NET framework, and is therefore a some what new language. Some people call C# "the .NET language", but according to Microsoft, you can do all the same things, no matter if you're using C# or VB.NET.
In the early days of the Web i.e. before the release of Internet Information Services (IIS) in 1997, the contents of web pages were largely static. These web pages needed to be constantly, and manually, modified. There was an urgent need to create web sites that were dynamic and would update automatically.
Microsoft’s Active Server Pages (ASP) was brought to the market to meet this need. ASP executed on the server side, with its output sent to the user’s web browser, thus allowing the server to generate dynamic web pages based on the actions of the user.
These server-side technologies are important contributions to the development of the Web. Amazon.com, eBay.com, and many other popular web sites use ASP.NET as the framework for their site; without ASP.NET it would not be possible.
Advantage Of Asp.Net
1. ASP.NET drastically reduces the amount of code required to build large applications.
2. Easily works with ADO.NET using data-binding and page formatting features. It is an application which runs faster and counters large volumes of users without having performance problems.
3. It provides better performance by taking advantage of early binding, just-in-time compilation, native optimization, and caching services right out of the box.
4. Introduction of view state helps in maintaining state of the controls automatically between the postbacks events.
5. The ASP.NET framework is complemented by a rich toolbox and designer in the Visual Studio integrated development environment. WYSIWYG editing, drag-and-drop server controls, and automatic deployment are just a few of the features this powerful tool provides.
6. The source code and HTML are together therefore ASP.NET pages are easy to maintain and write. Also the source code is executed on the server. This provides a lot of power and flexibility to the web pages.
7. All the processes are closely monitored and managed by the ASP.NET runtime, so that if process is dead, a new process can be created in its place, which helps keep your application constantly available to handle requests.
8. It is purely server-side technology so, ASP.NET code executes on the server before it is sent to the browser.
9. Being language-independent, it allows you to choose the language that best applies to your application or partition your application across many languages.
10. ASP.NET makes for easy deployment. There is no need to register components because the configuration information is built-in.
11. The Web server continuously monitors the pages, components and applications running on it. If it notices any memory leaks, infinite loops, other illegal activities, it immediately destroys those activities and restarts itself.
12.With built-in Windows authentication and per-application configuration, your applications are safe and secured.
13. Web application exists in compiled form on the server so the execution speed is faster as compared to the interpreted scripts.
14. Provides simplicity as ASP.NET makes it easy to perform common tasks, from simple form submission and client authentication to deployment and site configuration.
15.ASP.NET offers built-in security features through windows authentication or other authentication methods.
0 comments:
Post a Comment