.net framework和winfx是什么关系?

ahking 2006-04-07 09:56:53
.net framework和winfx是什么关系?感觉.net要被winfx取代了
...全文
1476 34 打赏 收藏 转发到动态 举报
写回复
用AI写文章
34 条回复
切换为时间正序
请发表友善的回复…
发表回复
AdonisChai 2007-01-18
  • 打赏
  • 举报
回复
WWF(Microsoft Windows Workflow Foundation)中文社区:http://www.wwfcn.net
f_lorelei 2006-07-21
  • 打赏
  • 举报
回复
由于WinFX这个名字给开发人员造成了很多困惑,弄不清楚WinFX和Framework的关系,微软决定将WinFx更名为.NET Framework 3.0。
The change is in name only and will not affect the technologies being delivered as part of the product. The .NET Framework 3.0 is still comprised of the existing .NET Framework 2.0 components, including ASP.NET, WinForms, ADO.NET, additional base class libraries and the CLR, as well as new developer-focused innovative technologies in WPF, WCF, WF and WCS:
The .NET Framework 3.0 will still ship with Windows Vista, and will be available down-level for Windows XP and Windows Server 2003 as planned. This change doesn’t affect in any way the ship schedules of either Windows Vista or the .NET Framework 3.0 itself.
zhongwanli 2006-07-10
  • 打赏
  • 举报
回复
。NET Framework 3.0
lizhizhe2000 2006-07-09
  • 打赏
  • 举报
回复
同意虫子的观点,就是.NET Framework 3.0,和2.0是兼容的
百分百好牛 2006-07-09
  • 打赏
  • 举报
回复
倒.就是
.NET 3.0啦

jijl2001 2006-07-09
  • 打赏
  • 举报
回复
现在已经正式命名为.net3.0了,
wuyapu 2006-07-07
  • 打赏
  • 举报
回复
winfx项目已经取消
fangzhe 2006-07-05
  • 打赏
  • 举报
回复
奇怪?难道不该向下兼容吗?
ahking 2006-07-05
  • 打赏
  • 举报
回复
但是3.0好像又包含2.0,比较奇怪
xvting 2006-07-03
  • 打赏
  • 举报
回复
winfx 已经改名为.net framework3.0
tshark 2006-06-29
  • 打赏
  • 举报
回复
虫子说的好.在MSDN社区里有很多关于WPF,WCF和WWF的文章.
ahking 2006-06-13
  • 打赏
  • 举报
回复
微软确认winfx即.net fx 3.0
tianwei02 2006-06-05
  • 打赏
  • 举报
回复
欢迎讨论微软最新技术 WinFX QQ群:13043952
RayLynn 2006-06-05
  • 打赏
  • 举报
回复
努力学习英语`
薇儿爹 2006-05-25
  • 打赏
  • 举报
回复
直译前面的英文第一段:

WinFX 是什么
WinFX 是Windows Vista的托管代码编程模型,在.NET Framework上构建并扩展之。针对现在的软件(开发)挑战,WinFX提供了新的机会来创建目前不能构建的软件和服务。它使得开发人员和设计人员能够快速创建更可靠、更安全、视觉刺激更好、信息管理更智能、有着更好的互联性和更强的协同性的新应用和新体验。

WinFX is Windows Vista's managed-code programming model, building on and extending the .NET Framework. WinFX offers both practical solutions to today's software challenges and new opportunities to create software and services not possible now. It enables both developers and designers to quickly create new applications and experiences that are more reliable and secure, visually stunning, smarter about information management, better connected, and more collaborative.
  • 打赏
  • 举报
回复
不要紧的,.net会采用winfx的特性
runrunrun 2006-04-26
  • 打赏
  • 举报
回复
我刚学会.NET 2.0, 你们又搞 WinFX 了
bufan2162 2006-04-26
  • 打赏
  • 举报
回复
学习学习
winterxu416 2006-04-22
  • 打赏
  • 举报
回复
WinFX是.NET 2.0的扩展,说白了就是在.NET上新加入了很多API。主要增强了三块功能:界面表现(WPF),企业级通讯(WCF),工作流引擎(WWF),其它的一些新特性,比如XPS、InfoCard等等还是很有前途的,值得看一下。
xqlez 2006-04-22
  • 打赏
  • 举报
回复
我也想知道
加载更多回复(14)
资源下载链接为: https://pan.quark.cn/s/9ce3e35e0f39 .NET Framework 3.5 是微软开发的一个核心组件,为运行基于.NET 的应用程序提供了必要的运行环境。在 Windows Server 2012 及更高版本中,由于系统优化的原因,.NET Framework 3.5 并未默认安装。当用户尝试安装或运行依赖该框架的应用程序时,可能会遇到问题。本文将探讨如何利用 sources/sxs 目录解决这一问题,以及该目录在安装过程中的重要性。 在 Windows 系统中,sxs 是“Side-by-Side”(并行)的缩写,它是一个组件存储库,用于存放操作系统和其他应用程序共享的各种组件。这些组件以模块化方式存储,可被多个应用程序同时使用,避免冲突。在安装 .NET Framework 3.5 时,sxs 目录中包含了关键的系统组件,尤其是与 Windows 操作系统紧密相关的部分,如 WinFXWindows Communication Foundation。 在 Windows Server 2012 上安装 .NET Framework 3.5 时,系统通常会尝试从 Windows Update 或 Microsoft Update 服务器下载所需文件。但如果网络不稳定或服务器无法访问,安装可能会失败。此时,手动提供 sources/sxs 目录中的文件,可以绕过在线下载,完成安装。 sxs 文件夹中通常包含以下关键组件: microsoft-windows-netfx3-on需求:这是一个部署元数据文件,用于指示 .NET Framework 3.5 的安装需求和配置信息。 microsoft-netfx3-on需求.cat:这是安全签名文件,用于验证部署元数据的完整性。 cab 文件:这些是 cabinet 文件,

13,345

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 .NET技术前瞻
社区管理员
  • .NET技术前瞻社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧