.Net Framework 1.1,Visual Studio .Net 2003已经发布(正式版)。
我看到一些消息,向大家交待一下,首先我也没有用过,基本上是纸上谈兵。
1.Net Framework 1.1有什么新变化?
What's New in the .NET Framework 1.1
http://msdn.microsoft.com/netframework/productinfo/overview/whatsnew.asp
我看到的印象比较深的就是:
Native Support for Developing Mobile Web Applications
内置支持Mobile Web开发了
Granular Version Control: Side-by-Side Execution
多版本程序运行的问题
Enable Execution of Windows Forms Assemblies Originating from the Internet
可以从Internet下载装配件,增加了新的安全性。
Native Support for Communicating with ODBC and Oracle Databases
内置ODBC,Oracle支持,System.Data.OracleClient,System.Data.Odbc。
2,上面看起来像广告,具体有哪些细节的改变呢?看这个
Backwards Breaking Changes from version 1.0 to 1.1
http://www.gotdotnet.com/team/changeinfo/Backwards1.0to1.1%5Cdefault.aspx
我记得有几个论坛上讨论了很长时间没有解决的一些问题,今天看完了这篇文章,才知道原来是1.0里面的bug,(比如关闭窗体的时候,硬要验证等等)大家有兴趣自己慢慢看。
3,如何下载?
How to Get the Microsoft .NET Framework 1.1
http://msdn.microsoft.com/netframework/downloads/howtoget.asp
目前我只看到有英文版的。
4,VS.Net 2003的新特性
http://msdn.microsoft.com/vstudio/productinfo/vstudio03/default.asp
Top 10 Reasons to Upgrade to Visual Studio .NET 2003
http://msdn.microsoft.com/vstudio/productinfo/vstudio03/topten/upgrade.asp
What's New in Visual Studio .NET 2003
http://msdn.microsoft.com/vstudio/productinfo/vstudio03/overview/whatsnew.asp
大体说说我看到的:
1,
Develop for Devices
这个是.NET Framework 1.1 新特性
Use the .NET Framework 1.1 (好像是目前版本的VS.Net不可以用这个版本的.Net Framework.)
Integration of Visual J# .NET(添加了一门新语言)
Visual Studio .NET Integrated Development Environment (IDE)(VS.Net启动快了)
Improved Debugger (debugger工具好了)
XML Web Services Support
大约就这些,有兴趣的帮着补充补充,修改修改。上面这些文章对于我们搞技术的来说,最有价值的恐怕还是那篇“Backwards Breaking Changes from version 1.0 to 1.1”
谢谢观看。