Visual Studio 2005的一些资料
再过一段时间,Visual Studio 2005的Beta 2应该就要出来了。现在,Visual Studio 2005最令人期待的是:
VC++的巨大改进
Common Language Infrastructure
C#中的新功能
当然,相信对于其他人,可能还有其他的关注点。
接下来的一段时间,会学习上面几点的知识,同时,会把学到的东西放在这里共享。
今天先把一些MSDN上的文章放在这里,和大家共享:
C++/CLI
从Managed C++到C++/CLI中的一些变化:
A Baker's Dozen: Thirteen Things You Should Know Before Porting Your Visual C++ .NET Programs to Visual Studio 2005
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/BakerDozen.asp
C++: The Most Powerful Language for .NET Framework Programming
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/VS05Cplus.asp
Translation Guide: Moving Your Programs from Managed Extensions for C++ to C++/CLI
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/TransGuide.asp
C#
C#中的范型(应该没有错吧)
An Introduction to C# Generics
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/csharp_generics.asp
C#中的一个小特性
Using the Edit and Continue Feature in C# 2.0
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/edit_continue.asp
Comments
- Anonymous
January 13, 2005
C#中的范型(应该没有错吧)--一般都说是“泛型”的