A Programmer's Introduction to C# - Softcover

Gunnerson, Eric

 
9781893115866: A Programmer's Introduction to C#

Synopsis

C# is the key language for Microsoft's next generation of Windows services, the .NET platform. This new programming language is fast and modern and was designed to increase programmer productivity. C# enables programmers to quickly build a wide range of applications for the new Microsoft .NET platform. The .NET platform enables developers to build C# components to make Web services available across the Internet. Gunnerson's book provides a foundation upon which programmers can begin to develop in C#. Among the core topics covered are the COM+ environment, statements and flow of execution, classes, structs, interfaces, expressions, arrays, enums, delegates and events, exception handling, interoperability, and selected advanced topics. Gunnerson is the QA Lead for C# and a member of the C# design team itself.

"synopsis" may belong to another edition of this title.

Review

Written for those with some previous C/C++ or Java experience, A Programmer's Introduction to C# is a fast-moving and smart tutorial to using Microsoft's new programming language. This book is filled with both basic and advanced language details that show you how to use C# effectively.

A quick tour of C#, covering nearly every language detail, starts things off. Because the author assumes that you already know about basic concepts like objects, inheritance and the like, the pace is pretty lively. Concise descriptions of key language features are anchored by short, clear code excerpts that demonstrate each C# principle. Early chapters concentrate on using objects, data types and flow control done the C# way. Where appropriate, background material is provided on the new Microsoft .NET Frameworks environment (where C# runs), but this text is by and large a language-based tutorial. Readers will get a handle on key C# features and even advanced nooks and crannies of the language (such as nested classes and improvements above and beyond C++ and Java) like built-in support for properties, the delegates keyword and support for versioning.

The book is careful to discuss the philosophy and style of C#, especially when it comes to class design. Of course, if you are trained in C++ or Java, you will be right at home. Later sections turn to the nuts and bolts of .NET Frameworks with material on writing classes using methods that will cooperate better with the framework, garbage collection and guidelines for creating reusable classes for other programmers. The book finishes up with a point-by-point comparison of C# and C++, Java and Visual Basic, which can show you what's the same and what's been improved in this new and exciting language from Microsoft.

In all, this title arrives at just the right time for the reader who wants to get ready for C#. Although the language is still under development, reading A Programmer's Introduction to C# will help you stay ahead of the curve with its concise and effective tutorial that's perfect for the busy working developer. --Richard Dragan

Review

this introduction to the C# language and the .NET framework has the unmistakable stamp of inside knowledge and experience. MARTIN HELLER, BYTE.COM at this point I want each reference I can get my hands on, and this one would be at the top of my list of recommendations. It is thorough, easy to read and refer to, and contains tons of examples. All of these things are necessary ingredients when learning a new programming language BOB TABOR, .NETBOOKS (WWW.DOTNETBOOKS.COM) (Eric Gunnerson) is eminently qualified to explain not only how C# works, but also why it works that way. That will become evident as you read this book. ANDERS HEJLSBERG, MICROSOFT CORPORATION (FROM THE FOREWORD)"

"About this title" may belong to another edition of this title.

Other Popular Editions of the Same Title