Unit 1 Lock
Unit 1 Lock
Introduction To .Net
By-
Dr.Manjot Kaur
Overview of ASP
• Active Server Pages (ASP)
• It is the first server side scripting
language developed by Microsoft.
• Server-side scripting is a technique used in web
development which involves employing scripts on a
web server which produces a response customized for
each user's (client's) request to the website
Overview of ASP
ASP.NET
• The CLR: Common Language Runtime (CLR) is the main part of dot net
architecture. It performs all main activities of the framework. It performs
activities like exception handling and garbage collection.
Why ASP.Net?
JIT: Just-in-time compilation, early binding and caching services are available.
CLR: supports common language runtime. It can support several dot net
languages such as C#, VB, etc.
dotnet run