Wednesday 6 September 2017

What is .Net Framework ?

.NET framework is windows internal component that consists of a virtual execution engine system called common language runtime and a set of class libraries that support the execution of applications created by various programming languages.
.Net framework is used to bridge the gap between applications created in different programming languages and provide interoperability between them.
.NET framework consists of classes , Interfaces , and value types that help in speeding up the development process and provide access to system functionality.

No comments:

Post a Comment

Creating First WEB API Project from scratch ?

  For creating Web API project open your Visual Studio Editor and Create New Project as shown in below figure. Now you have to select  ASP.N...