Wednesday, March 25, 2009

Beginning Microsoft Visual C# 2008

Beginning Microsoft Visual C# 2008


Book Rank: #23 in [c#]
Paperback: 1307 pages
Publisher: Wrox (May 5, 2008)
Language: English
ISBN-10: 047019135X
ISBN-13: 978-0470191354
Product Dimensions: 9.2 x 7.4 x 1.8 inches



The book is aimed at novice programmers who wish to learn programming with C# and the .NET framework. The book starts with absolute programming basics. It then moves into Web and Windows programming, data access (databases and XML), and more advanced technologies such as graphics programming with GDI+ and basic networking. The book is divided into sections including:
  • The C# Language: Basic language skills using console application. Content moves from the absolute basics to fairly involved OOP skills.
  • Windows Vista Programming: Using basic Windows applications, reinforcing earlier OOP and debugging skills.
  • Web Programming: Putting together basic Web applications, highlighting differences between Web and Windows programming.
  • Data Access: Accessing all kinds of data sources from Web and Windows applications, including SQL usage, XML, file system data, and Web Services.
  • Additional Techniques: "The fun stuff", including Windows Presentation Foundation, Windows Workflow, Windows Communication Foundation, GDI+, networking, Windows Services, and so on.

The book makes complicated subjects seem easy to learn, and it inspires readers to investigate areas further on their own by providing references to additional material, and exercise questions that require significant effort and personal research to complete.


User Review:


As far as 1300 page programming books go, this one is well above average. It covers both Visual Studio 2008 and the free Visual C# 2008 Express Edition using Express for most of the examples. C sharp is a great language if you've done any C, C++ or object oriented programming before. One can argue even if you have zero programming experience it's still the best overall language to learn. It's elegant, powerful, works for desktop apps, mobile apps, server apps and is multi-platform. C# is one of those rare things that Microsoft did well.

There's something here for everyone including C# language basics, object oriented programming theory, introduction to UML, Windows programming, web programming, databases, etc. It starts with an intro to C# in 7 chapters before introducing Object Oriented programming which is a different approach than many books. You can download the code at wrox.com.

THE GOOD: The authors manage to keep it readable and concise at the same time. There's not a lot of extra anecdotes and filler like you'll find in many beginning programming books. Most every sentence conveys something useful without being excessively dry. I haven't found many mistakes which seem all too common these days in similar books.

THE BAD: The authors sometimes mention concepts they haven't explained or even introduced yet. Often they point out when they're doing so (i.e. "don't worry about xxxx we'll explain later") but in many instances the reader is left wondering if he missed something earlier in the book only to find the answer in the next chapter. A total programming novice might find this book a bit intimidating as the authors do sometimes assume significant knowledge on behalf of the reader. For example the Object Oriented chapters dive right into UML and other confusing topics with little hand holding. But, personally, I think they did a good job of trying to include lots of useful information versus spending lots of pages on things that most readers will already know.


Free Download:

No comments: