Posts Tagged ‘framework’

About .NET Framework

Posted: October 12, 2009 in .Net Framework
Tags: , ,

The basic components of .NET platform (framework) are: 1 . .Net Applications (Win Forms,Web Applications,Web Services) 2. Data(ADO.Net) and XML Library 3. FrameWork Class Library(FCL) (IO,Streams,Sockets,Security,Reflection,UI) 4. Common Language Runtime(CLR) (Debugger,Type Checker,JITer,GC) 5.Operating  System (Windows,Linux,UNIX,Macintosh,etc.,) Common Language Runtime (CLR): The most important part of the .NET Framework is the .Net Common Language Runtime (CLR) also called .Net Runtime [...]