Monday, 14 May 2018

What is ASP.NET? Components of ASP.NET

ASP.Net Definition-It is used for creating web-based applications.ASP.Net is a web development platform provided by Microsoft. ASP.NET is not just the next version of ASP; it is the next era of web development.  ASP.Net was first released in the year 2002. It is allows you to use a full featured programming language such as C# (pronounced C#) or VB.NET to build web applications easily.

ASP.NET Components:-

                ASP.Net is a framework which is used to develop a Web-based application.
                       CLR- Common Language Runtime

Language: - (i) VB.Net
                     (ii) C#
                     (iii)F#  
 
Architecture of the .net Framework Details of Explanation:-

Language: - Language is defined as VB .net and C# these can be used to development web application.

Library: Library used for web applications in .net is the Web library. The web library has all the necessary components used to develop.Net web-based applications.

Common Language Runtime: - The Common Language Infrastructure is a platform. .Net programs are executed on this platform. The CLR is used for performing key activities and included Exception handling and GC (Garbage collection).

No comments:

Post a Comment

What is ASP.NET? Components of ASP.NET

ASP.Net Definition -It is used for creating web-based applications.ASP.Net is a web development platform provided by Microsoft. ASP.NET i...