Friday 13 September 2013

Best Interviews Question of .NET Framework?

Que:-What is .Net Framework?

Ans:- The .NET Framework is a set of technologies that is the integral part of the Microsoft .NET Platform.
It is Microsoft managed code programming model for building application.
The .Net Framework has main two components:-
1) CLR(Common Language Runtime)
2) FCL(Framework class library)

CLR:- CLR is the foundation of the .NET Framework and provide a common set of services for project.

FCL:- FCL is a combination of the reusable types and exposes feature of the runtime.it is a collection of classes that is used to access common functionailty.

No comments:

Post a Comment