软讯网络 > 编程语言 > .NET > C#.NET > .netframework2.0是什么
【标 题】:.netframework2.0是什么
【关键字】:
.netframework2.0
【来 源】:http://blog.csdn.net/midosky/archive/2007/03/05/1521462.aspx
.netframework2.0是什么
framework2.0是Microsoft.NET程序的开发框架的运行库,也就是说如果你运行的程序是用.net开发的,就需要Framework作为底层运行环境。
The .NET Framework is an integral Windows component for building and running the next generation of software applications and Web services. The .NET Framework:
- Supports over 20 different programming languages.
- Manages much of the plumbing involved in developing software, enabling developers to focus on the core business logic code.
- Makes it easier than ever before to build, deploy, and administer secure, robust, and high-performing applications.
The .NET Framework is composed of the common language runtime and a unified set of class libraries.
【相关文章】
没有相关文章