.NET Framework
- NET Framework is an integral windows component that supports building and running the next generation of applications and Web services.
- The .NET Framework provides a managed execution environment, simplified development and deployment and integration with a wide variety of programming languages.
- Microsoft Visual Studio® 2013 and the Microsoft .NET Framework allow developers to develop traditional windows client applications, distributed components, client server applications and much more.
Objectives Of .NET Framework
- Provide a consistent object-oriented programming environment. –
- Provide a code-execution environment that minimizes software deployment and versioning conflicts. Provide a code-execution environment that promotes safe execution of code, including code created by unknown or semi-trusted third parties.
- Provide a code-execution environment that eliminates the performance problems of scripted or interpreted environments.
- Provide consistency across widely varying types of applications, such as Windows-based applications and Web-based applications.
- Build all communication to industry standards ensuring that code based on the .NET Framework can integrate with any other code.
.NET Framework |