C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
2
Reply
What is .Net Framework?
Guest User
9y
670
1
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
.net is a collection of multiple programming languages. It has some predefined classes
Mukesh Kumar
8y
0
.NET is a programming framework created by Microsoft that developers can use to create applications more easily. it is set class libraries consisting of pre-written code called
“classes”
that provides many functionalities for developing applications.In .Net framework everything in organised into groups called
“namespace”.
So .Net Framework is the collection of Assemblies to support the .Net application development and .Net application execution.In short, .NET Framework provides an environment for building, developing and running web services and other applications. It consists of three distinct technologies:
Common Language Runtime (CLR)
Framework Based Classes
User interface program (ASP.NET and Winforms)
So what is .Net? It is not a Language. It is not an operating system. It is a platform to execute .Net applications.
Guest User
9y
0
Message