top button
Flag Notify
Site Registration

What is .NET Framework?

0 votes
286 views
What is .NET Framework?
posted Mar 21, 2017 by Pooja Bhanout

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

0 votes

A programming infrastructure created by Microsoft for building, deploying, and running applications and services that use .NET technologies, such as desktop applications and Web services.

The .NET Framework contains three major parts:

the Common Language Runtime. 
the Framework Class Library.
 ASP.NET
answer Mar 21, 2017 by Manikandan J
0 votes

The .NET is a Framework, which is a collection of classes of reusable libraries given by Microsoft to be used in other .NET applications and to develop, build and deploy many types of applications on the Windows platform including the following:

 Console Applications
 Windows Forms Applications
 Windows Presentation Foundation (WPF) Applications
 Web Applications
 Web Services
 Windows Services
 Services-oriented applications using Windows Communications Foundation (WCF)
 Workflow-enabled applications using Windows Workflow Foundation (WF)

answer Mar 21, 2017 by Shweta Singh
...