net framework是什么??

如题所述

第1个回答  2022-09-02

官方解释:

The .NET Framework (pronounced as "dot net") is a proprietary software framework developed by Microsoft that runs primarily on Microsoft Windows. It was the predominant implementation of the Common Language Infrastructure (CLI) until being superseded by the cross-platform .NET project. It includes a large class library called Framework Class Library (FCL) and provides language interoperability (each language can use code written in other languages) across several programming languages. Programs written for .NET Framework execute in a software environment (in contrast to a hardware environment) named the Common Language Runtime (CLR). The CLR is an application virtual machine that provides services such as security, memory management, and exception handling. As such, computer code written using .NET Framework is called "managed code". FCL and CLR together constitute the .NET Framework.

.NET框架(读作 "dot net")是微软开发的一个专有软件框架,主要在微软的Windows上运行。在被跨平台的.NET项目取代之前,它是通用语言基础设施(CLI)的主要实现方式。它包括一个被称为框架类库(FCL)的大型类库,并在几种编程语言之间提供语言互操作性(每种语言都可以使用用其他语言编写的代码)。为.NET框架编写的程序在一个名为通用语言运行时(CLR)的软件环境(与硬件环境相反)中执行。CLR是一个应用程序虚拟机,提供安全、内存管理和异常处理等服务。因此,使用.NET框架编写的计算机代码被称为 "托管代码"。FCL和CLR共同构成了.NET框架。

第2个回答  2022-07-26

net framework是一个系统组件,给应用软件提供功能上的支持,如果不装net framework则无法正常运行。NET Framework一般指Microsoft。NET Framework,是用于Windows的新托管代码编程模型。

它将强大的功能与新技术结合起来,用于构建具有视觉上引人注目的用户体验的应用程序,实现跨技术边界的无缝通信,并且能支持各种业务流程。

NET Framework 具有两个主要组件:公共语言运行库和 NET Framework 类库。

扩展资料:

NET framework的作用:

1、NET Framework提供了一组加密对象,它们支持加密算法、数字签名、散列、生成随机数,是通过众所周知的运算法则实现的,如RSA,DSA,Rijndael/AES,Triple DES,DES,和 RC2,以及MD5,SHA1,SHA-256,SHA-384 和SHA-512散列算法。

2、同时还支持在IETF和W3C开发的XML数字签名规范。NET Framework使用加密对象支持内部服务。这些对象还作为管理代码提供给需要加密支持的开发人员。

3、NETFramework提供了应用程序模型及关键技术,让开发人员容易以原有的技术来产生、布署,并可以继续发展具有高安全、高稳定,并具高延展的Web Services。

参考资料:百度百科-Net Framework 2.0

相似回答