All Type Coding

Search Here

Showing posts with label What is Microsoft .Net Framework. Show all posts
Showing posts with label What is Microsoft .Net Framework. Show all posts

What is Microsoft .Net Framework

.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows.
Microsoft .Net Framework is a platform that provides tools and technologies you need to build Networked Applications as well as Distributed Web Services and Web Applications. The .Net Framework provides the necessary compile time and run-time foundation to build and run any language that conforms to the Common Language Specification (CLS).The main two components of .Net Framework are Common Language Runtime (CLR) and .Net Framework Class Library (FCL).

























 .NET Framework includes a large class library known as Framework Class Library (FCL) and provides language interoperability  across several programming languages.The Common Language Runtime (CLR) is the runtime environment of the .Net Framework , that executes and manages all running code like a Virtual Machine.