Saturday, September 3, 2011

Basic .NET Framework

What is IL(IL)

Intermediate language is also known as MSIL(MICROSOFT Intermediate language) or CIL (Common Intermediate Language). 
All .Net source code is compiled to IL.IL is then convert to machine code at the point where the software is installed,or at run time by a just in time (JIT) compiler.  

What is CLR 

Full form of CLR is Common Language Runtime and it forms the heart of the .NET framdwork. All Language have runtime and it is the responbility of the runtime to take care of the code execution of the program..Following are the responsibilities of CLR

1. Garbage Collection: CLR automatically manages memory thus eliminating memory leaks when objects are not referred. 

2. Code Access Security :CAS grants rights to program depending on the security configuration

If you are searching life partner. your searching end with kpmarriage.com. now kpmarriage.com offer free matrimonial website which offer free message, free chat, free view contact information. so register here : kpmarriage.com- Free matrimonial website

Related Posts:

  • SQL RIGHT JOIN SQL RIGHT JOIN Keyword The RIGHT JOIN keyword returns all the rows from the right table (table_name2), even if there are no matches in the left tab… Read More
  • sample code for call webservice using ajax in asp.net Here we call webservice using ajax update panal and javascript . We see also how an ASP.NET AJAX-enabled web service generates the JavaScript needed … Read More
  • SQL INNER JOIN Keyword SQL INNER JOIN Keyword The INNER JOIN keyword returns rows when there is at least one match in both tables. SQL INNER JOIN Syntax SELECT column_n… Read More
  • Anonymous Methods in asp.net In versions of C# previous to 2.0, the only way to declare a delegate was to use named methods. C# 2.0 introduces anonymous methods c#. Creating anon… Read More
  • SQL FULL JOIN SQL FULL JOIN Keyword The FULL JOIN keyword return rows when there is a match in one of the tables. SQL FULL JOIN Syntax SELECT column_name(s) FR… Read More

0 comments:

Post a Comment