Professional C#, Third Edition by Bill Evjen, Simon Robinson, Karli Watson, Jay Glynn, Christian Nagel

BUY IT NEW

  • $49.99 List price
    $47.49 Online price
    $42.74 Member price
    (Save 14%)
    Limited Time Offer! Everyone receives the Member Price on books.
    See Details
  • skip to cart
  • Add To List uiAction=GetAllLists&page=List&pageType=list&ean=9780764557590&productCode=BK&maxCount=100&threshold=3

GET FREE SHIPPING ON ORDERS OF $25 OR MORE

DELIVERY & GIFT DETAILS:

Usually ships within 24 hours

Delivery Time and Shipping Rates

Eligible for gift wrap & gift message.

BUY IT USED

22 copies from $1.99

See All Available

(Paperback - REV)

  • Pub. Date: June 2004
  • 1200pp
    Buy it Used: 22 copies from $1.99 See All Available

    Customers who bought this also bought

     
    • Overview
    • Editorial Reviews
    • Customer Reviews
    • Features

    Product Details

    • Pub. Date: June 2004
    • Publisher: Wiley, John & Sons, Incorporated
    • Format: Paperback, 1200pp

    Synopsis

    C# is designed to work with .NET to provide a new framework for programming on the Windows® platform. This comprehensive reference prepares you to program in C#, while at the same time providing the necessary background in how the .NET architecture works.

    In this all-new third edition, you’ll be introduced to the fundamentals of C# and find updated coverage of application deployment and globalization. You’ll gain a working knowledge of the language and be able to apply it in the .NET environment, build Windows forms, access databases with ADO.NET, write components for ASP.NET, take advantage of .NET support for working with COM and COM+, and much more.

    Here is the complete C# resource for developers, packed with code and examples that have been updated for the latest release — the .NET Framework 1.1 and Visual Studio .NET 2003.

    What you will learn from this book

    • How to program in the object-oriented C# language
    • Methods for manipulating XML using C#
    • Integration with COM, COM+, and Active Directory
    • How to write Windows applications and Windows services
    • Distributed applications with .NET Remoting
    • An understanding of .NET Assemblies
    • How to generate graphics with C#
    • Ways to control .NET security, and much more

    Who this book is for

    This book is for experienced developers who are already familiar with C++, Visual Basic, or J++. No prior knowledge of C# is required.

    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.

    Annotation

    Using C#, you can write, for example, a dynamic web page, a component of a distributed application, a database access component, or a classic Windows desktop application. Between them C# and .NET are set to revolutionise the way that you write programs and to make programming on Windows very much easier than it has ever been.

    More Reviews and Recommendations

    Biography

    The authors are a multi-Wrox author team of professional C# developers.

    Customer Reviews

    • Reader Rating:
    • Ratings: 2Reviews: 2

    Professional C#, Third Editionby Anonymous

    Reader Rating:
    See Detailed Ratings

    December 26, 2004: Just by looking at this book for a few minutes made me realize this is what I need to learn C#. They don't focus on the basics which is really nice. I got tired of the 'hello world' stuff in beginner books, but this book is definitely one that a programmer can seriously learn from.

    Professional C#, Third Editionby Anonymous

    Reader Rating:
    See Detailed Ratings

    September 23, 2004: C# is still a relatively new language. But here Wiley/Wrox is already on the third iteration of this book! Very up to date, with the latest C# capabilities. Just as importantly, the book has extensive coverage of how C# integrates into .NET. Specifically including how to make Microsoft Windows Forms, and how to make dynamic web pages by combining C# with ASP.NET's components. Also of interest to some of you will be the sections showing how to use C# to connect to a SQL engine, like Microsoft's SQL Server. In fact, one key message of the book is that C# derives a lot of its value from being tied into .NET and its associated family of packages. The book has over a thousand pages of details, but this take home idea concisely conveys much of the authors' intent. As the side note, the C# Collections include what Microsoft calls Dictionaries. As the authors explain, this is a data structure that is more generally known as a hash table or map. [Cf. Knuth's 'Art of Computer Programming', vol 3.] Yes, there is a .NET class called Hashtable. But you might think that in the interests of conforming with a straightforward industry usage, Microsoft might have dropped 'Dictionaries'.