C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
2
Reply
What is the need of .Net framework ?
Kumar Bhimsen
10y
954
0
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 framework makes the user to develop the application easier. CLR is main heart of .Net.
Keerthi Venkatesan
9y
0
.Net framework was designed to fulfill the following goals.1. Interoperability2. Cross platform support3. Language Independence4. Base class library.5. Easy development6. Security etc.Interoperability: .Net framework supports interoperability between new application and existing application. It implies that the code written in one language can be used in some other language.Cross Platform support: Each .Net compitable language, such as C# , VB, VC++ provides its own compiler to compile code to MSIL . After that , the common runtime engine compile MSIL code to native code with the help of Just In Time (JIT) compiler and then run the application.Language Independence: .Net framework provides the multiple language support by using the feature known as common type system. That is built into common language runtime.Base Class Library: The base class library provide the fundamental building block for any application you develop. These application could be windows , web, console, or service oriented. The BCL mostly serves as the main point of interaction with the CLR.Easy Deployment: .Net framework makes the task of employment easier. In most cases , to install an application along with component on the target computer.Security: .net framework provides security model that allows you to authorize and authenticate the user.
Kumar Bhimsen
10y
0
What is the page Lifecycle of the MVC ?
What is the difference between old ADO .NET and Entity framework coding techniques?
Message