Thursday, January 26, 2012

ASP.NET the killer application to develop web and web service

The new and updated version(Someone saying it’s a entirely new technology) of Microsoft’s Active Server Page. ASP.NET is a Web application framework developed and marketed by Microsoft to allow programmers to build dynamic Web sites, Web applications and Web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the 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. The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages.
ASP.NET Web pages, known officially as Web Forms, are the main building block for application development. Web forms are contained in files with an ".aspx" extension, these files typically contain static (X)HTML markup, X for Extensible markup language as well as markup defining server-side Web Controls and User Controls where the developers place all the required static and dynamic content for the Web page. Additionally, dynamic code which runs on the server can be placed in a page within a block <% -- dynamic code -- %>, which is similar to other Web development technologies such as PHP, JSP, and ASP. With ASP.NET Framework 2.0, Microsoft introduced a new code-behind model which allows static text to remain on the .aspx page, while dynamic code remains in an .aspx.vb or .aspx.cs or .aspx.fs file (depending on the programming language used)
The IIS(Internet information server) need to run ASP.NET page and IIS server can able to host ASP.NET page in real situation.




3 comments:

  1. Hi,

    A very good post about Asp.Net.

    Yes, definitely you can craete killer application and web services with Asp.Net.

    ReplyDelete
  2. The .Net Framework simplifies debugging with support for Runtime diagnostics.

    .Net Application Development

    ReplyDelete
  3. ASP.NET framework used for web applications that offers by Microsoft for the help of developers. For dynamic web development it is a best place where you can do work freely.

    ReplyDelete