Email : honey1621@gmail.com
ASP.net with C#

Microsoft ASP.net is a technology for server-side script that can be used to create dynamic, interactive Web applications. An ASP.net page is an HTML page that contains server scripts that are processed by a web server before being sent to your browser. You can combine ASP with Extensible Markup Language (XML) and Hypertext Markup Language (HTML) to create interactive websites powerful. ASP.net coding is more "compact" than ASP code the scripts required to perform a given function are shorter in ASP.net than they are in ASP. Since server-side script is building a regular HTML page can be used in almost any browser. An ASP.net file can be created using any text editing tool such as Notepad.
Since 1995, Microsoft is constantly working to divert the attention of Windows platforms to the Internet. Accordingly, Microsoft introduced ASP (Active Server Pages) in November 1996. ASP offers the efficiency of ISAPI applications with a new level of simplicity that has made it easy to understand and use. But the ASP script is a script interpreted and consisted of unstructured code and was difficult to debug and maintain. As the web is composed of several different technologies integrated software for web development was complicated and could include many different technologies. In addition, as applications become larger and become more complex, the number of lines of source code in ASP applications has increased dramatically and was difficult to maintain. Therefore, an architecture that should allow the development of Web applications in a structured and consistent.
Advantages Using ASP.NET
- ASP.NET drastically reduces the amount of code required to build large applications.
- ASP.NET makes development simpler and easier to maintain with an event-driven,server-side programming model.
- ASP.NET pages are easy to write and maintain because the source code and HTML are together
The source code is executed on the server. The pages have lots of power and flexibility by this approach. - The source code is compiled the first time the page is requested. Execution is fast as the Web Server compiles the page the first time it is requested. The server saves the compiled version of the page for use next time the page is requested.
- The HTML produced by the ASP.NET page is sent back to the browser. The application source code you write is not sent and is not easily stolen.
- ASP.NET makes for easy deployment. There is no need to register components because the configuration information is built-in the Web server continuously monitors the pages, components and applications running on it. If it noticies memory leaks, infinite loops, other illegal software or activities, it seamlessly kills those activities and restarts itself.
- ASP.NET validates information (validation controls) entered by the user without writing a single line of code.
- ASP.NET easily works with ADO .NET using data-binding and page formatting features.
- ASP.NET applications run fater and counters large volumes of users without performnce problems
Jump to a Course

Who can join Asp.net
Asp.net Course Module
Best Asp.net Training Institute
Students Ratings
Companies working with Asp.net
Asp.net Interview Questions
Asp.net Entry Requirements

