|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
>what is clr in .net architecture? Seehttp://msdn.microsoft.com/library/en-us/cpguide/html/cpconthecommonlanguageruntime.asp In short, it's the runtime environment that loads, verifies, compiles and executes your maanged code. In addition to that it handles code access security, garbage collection and a bunch of other features. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. CLR is the Execution Engine for Microsoft .NET, it provides the meaning to
what .NET offers. As CLR is known as Common Language Runtime, means it is common among all the ..NET compliant languages(VB .NET,C#,C++ .NET,J# etc). It also helps in memory management, type safety, JIT Compilation etc. -- Show quoteHide quotea Microsoft .NET Purist MCT,MCSD.NET, MCAD and MCSD. "pooja" wrote: > what is clr in .net architecture? > >
Export nText as Files
At a loss figuring out if an IP is on LAN or INET DWORDS ? LONG? - I need to create constants for the following How to Obsolete two related classes? Function call problem Calling PaintBox Paint event Invalid Cast Errors VS.NET 2005 Invoking apps within VB Textbox, how to detect enter "key" event. |
|||||||||||||||||||||||