professional c# 4 and NET 4 (wrox)

1.9K 8K 0
 professional c# 4 and  NET 4 (wrox)

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Tài liệu học lập trình C# cho sinh viên và mọi người.

Christian Nagel, Bill Evjen, Jay Glynn, Karli Watson, Morgan Skinner Wrox Programmer to Programmer™ Join the discussion @ p2p.wrox.com Professional C# 4 and .NET 4 The new C# 4 language version is indispensable for writing code in Visual Studio ® 2010. This essential guide emphasizes that C# is the language of choice for your .NET 4 applications. The unparalleled author team of experts begins with a refresher of C# basics and quick- ly moves on to provide detailed coverage of all the recently added language and Framework features so that you can start writing Windows applications and ASP.NET web applications immediately. • Reviews the .NET architecture, objects, generics, inheritance, arrays, operators, casts, delegates, events, Lambda expressions, and more • Details integration with dynamic objects in C#, named and optional parameters, COM-specific interop features, and type-safe variance • Provides coverage of new features of .NET 4, Workflow Foundation 4, ADO.NET Data Services, MEF, the Parallel Task Library, and PLINQ • Has deep coverage of great technologies including LINQ, WCF, WPF, flow and fixed documents, and Silverlight™ • Reviews ASP.NET programming and goes into new features such as ASP.NET MVC and ASP.NET Dynamic Data • Discusses communication with WCF, MSMQ, peer-to-peer, and syndication Christian Nagel is a Microsoft Regional Director, software architect, and author of many .NET books. He founded CN innovation and is an associate of thinktecture. Bill Evjen is Global Head of Platform Architecture for Thomson Reuters, Lipper. He is also a Microsoft Regional Director and the founder of INETA. Jay Glynn is the Principle Architect at PureSafety, a leading provider of results- driven software and information solutions for workforce safety and health. Karli Watson is a freelance author and a consultant for Infusion Development. Morgan Skinner works in premier support for developers at Microsoft. Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job. Programming Languages/C# (.NET) Start using the new features of C# 4 and .NET 4 right away wrox.com Programmer Forums Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world. Code Downloads Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use. Read More Find articles, ebooks, sample chapters and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you. $59.99 USA $71.99 CAN Nagel, Evjen, et al. Professional C# 4 and .NET 4 Related Wrox Books Beginning ASP.NET 4: in C# and VB ISBN: 9780470502211 This introductory book offers helpful examples and step-by-step format and has code examples written in both C# and Visual Basic. With this book you will gradually build a Web site example that takes you through the processes of building basic ASP.NET Web pages, adding features with pre-built server controls, designing consistent pages, displaying data, and more. Beginning Microsoft Visual Basic 2010 ISBN: 9780470502228 This book not only shows you how to write Windows applications, Web applications with ASP.NET, and Windows mobile and embedded CE apps with Visual Basic 2010, but you’ll also get a thorough grounding in the basic nuts-and-bolts of writing good code. You’ll be exposed to the very latest VB tools and techniques with coverage of both the Visual Studio 2010 and .NET 4 releases. Beginning Microsoft Visual C# 2010 ISBN: 9780470502266 Using this book, You will first cover the fundamentals such as variables, flow control, and object-oriented programming and gradually build your skills for Web and Windows programming, Windows forms, and data access. Step-by-step directions walk you through processes and invite you to “Try it Out,” at every stage. By the end, you’ll be able to write useful programming code following the steps you’ve learned in this thorough, practical book. If you’ve always wanted to master Visual C# programming, this book is the perfect one-stop resource. Professional ASP.NET 4: in C# and VB ISBN: 9780470502204 Written by three highly recognized and regarded ASP.NET experts, this book provides all-encompassing coverage on ASP.NET 4 and offers a unique approach of featuring examples in both C# and VB, as is the incomparable coverage of core ASP.NET. After a fast-paced refresher on essentials such as server controls, the book delves into expert coverage of all the latest capabilities of ASP.NET 4. You’ll learn site navigation, personalization, membership, role management, security, and more. Professional Visual Basic 2010 and .NET 4 ISBN: 9780470502242 If you’ve already covered the basics and want to dive deep into VB and .NET topics that professional programmers use most, this is your guide. You’ll explore all the new features of Visual Basic 2010 as well as all the essential functions that you need, including .NET features such as LINQ to SQL, LINQ to XML, WCF, and more. Plus, you’ll examine exception handling and debugging, Visual Studio features, and ASP.NET web programming. Visual Basic 2010 Programmer’s Reference ISBN: 9780470499832 Visual Basic 2010s Programmer’s Reference is a language tutorial and a reference guide to the 2010 release of Visual Basic. The tutorial provides basic material suitable for beginners but also includes in-depth content for more advanced developers. Professional Visual Studio 2010 ISBN: 9780470548653 Written by an author team of veteran programmers and developers, this book gets you quickly up to speed on what you can expect from Visual Studio 2010. Packed with helpful examples, this comprehensive guide examines the features of Visual Studio 2010, and walks you through every facet of the Integrated Development Environment (IDE), from common tasks and functions to its powerful tools. WPF Programmer’s Reference: Windows Presentation Foundation with C# 2010 and .NET 4 ISBN: 9780470477229 Written by a leading expert on Microsoft graphics programming, this richly illustrated book provides an introduction to WPF development and explains fundamental WPF concepts. Get more out of wrox.com Programmer to Programmer ™ Interact Take an active role online by participating in our P2P forums @ p2p.wrox.com Wrox Online Library Hundreds of our books are available online through Books24x7.com Wrox Blox Download short informational pieces and code to keep you up to date and out of trouble! Join the Community Sign up for our free monthly newsletter at newsletter.wrox.com Browse Ready for more Wrox? We have books and e-books available on .NET, SQL Server, Java, XML, Visual Basic, C#/ C++, and much more! Contact Us. We always like to get feedback from our readers. Have a book idea? Need community support? Let us know by e-mailing wrox-partnerwithus@wrox.com PROFESSIONAL C# 4 AND .NET 4 INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LI PART I:  THE C# LANGUAGE CHAPTER 1: .NET Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 CHAPTER 2: Core C# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 CHAPTER 3: Objects and Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 CHAPTER 4: Inheritance. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 CHAPTER 5: Generics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 CHAPTER 6: Arrays and Tuples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 CHAPTER 7: Operators and Casts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .151 CHAPTER 8: Delegates, Lambdas, and Events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 CHAPTER 9: Strings and Regular Expressions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .207 CHAPTER 10: Collections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .225 CHAPTER 11: Language Integrated Query . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .267 CHAPTER 12: Dynamic Language Extensions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .295 CHAPTER 13: Memory Management and Pointers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .307 CHAPTER 14: Reflection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 333 CHAPTER 15: Errors and Exceptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 351 PART II: VISUAL STUDI  O CHAPTER 16: Visual Studio 2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 CHAPTER 17: Deployment . . . . . . 407 PART III: FOUNDATIO  N CHAPTER 18: Assemblies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 431 CHAPTER 19: Instrumentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461 CHAPTER 20: Threads, Tasks, and Synchronization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491 CHAPTER 21: Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .545 Continues CHAPTER 22: Localization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .569 CHAPTER 23: System.Transactions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .605 CHAPTER 24: Networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 637 CHAPTER 25: Windows Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .667 CHAPTER 26: Interop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .695 CHAPTER 27: Core XAML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727 CHAPTER 28: Managed Extensibility Framework . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747 CHAPTER 29: Manipulating Files and the Registry . . . . . . . 771 PART IV: DATA  CHAPTER 30: Core ADO.NET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 817 CHAPTER 31: ADO.NET Entity Framework . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861 CHAPTER 32: Data Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .885 CHAPTER 33: Manipulating XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .903 CHAPTER 34: .NET Programming with SQL Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .955 PART V: PRESENTATION  CHAPTER 35: Core WPF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 983 CHAPTER 36: Business Applications with WPF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1035 CHAPTER 37: Creating Documents with WPF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1075 CHAPTER 38: Silverlight . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1095 CHAPTER 39: Windows Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1117 CHAPTER 40: Core ASP.NET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1149 CHAPTER 41: ASP.NET Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1185 CHAPTER 42: ASP.NET Dynamic Data and MVC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1243 PART VI: COMMUNICATION  CHAPTER 43: Windows Communication Foundation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1279 CHAPTER 44: Windows Workflow Foundation 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1309 CHAPTER 45: Peer-to-Peer Networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1339 CHAPTER 46: Message Queuing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1357 CHAPTER 47: Syndication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1387 APPENDIX: Guidelines for Windows 7 and Windows Server 2008 R2 . . . . . . . . . . . . . . . . . . . . . 1397 INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1417 ONLINE CHAPTERS CHAPTER 48: Graphics with GDI+ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OC1 CHAPTER 49: Visual Studio Tools for Oce . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . OC49 CHAPTER 50: Managed Add-In Framework . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . OC77 CHAPTER 51: Enterprise Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . OC97 CHAPTER 52: Directory Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . OC123 CHAPTER 53: C#, Visual Basic, C++/CLI, and F# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . OC157 CHAPTER 54: .NET Remoting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OC191 CHAPTER 55: Web Services with ASP.NET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OC233 CHAPTER 56: LINQ to SQL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OC255 CHAPTER 57: Windows Workflow Foundation 3.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OC279 PROFESSIONAL C# 4 and .NET 4 Christian Nagel Bill Evjen Jay Glynn Karli Watson Morgan Skinner Professional C# 4 and .NET 4 Published by Wiley Publishing, Inc. 10475 Crosspoint Boulevard Indianapolis, IN 46256 www.wiley.com Copyright © 2010 by Wiley Publishing, Inc., Indianapolis, Indiana Published simultaneously in Canada ISBN: 978-0-470-50225-9 Manufactured in the United States of America 10 9 8 7 6 5 4 3 2 1 No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 646-8600. Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748-6011, fax (201) 748-6008, or online at http://www.wiley.com/go/permissions. Limit of Liability/Disclaimer of Warranty: The publisher and the author make no representations or warranties with respect to the accuracy or completeness of the contents of this work and specifically disclaim all warranties, including without limitation warranties of fitness for a particular purpose. No warranty may be created or extended by sales or promotional materials. The advice and strategies contained herein may not be suitable for every situation. This work is sold with the understanding that the publisher is not engaged in rendering legal, accounting, or other professional services. If professional assistance is required, the services of a competent professional person should be sought. Neither the publisher nor the author shall be liable for damages arising herefrom. The fact that an organization or Web site is referred to in this work as a citation and/or a potential source of further information does not mean that the author or the publisher endorses the information the organization or Web site may provide or recommendations it may make. Further, readers should be aware that Internet Web sites listed in this work may have changed or disappeared between when this work was written and when it is read. For general information on our other products and services please contact our Customer Care Department within the United States at (877) 762-2974, outside the United States at (317) 572-3993 or fax (317) 572-4002. Wiley also publishes its books in a variety of electronic formats. Some content that appears in print may not be available in electronic books. Library of Congress Control Number: 2009942439 Trademarks: Wiley, the Wiley logo, Wrox, the Wrox logo, Programmer to Programmer, and related trade dress are trademarks or registered trademarks of John Wiley & Sons, Inc. and/or its affiliates, in the United States and other countries, and may not be used without written permission. All other trademarks are the property of their respective owners. Wiley Publishing, Inc., is not associated with any product or vendor mentioned in this book. To my two girls, Angela and Stephanie The first half of the year 2009 was the hardest time in my life — a trip through hell and back. I cannot thank Angela enough for all her love and support she gave to me. Without her I couldn’t have made it through that. Stephanie was born shortly after medical treatment and was the biggest motivation during that time. I love you both! —Christian Nagel To Tuija, always. —Bill Evjen For donna —Karli Watson Dedicated to my parents, Joan & Donald Skinner. There are many things that I’d like to say to my Mum and Dad, but I’m in the privileged position of not needing to say anything to them. They were both wonderful people, are greatly missed, and the world was made a sweeter place by their being in it. Thanks Mum, thanks Dad, you were brilliant. —Morgan Skinner [...]... 41 2 41 3 41 9 41 9 42 0 42 0 42 1 42 1 42 2 42 2 42 2 42 3 42 3 III S 42 4 42 6 42 7  43 1 43 1  43 2 43 2 43 3 43 4 43 4 43 4 43 4 43 5 43 5 43 6 43 8 44 1 44 5 44 5 44 6 44 6 44 7 44 7 44 8 44 8 44 9 45 0 45 1 45 2 XXiV 45 2 45 3 45 4 45 5 45 5 45 6 45 7 45 8 45 8 S  46 1 46 1 46 3 46 4 46 5 46 5 46 7 46 8 46 9 47 0 47 1 47 2 47 5 47 6 47 7 47 8 47 9 47 9 48 3 48 3 48 4 48 6 48 8 48 9 49 2 49 2 49 3 49 3 49 4 49 5 49 6 49 7 49 8 49 9 49 9... 2 84 285 286 287 288 289 289 290 290 291 293 2 94  295 295 296 297 300 302 302 3 04 305 I S    II 307 307 308 309 311 312 313 3 14 315 317 317 325 329 332 333 3 34 3 34 337 340 340 342 344 345 349 351 352 353 355 359 359 360 360 362 363 3 64 367 369 S  373 373 378 383 386 386 3 94 398 40 1 40 3 40 4 40 4 40 5 40 6 t  40 7 40 7 40 8 40 8 40 9 40 9 41 0 41 1 41 1 41 2 41 2... 23 23 24 24 25 26 27 28 29 31 31 31 33 33 35 37 37 40 43 44 45 46 47 48 48 49 O 50 51 53 53 53 55 55 56 57 57 57 58 58 I 58 59 64 S  65 65 66 66 67 78  79 80 81 82 82 82 84 84 84 85 86 87 89 89 89 90 90 90 91 92 93 93 94 94 99 99 99 100 101 1 04 105 II S  107 107 108 109 109 109 110 110 113 1 14 1 14 117 117 118  118 119 120 121 123 1 24 125 126 126... 731 732 732 733 7 34 735 736 739 741 742 744 744 745 747 747 7 54 755 759 S 760 762 7 64 765 767 769 771  772 775 775 780 780 781 7 84 7 84 786 787 788 789 793 799 800 802 802 803 805 806 806 808 810 8 14 817 817 818 818 I S 819 820 821 822 8 24 825 826 829 832 835 835 840 842 844 850 850 851 852 852 8 54 855 855 857 859 860 k 861 861 862 II 863 8 64 865 866 867 867... 502 503 5 04 5 04 506 507 507 507 509 510 510 513 5 14 515 520 521 522 522 523 5 24 526 529 530 533 5 34  535 539 543 545 545 545 547 547 548 I 552 5 54 556 558 561 562 S  F 562 567 568 569 569 570 570 5 74 578 579 579 579 580 581 5 84 5 84 588 590 590 591 591 593 5 94 5 94 598  598 600 600 601 601 603 605 605 606 607 607 609 609 II S 610 611 612 6 14 616 618 6 24 626 627... 133 1 34 1 34 135 136 139 139 140 III 140 S   141 141 142 146 147 149 151 151 153 157 157 158 161 162 162 163 163 1 64 165 171 172 173 179 182 183 183 1 84 185 188 190 190 193 196 197 198 198 199 200 XiX S  200 202 203 205 207 208 209 211 212  217 218 219 221 223 2 24 225 225 226 228 236 236 240 241 246 248 248 250 253 2 54 255 256 258 XX 258 260 262 2 64 266... II 863 8 64 865 866 867 867 868 871 873 873 8 74 876 S  876 879 880 881 882 882 883 8 84 885 885 886 886 888 889 889 890 891 893 8 94 895 ML L 902 903 9 04 9 04 905 906 906 910 911 913 9 14 917 917 922 927 927 932 III S L 9 34 940 942 943 943 944 945 946 947 948 948 949  XXXiV 951 951 952 953 955 956 957 958 958 963 963 9 64 965 966 967 967 968 969 969 970 970 970 972... founder and former executive director of the International NET Association (www.ineta.org), which represents more than 500,000 members worldwide Based in St Louis, Missouri, Bill is an acclaimed author and speaker on ASP .NET and Web Services He has authored or coauthored more than 20 books including Professional ASP .NET 4, Professional VB 2008, ASP .NET Professional Secrets, XML Web Services for ASP .NET, and. .. 638 639 640 642 642 642 643 643 645 645 651 651 652 653 653 6 54 656 657 658 658 660 661 661 665 S  667 667 668 p Using the COM Server with Dynamic Language Extensions 668 670 670 670 670 671 673 675 679 679 679 683 683 6 84 6 84 6 84 6 84 692 693 695 695 696 696 697 698 698 698 699 700 701 701 702 702 707 708 709 XXiX S AML L k XXX 710 710 712 713 713 7 14 716 718... stability, and overall cost effectiveness of delivered solutions He is the author of Professional DotNetNuke Module Programming and many technical articles, and is currently working on his next book, Visual Studio 2010 and NET 4 Six-in-One, scheduled for publication by Wiley in early 2010 He is a regular speaker at user groups and conferences Mitchel is a Microsoft C# MVP and a Microsoft Certified Professional,

Ngày đăng: 24/01/2014, 19:28

Từ khóa liên quan

Mục lục

  • WroxBooks

    • Professional C# 4 and .NET 4

      • About the Authors

      • Contents

      • Introduction

        • THE SIGNIFICANCE OF .NET AND C#

        • ADVANTAGES OF .NET

        • WHAT'S NEW IN THE .NET FRAMEWORK 4

        • ASP.NET MVC

        • WHERE C# FITS IN

        • WHAT YOU NEED TO WRITE AND RUN C# CODE

        • WHAT THIS BOOK COVERS

        • CONVENTIONS

        • SOURCE CODE

        • ERRATA

        • P2P.WROX.COM

        • Part I: The C# Language

          • Chapter 1: .NET Architecture

            • THE RELATIONSHIP OF C# TO .NET

            • THE COMMON LANGUAGE RUNTIME

            • A CLOSER LOOK AT INTERMEDIATE LANGUAGE

            • ASSEMBLIES

            • .NET FRAMEWORK CLASSES

            • NAMESPACES

            • CREATING .NET APPLICATIONS USING C#

Tài liệu cùng người dùng

Tài liệu liên quan