did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

We're the #1 textbook rental company. Let us show you why.

9780764575341

Professional C# 2005

by ; ; ; ; ;
  • ISBN13:

    9780764575341

  • ISBN10:

    0764575341

  • Format: Paperback
  • Copyright: 2005-11-07
  • Publisher: Wrox
  • Purchase Benefits
  • Free Shipping Icon Free Shipping On Orders Over $35!
    Your order must be $35 or more to qualify for free economy shipping. Bulk sales, PO's, Marketplace items, eBooks and apparel do not qualify for this offer.
  • eCampus.com Logo Get Rewarded for Ordering Your Textbooks! Enroll Now
List Price: $49.99

Summary

Professional C# 2005 prepares you to program in C#, and it provides the necessary background information on how the .NET architecture works. It provides examples of applications that use a variety of related technologies, including database access, dynamic web pages, advanced graphics, and directory access. The only requirement is that you are familiar with at least one other high-level language used on Windows-either C++, VB, or J++. It starts with a tutorial on C# and the .NET framework. This introduction assumes no prior knowledge of .NET, but it does move rapidly, on the assumption that the reader is an experienced programmer. Once this background knowledge is established, the book starts to sweep through the vast .NET class library, showing how you can use C# to solve various tasks. This comprehensive coverage is one of the key selling points of previous versions of the book, and is maintained and enhanced with this new edition by adding new chapters on Generics, ObjectSpaces, Yukon, and Indigo. Some reference material is included either as appendices or is available to download from the Wrox website. After the introduction and initial chapter, the book is divided into a number of sections that cover both the C# language and its application in a variety of areas. Coverage includes: Writing Windows applications and Windows services Writing web pages and web services with ASP.NET Manipulating XML using C# 2005 Understanding .NET Assemblies Using ADO.NET to access databases Integration with COM, COM+, and Active Directory Distributed applications with .NET Remoting Generating graphics using C# 2005 Accessing files and the Registry, and controlling .NET security

Author Biography

<b>Christian Nagel</b> is software architect and developer, associate of Thinktecture, who offers training and consulting on how to design and develop Microsoft .NET solutions. He looks back to more than 15 years&#8217; experience as a developer and software architect. Christian started his computing career with PDP 11 and VAX/VMS platforms, covering a variety of languages and platforms. Since the year 2000 &#8212; when .NET was just a technology preview &#8212; he has been working with various .NET technologies to build distributed solutions. With his profound knowledge of Microsoft technologies, he has also written numerous .NET books; is certified as Microsoft Certified Trainer (MCT), Solution Developer (MCSD), and Systems Engineer (MCSE); and is Microsoft Regional Director and MVP for Visual C#. Christian is a speaker at international conferences (TechED, DevDays, VCDC) and is the regional manager of INETAEurope (International .NET User Group Association) supporting .NET user groups. You can contact Christian via his Web site, http://www.christiannagel.com and http://www.thinktecture.com. <p> <b>Bill Evjen</b> is an active proponent of the .NET technologies and community-based learning initiatives for .NET. He has been actively involved with .NET since the first bits were released in 2000 and has since become president of the St. Louis .NET User Group (http://www.stlusergroups.org). Bill is also the founder and executive director of the International .NET Association (http://www.ineta.org), which represents more than 125,000 members worldwide. Based in St. Louis, Missouri, USA, Bill is an acclaimed author and speaker on ASP.NET and XMLWeb services. He has written <i>XMLWeb Services for ASP.NET</i>, <i>Web Services Enhancements: Understanding the WSE for Enterprise Applications</i>, <i>Visual Basic .NET Bible</i>, and <i>ASP.NET Professional Secrets</i> (all published by Wiley). Bill is a Technical Director for Reuters, the international news and financial services company. He graduated from Western Washington University in Bellingham, Washington, with a Russian language degree. You can reach Bill at evjen@yahoo.com. <p> <b>Jay Glynn</b> started writing software nearly 20 years ago, writing applications for the PICK operating system using PICK basic. Since then, he has created software using Paradox PAL and Object PAL, Delphi, VBA, Visual Basic, C, C++, Java, and of course C#. He is currently a Project Coordinator and Architect for a large financial services company in Nashville, Tennessee, working on software for the TabletPC platform. He can be contacted at jlsglynn@hotmail.com. <p> <b>Karli Watson</b> is a freelance author and the technical director of 3form Ltd (http://www.3form.net). Despite starting out by studying nanoscale physics, the lure of cold, hard cash proved too much and dragged Karli into the world of computing. He has since written numerous books on .NET and related technologies, SQL, mobile computing, and a novel that has yet to see the light of day (but that doesn&#8217;t have any computers in it). Karli is also known for his multicolored clothing, is a snowboarding enthusiast, and still wishes he had a cat. <p> <b>Morgan Skinner</b> began his computing career at a tender age on a Sinclair ZX80 at school, where he was underwhelmed by some code a teacher had written and so began programming in assembly language. After getting hooked on Z80 (which he believes is far better than those paltry 3 registers on the 6502), he graduated through the school&#8217;s ZX81s to his own ZX Spectrum.<br> Since then he&#8217;s used all sorts of languages and platforms, including VAX Macro Assembler, Pascal, Modula2, Smalltalk, X86 assembly language, PowerBuilder, C/C++, VB, and currently C#. He&#8217;s been programming in .NET since the PDC release in 2000, and liked it so much he joined Microsoft in 2001. He now works in Premier Support for Developers and spends most of his time assisting customers with C#.<br> You can reach Morgan at http://www.morganskinner.com. <p> <b>Allen Jones</b> has a career spanning 15 years that covers a broad range of IT disciplines, including enterprise management, solution and enterprise architecture, and project management. But software development has always been Allen&#8217;s passion. Allen has architected and developed Microsoft Windows-based solutions since 1990, including a variety of e-commerce, trading, and security systems.<br> Allen has co-authored four popular .NET books including the <i>C# Programmer&#8217;s Cookbook</i> (Microsoft Press) and <i>Programming .NET Security</i> (O&#8217;Reilly)<i>,</i> and he is actively involved in the development of courseware for Microsoft Learning covering emerging .NET technologies.

Table of Contents

PART I: THE C# LANGUAGE.
1. .NET Architecture.
2. C# Basics.
3. Objects and Types.
4. Inheritance.
5. Operators and Casts.
6. Delegates and Events.
7. Memory Management and Pointers.
8. Strings and Regular Expressions.
9. Collections.
10. Generics.
11. Reflection.
12. Errors and Exceptions.
13. Threading.
PART II: THE .NET ENVIRONMENT.
14. Visual Studio 2005.
15. Assemblies.
16. .NET Security.
17. Localization.
18. Deployment.
PART III: DATA.
19. Data Access with .NET.
20. .NET Programming with SQL Server 2005.
21. Manipulating XML.
22. Working with Active Directory.
PART IV: WINDOWS APPLICATIONS.
23. Windows Forms.
24. Viewing .NET Data.
25. Graphics with GDI+.
PART V: WEB APPPLICATIONS.
26. ASP.NET Pages.
27. ASP.NET Development.
PART VI: COMMUNICATIONJ.
28. Web Services.
29. .NET Remoting.
30. Enterprise Services.
31. Message Queueing.
32. Future of Distributed Programming.
PART VII: INTEROP.
33. COM Interoperability.
PART VIII: WINDOWS BASE SERVICES.
34. Manipulating Files and the Registry.
35. Accessing the Internet.
36. Windows Services.
PART IX: WEBSITE ONLY APPENDICES (200 extra pages).
Appendix A: Principles of Object-Oriented Programming.
Appendix B: C# for Visual Basic 6 Developers.
Appendix C: C# for Java Developers.
Appendix D: C# for C++ Developers.
 
 

Supplemental Materials

What is included with this book?

The New copy of this book will include any supplemental materials advertised. Please check the title of the book to determine if it should include any access cards, study guides, lab manuals, CDs, etc.

The Used, Rental and eBook copies of this book are not guaranteed to include any supplemental materials. Typically, only the book itself is included. This is true even if the title states it includes any access cards, study guides, lab manuals, CDs, etc.

Rewards Program