C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




Points to remember about .Net


Posted Date: 14 Apr 2008    Resource Type: Articles    Category: .NET Framework

Posted By: VijayKumar Reddy M       Member Level: Gold
Rating:     Points: 5



I am just trying to give the brief introduction of .NET framework here in following points:

CLR
JIT
IL
AppDomains
Garbage collector
CTS

CLR :
---------
Central to the .net framework is its runtime execution environment, known as CLR.
Compilation occurs in two steps in .net
Compilation of source code to IL
IL to platform specific code by CLR (machine code)
Code running under the control of CLR often termed as managed code.


JIT :
----------
JIT compiler simply compiles each part of code as it is compiled
When the code has been compiled once, the resultant native executable is stored until the

application ends.
JIT can optimize the code for the particular processor the code is running on.
The c# code will be compiled to IL before it is executed (csc compiles only to managed code).


IL :
---------
Working with .Net means compiling to IL
Any language that targets IL, should logically need to support the main characteristics of IL
By compiling to IL we get platform independence for .net
IL is always Just-In-Time compiled (JIT)





Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
JET  .  CLR  .  AppDomain  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Datatypes in C# and .NET
Previous Resource: Enumeration in C#.NET,VB.NET
Return to Discussion Resource Index
Post New Resource
Category: .NET Framework


Post resources and earn money!
 
Related Resources



dotNet Slackers   BizTalk Adaptors    Web Design

conference calls

Contact Us    Privacy Policy    Terms Of Use