What is Microsoft .Net Framework ?

Framework:

A framework contains some inbuilt library or classes to help the developer to develop the new programme.

The most important thing of any framework is that how that framework parses the source code to its final execution. this parser is known as Compiler that makes sure the code written by any developer is up to the standard of that framework.

Now let talk about the .Net framework:

.Net Framework:

.Net Framework is like any framework that helps to build and run an application.

.Net Framework provides an environment to develop an application using multiple languages like C#, Vb.net, J# etc under on framework.

All languages become interoperable due to its huge library that contains the definitions (specification) for all languages.

Note: Every language has its own Compiler to understand its structure.

How many languages does .Net Framework support ?

Comments

Popular posts from this blog

What is unqork?

What is single page Application in web applications

What is SOLID Principle ?