.NET Framework 3.0 has been released!

Foxer 2006-11-07 01:13:47
http://www.netfx3.com/blogs/news_and_announcements/archive/2006/11/06/.NET-Framework-3.0-has-been-released_2100_.aspx

不知道是该喜还是该愁!
...全文
487 32 打赏 收藏 转发到动态 举报
写回复
用AI写文章
32 条回复
切换为时间正序
请发表友善的回复…
发表回复
Foxer 2006-11-07
  • 打赏
  • 举报
回复
是不是VS 2007不知道,但确实有个项目叫做"Orcas"会在来年年终发布

个人感觉.NET 3.0中的很多东西就是未来用来代替.NET 1.x/2.0的,因为太多东西很明显就是“重复开发”的
CSDNMicroSoft 2006-11-07
  • 打赏
  • 举报
回复
太快了吧,是不是很快就有vs2007了.
oolongTea 2006-11-07
  • 打赏
  • 举报
回复
悲喜交集
xxrl 2006-11-07
  • 打赏
  • 举报
回复
.NET Framework 3.0=.NET Framework 2.0+WCF/WPF/WF/WCS
xxrl 2006-11-07
  • 打赏
  • 举报
回复
由于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
xxrl 2006-11-07
  • 打赏
  • 举报
回复
楼上扯蛋 3.0 在2.0基础上加上了外围的一些东西 没事好好去看看.net framework的架构图去 误人子弟
eyuannet 2006-11-07
  • 打赏
  • 举报
回复
2.0只不过是1.1到3.0的一个过渡
所以我根本没有学2.0
myminimouse 2006-11-07
  • 打赏
  • 举报
回复
只是把一些早就出来了的东西揉到一起而已
RayLynn 2006-11-07
  • 打赏
  • 举报
回复
加了四大模块``一个新的领域``
yujiasw 2006-11-07
  • 打赏
  • 举报
回复
学习阿
冷月孤峰 2006-11-07
  • 打赏
  • 举报
回复
日,2.0还没来得及学呢,3.0又来了。
跳级了,呵呵
liyihui2001 2006-11-07
  • 打赏
  • 举报
回复
发展太快了,学习。。。
zerg318 2006-11-07
  • 打赏
  • 举报
回复
刚学2.0
没想到就来了3.0了
zhongwanli 2006-11-07
  • 打赏
  • 举报
回复
楼上说的对
hfy2006 2006-11-07
  • 打赏
  • 举报
回复
万变不离其宗
健者天行 2006-11-07
  • 打赏
  • 举报
回复
喜啊
冰宇枫 2006-11-07
  • 打赏
  • 举报
回复
要学习的东西越来越多
灰太狼 2006-11-07
  • 打赏
  • 举报
回复
已經下載了,試試先
股神 2006-11-07
  • 打赏
  • 举报
回复
我晕 2.0都没用熟
lovefootball 2006-11-07
  • 打赏
  • 举报
回复
.net越来越大了
加载更多回复(12)
The first edition of this book was released in 2001 at the same time Microsoft released the Beta 2 build of .NET 1.0. Working on that first edition was certainly a challenge, given that the APIs and C# language were in a bit of flux during the authoring process. At that time, the entirety of the .NET platform was quite manageable from a developer’s point of view. Windows Forms was the only desktop GUI API option in the platform, ASP.NET was exclusively focused on the web-form programming model, and C# was a lean and mean OOP. Throughout the first six editions of this text, I have been the sole author responsible for updating the book to account for the numerous changes to the C# language and new APIs in the .NET platform. This book has been updated over the last 14 years to account for the Language Integrated Query (LINQ) programming model, Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), new threading models and keywords, new development tools, and changes to the web-centric programming framework (among many other things). Beginning with this seventh edition, it became clear to me that a complete update of the book would have taken an extremely long time on my own. To be sure, my own life has become much busier than it was in 2001 (or even 2011; I suspect becoming a father has something to do with this or maybe too many graduate school classes…hmm). In any case, when Apress approached me to update the book for the latest edition of the .NET platform, we considered a number of different approaches to get the book out in a timely manner. Eventually, we agreed it might be time to bring in a helping and capable hand to update portions of the text. Apress suggested that I meet with Philip Japikse to see whether he might be a good match. After a series of phone conversations, e-mail threads, and some careful thought, I was happy to bring him onboard to work on this project. I am happy to announce C# 6.0 and the .NET 4.6 Framework has been a
eBook Visual C#2010 Step by Step 教學pdf and 範例程式 Microsoft Visual C# is a powerful but simple language aimed primarily at developers creating applications by using the Microsoft .NET Framework. It inherits many of the best features of C++ and Microsoft Visual Basic, but few of the inconsistencies and anachronisms, resulting in a cleaner and more logical language. C# 1.0 made its public debut in 2001. The advent of C# 2.0 with Visual Studio 2005 saw several important new features added to the language, including Generics, Iterators, and anonymous methods. C# 3.0 which was released with Visual Studio 2008, added extension methods, lambda expressions, and most famously of all, the Language Integrated Query facility, or LINQ. The latest incarnation of the language, C# 4.0, provides further enhancements that improve its interoperability with other languages and technologies. These features include support for named and optional arguments, the dynamic type which indicates that the language runtime should implement late binding for an object, and variance which resolves some issues in the way in which generic interfaces are defined. C# 4.0 takes advantage of the latest version of the .NET Framework, also version 4.0. There are many additions to the .NET Framework in this release, but arguably the most significant are the classes and types that constitute the Task Parallel Library (TPL). Using the TPL, you can now build highly scalable applications that can take full advantage of multi-core processors quickly and easily. The support for Web services and Windows Communication Foundation (WCF) has also been extended; you can now build services that follow the REST model as well as the more traditional SOAP scheme. The development environment provided by Microsoft Visual Studio 2010 makes all these powerful features easy to use, and the many new wizards and enhancements included in Visual Studio 2010 can greatly improve your productivity as a developer.
出版社: Apress; 5 平装: 1752页 正文语种: 英语 以下是关于该书的英文介绍 ------------------------------------------------------------- The first edition of this book was released at the 2001 Tech-Ed conference in Atlanta, Georgia. At that time, the .NET platform was still a beta product, and in many ways, so was this book. This is not to say that the early editions of this text did not have merit—after all, the book was a 2002 Jolt Award finalist and it won the 2003 Referenceware Excellence Award. However, over the years that author Andrew Troelsen spent working with the common language runtime (CLR), he gained a much deeper understanding of the .NET platform and the subtleties of the C# programming language, and he feels that this fifth edition of the book is as close to a “final release” as he’s come yet. This new edition has been comprehensively revised and rewritten to make it accurately reflect the C# 4 language specification for the .NET 4 platform. You’ll find new chapters covering the important concepts of dynamic lookups, named and optional arguments, Parallel LINQ (PLINQ), improved COM interop, and variance for generics. If you’re checking out this book for the first time, do understand that it's targeted at experienced software professionals and/or graduate students of computer science (so don't expect three chapters on iteration or decision constructs!). The mission of this text is to provide you with a rock-solid foundation in the C# programming language and the core aspects of the .NET platform (assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, etc.). Once you digest the information presented in these 25 chapters, you’ll be in a perfect position to apply this knowledge to your specific programming assignments, and you’ll be well equipped to explore the .NET universe on your own terms. What you’ll learn Be the first to understand the .NET 4 platform and Visual C# 2010. Discover the ins and outs of the leading .NET technology. Learn from an award-winning author who has been teaching the .NET world since version 1.0. Find complete coverage of the WPF, WCF, and WF foundations that support the core .NET platform. Who is this book for? This book is for anyone with some software development experience who is interested in the new .NET Framework 4 and the C# language. Whether you are moving to .NET for the first time or are already writing applications on .NET 2.0 or .NET 3.5, this book will provide you with a comprehensive grounding in the new technology and serve as a complete reference throughout your coding career. About the Apress Pro Series The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder. You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career.

110,561

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

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