Skip to main content

Posts

Showing posts from March, 2015

.Net Framework Architecture

Components of .NET Framework  Architecture  a)    Common Language Runtime (CLR)                     This is a environment which manage execution of coding  memory management,  garbage collection . It also manage execution of program written in multiple language.                                                                                b)       Base Class library(BCL) This is a collection of common classes which are used in .NET supported language.