Friday 20 September 2013

.NET framework in 4.0

Ques:- What is .NET framework in 4.0?

Ans:- The .NET framework is popular platform for building apps windows application, window store, window phone and window azure. the .NET framework platform including C# and Vb.net..programming language.
The main two components of .NET framework:-
1) CLR(common language run time)
2) FCL(Framework class library)

CLR(common language runtime) is the runtime environment of.NET  framework that execute and manage all running code like virtual machine.

FCL(framework class library) is the huge collection of language independent and type safe resusable classes.
The FCL  are arranged into logical group according to their functionality and usablity  is called namespace.

No comments:

Post a Comment