ASP_.net_-_unit_1
ASP_.net_-_unit_1
ASP_.net_-_unit_1
2. What is a Framework?
A framework is a software infrastructure.
.NET Framework
1. Overview
Developed by Microsoft.
C#
F#
J#
VC++
JScript.NET
APL, COBOL, Perl, Oberon, ML, Pascal, Eiffel, Smalltalk, Python, Cobra,
ADA, etc.
3. What is BCL?
Base Class Libraries (BCL) are fundamental to .NET programming.
5. Components of CLR
1. JIT Compiler: Converts MSIL code into native code.
6. Working of CLR
Two-step compilation process:
1. First Compilation:
2. Second Compilation:
9. Memory Manager
Component of CLR.
The compiler for each .NET language must adhere to CLS rules when
generating MSIL code.
WinForms
Smart client technology for the .NET Framework.
ASP.NET
Web framework for building websites, web applications, and web services.
Allows for dynamic web page creation and robust web application
development.