自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (2)
  • 收藏
  • 关注

空空如也

Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition

刚出的新书 原版 Released at the Microsoft Tech-Ed conference in Atlanta, Georgia, back in 2001, the first edition of this book coincided with the beta .NET platform and, in many ways, the manuscript was in beta too. Its fresh approach won a place as a 2002 Jolt Award finalist, and it won the 2003 Referenceware Excellence Award in the programming book category. Following the successful earlier editions, author strong Andrew Troelsen is pleased to announce completion of the fourth edition of his acclaimed book: €œOver the years that I’ve spent working with the common language runtime (CLR), I've gained a deeper understanding of the .NET platform and the subtleties of the C# programming language. I'm happy to say that this fourth edition of Pro C# 2008 and the .NET 3.5 platform is as close to a ‘final release as I've come yet! Whether you’re moving to .NET for the first time or you're already writing applications on .NET 2.0 or .NET 3.0,Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition will provide you with a solid grounding in this new technology and serve as a comprehensive reference throughout your coding career: Explore five new chapters of content €”including the grammar of the common intermediate language (CIL), .NET generics, and object serialization services. Discover all the new .NET 3.5 features nullable types, delegate covariance, ASP.NET 2.0 master pages, the new Windows Forms€ controls, and much more. Get a professional foothold €”targeted to appeal to experienced software professionals and/or graduate students of computer science (so don't expect three chapters on iteration or decision constructs!). Gain a rock-solid foundation in programming using C#. Get comfortable with all the core aspects of the .NET platform €”including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more. Once you've digested the information contained in the 25 chapters of this 1000+ page book, you'll be ready to apply this knowledge to your specific programming assignments and well equipped to explore the .NET universe on your own. What you'll learn Everything you need to put .NET 3.5 and C# 2008 to use in your professional work--before anyone else! Insights and techniques from the author's experience since .NET 1.0 Complete coverage of .NET 3.5 €”WPF, WCF, and WF Who is this book for? Anyone with some software development experience interested in the new .NET 3.5 Platformand the C# language. Whether you’re moving to .NET for the first time or you're already writing applications on .NET 2.0 or .NET 3.0, this book will provide you with a solid grounding in this new technology and serve as a comprehensive 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. Related Titles from Apress Pro VB 2008 and the .NET 3.5 Platform, Third Edition

2008-10-08

Professional C# 2008

大名鼎鼎的c#高级编程,应该不用说了吧 这个是原版 推荐用foxitreader来看 可以做笔记,着色,加书签。。非常方便 Wrox 的2008年C# 新书. Updated for .NET 3.5 and Visual Studio? 2008, this book is the ultimate guide to C# 2008 and its environment. Beginning with a look into the architecture and methodology of .NET, the team of superlative authors explains why the C# language cannot be viewed in isolation, but rather, must be considered in parallel with the .NET Framework. After gaining an understanding of the foundation of C#, you'll then go on to examine the fundamentals of C# programming with each successive chapter. New examples provide helpful explanations on how to use C# to solve various tasks. Plus, completely new chapters on LINQ, SQL, ADO.NET entities, Windows Communication Foundation, Windows Workflow Foundation, Windows Presentation Foundation, arrays, system transactions, tracing, and event logging all deliver essential information to help you gain a clear and thorough understanding of all that C# 2008 has to offer. What you will learn from this book How to write Windows? applications and Windows? services Ways to use ASP.NET 3.5 to write web pages Techniques for manipulating XML using C# How to use ADO.NET to access databases Ways to generate graphics using C# 2008 Numerous C# add-ins How to use LINQ to easily work with your SQL Server databases and XML 目录 Acknowledgments .............................................................................................................. xiii Introduction .......................................................................................................................xlvii Part I: The C# Language Chapter 1: .NET Architecture ..................................................................................................3 Chapter 2: C# Basics ...........................................................................................................25 Chapter 3: Objects and Types ...............................................................................................75 Chapter 4: Inheritance ........................................................................................................101 Chapter 5: Arrays ...............................................................................................................121 Chapter 6: Operators and Casts ..........................................................................................141 Chapter 7: Delegates and Events ........................................................................................177 Chapter 8: Strings and Regular Expressions ........................................................................203 Chapter 9: Generics ...........................................................................................................223 Chapter 10: Collections ......................................................................................................247 Chapter 11: Language Integrated Query ..............................................................................297 Chapter 12: Memory Management and Pointers ..................................................................329 Chapter 13: Reflection .......................................................................................................357 Chapter 14: Errors and Exceptions ......................................................................................377 Part II: Visual Studio Chapter 15: Visual Studio 2008 ..........................................................................................401 Chapter 16: Deployment .....................................................................................................443 Part III: Base Class Libraries Chapter 17: Assemblies ......................................................................................................469 Chapter 18: Tracing and Events ..........................................................................................509 Chapter 19: Threading and Synchronization .........................................................................533 Chapter 20: Security ..........................................................................................................583 Chapter 21: Localization .....................................................................................................639 Chapter 22: Transactions ...................................................................................................679 Chapter 23: Windows Services ...........................................................................................715 Chapter 24: Interoperability ................................................................................................749 Part IV: Data Chapter 25: Manipulating Files and the Registry .................................................................791 Chapter 26: Data Access ....................................................................................................845 Chapter 27: LINQ to SQL .....................................................................................................895 Chapter 28: Manipulating XML............................................................................................921 Chapter 29: LINQ to XML ....................................................................................................967 Chapter 30:.NET Programming with SQLServer ....................................................................985 Part V: Presentation Chapter 31: Windows Forms .............................................................................................1017 Chapter 32: Data Binding .................................................................................................1061 Chapter 33: Graphics with GDI+ ........................................................................................1093 Chapter 34: Windows Presentation Foundation ..................................................................1149 Chapter 35: Advanced WPF ..............................................................................................1199 Chapter 36: Add-Ins .........................................................................................................1251 Chapter 37: ASP.NET Pages ..............................................................................................1273 Chapter 38: ASP.NET Development ...................................................................................1311 Chapter 39: ASP.NET AJAX ...............................................................................................1355 Chapter 40: Visual Studio Tools for Office .........................................................................1385 Part VI: Communication Chapter 41: Accessing the Internet ..................................................................................1423 Chapter 42: Windows Communication Foundation .............................................................1455 Chapter 43: Windows Workflow Foundation .......................................................................1487 Chapter 44: Enterprise Services ........................................................................................1527 Chapter 45: Message Queuing ..........................................................................................1555 Chapter 46: Directory Services .........................................................................................1587 Chapter 47: Peer-to-Peer Networking ................................................................................1625 Chapter 48: Syndication ...................................................................................................1643 Part VII: Appendices Appendix A: ADO.NET Entity Framework ............................................................................1655 Appendix B: C#, Visual Basic, and C++/CLI ......................................................................1681 Appendix C: Windows Vista and Windows Server 2008

2008-10-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除