Search

Table of Contents
More Effective C#: 50 Specific Ways to Improve Your C#
BOOK:
More Effective C#: 50 Specific Ways to Improve Your C#

Go to Page:  of 282

Browse by Category
 
 
Hide Left Column
More Effective C#: 50 Specific Ways to Improve Your C# - Graphically Rich Book
More Effective C#: 50 Specific Ways to Improve Your C#
by Bill Wagner

Publisher: Addison-Wesley Professional
Pub Date: October 07, 2008
Print ISBN-10: 0-321-48589-0
Print ISBN-13: 978-0-321-48589-2
Web ISBN-10: 0-321-58048-6
Web ISBN-13: 978-0-321-58048-1
Pages: 336
Slots: 1.0
Start Reading
Buy Print Version
Overview

This is the Safari online edition of the printed book.

"Shining a bright light into many of the dark corners of C# 3.0, this book not only covers the 'how,' but also the 'why,' arming the reader with many field-tested methods for wringing the most from the new language features, such as LINQ, generics, and multithreading. If you are serious about developing with the C# language, you need this book."

–Bill Craun, Principal Consultant, Ambassador Solutions, Inc.

"More Effective C# is an opportunity to work beside Bill Wagner. Bill leverages his knowledge of C# and distills his expertise down to some very real advice about programming and designing applications that every serious Visual C# user should know. More Effective C# is one of those rare books that doesn't just regurgitate syntax, but teaches you how to use the C# language."

–Peter Ritchie, Microsoft MVP: Visual C#

"More Effective C# is a great follow-up to Bill Wagner's previous book. The extensive

C# 3.0 and LINQ coverage is extremely timely!"

–Tomas Restrepo, Microsoft MVP: Visual C++, .NET, and Biztalk Server

"As one of the current designers of C#, it is rare that I learn something new about the language by reading a book. More Effective C# is a notable exception. Gently blending concrete code and deep insights, Bill Wagner frequently makes me look at C# in a fresh light–one that really makes it shine. More Effective C# is at the surface a collection of very useful guidelines. Look again. As you read through it, you'll find that you acquire more than just the individual pieces of advice; gradually you'll pick up on an approach to programming in C# that is thoughtful, beautiful, and deeply pleasant. While you can make your way willy-nilly through the individual guidelines, I do recommend reading the whole book–or at least not skipping over the chapter introductions before you dive into specific nuggets of advice. There's perspective and insight to be found there that in itself can be an important guide and inspiration for your future adventures in C#."

–Mads Torgersen, Program Manager, Visual C#, Microsoft

"Bill Wagner has written an excellent book outlining the best practices for developers who work with the C# language. By authoring More Effective C#, he has again established himself as one of the most important voices in the C# community. Many of us already know how to use C#. What we need is advice on how to hone our skills so that we can become wiser programmers. There is no more sophisticated source of information on how to become a first-class C# developer than Bill Wagner's book. Bill is intelligent, thoughtful, experienced, and skillful. By applying the lessons from this book to your own code, you will find many ways to polish and improve the work that you produce."

–Charlie Calvert, Community Program Manager, Visual C#, Microsoft

In More Effective C#, Microsoft C# MVP and Regional Director Bill Wagner introduces fifty brand-new ways to write more efficient and more robust software. This all-new book follows the same format as Wagner's best-selling Effective C# (Addison-Wesley, 2005), providing clear, practical explanations, expert tips, and plenty of realistic code examples.

Wagner shows how to make the most of powerful innovations built into Microsoft's new C# 3.0 and .NET Framework 3.5, as well as advanced C# language capabilities not covered in his previous book. Drawing on his unsurpassed C# experience, the author reveals new best practices for working with LINQ, generics, metaprogramming, and many other features. He also uncovers practices that compromise performance or reliability and shows exactly how to avoid them.

More Effective C# shows how to

  • Use generics to express your design intent more effectively

  • Master advanced generics techniques, such as constraints, method constraints, and generic specialization

  • Use the multithreaded techniques you'll need to work with the .NET framework every day

  • Express modern design idioms using the rich palette of C# language features

  • Successfully mix object oriented and functional programming constructs

  • Create composable interfaces and avoid confusion in public interfaces

  • Use extension methods to separate contracts from implementation

  • Program successfully with C# closures and anonymous types

  • Write more effective LINQ queries

  • Make the most of LINQ Lazy Evaluation Queries and Lambda Expressions

  • Distinguish and convert between delegates and expression trees

  • Efficiently utilize nullable types and partial classes

  • Use implicit properties for mutable, nonserializable data

You're already a successful C# programmer–this book can help you become an outstanding one.

 
Editorial Reviews
Product Description

“Shining a bright light into many of the dark corners of C# 3.0, this book not only covers the ‘how,’ but also the ‘why,’ arming the reader with many field-tested methods for wringing the most from the new language features, such as LINQ, generics, and multithreading. If you are serious about developing with the C# language, you need this book.”

–Bill Craun, Principal Consultant, Ambassador Solutions, Inc.

 

More Effective C# is an opportunity to work beside Bill Wagner. Bill leverages his knowledge of C# and distills his expertise down to some very real advice about programming and designing applications that every serious Visual C# user should know. More Effective C# is one of those rare books that doesn’t just regurgitate syntax, but teaches you how to use the C# language.”

–Peter Ritchie, Microsoft MVP: Visual C#

 

More Effective C# is a great follow-up to Bill Wagner’s previous book. The extensive

C# 3.0 and LINQ coverage is extremely timely!”

–Tomas Restrepo, Microsoft MVP: Visual C++, .NET, and Biztalk Server

 

“As one of the current designers of C#, it is rare that I learn something new about the language by reading a book. More Effective C# is a notable exception. Gently blending concrete code and deep insights, Bill Wagner frequently makes me look at C# in a fresh light–one that really makes it shine. More Effective C# is at the surface a collection of very useful guidelines. Look again. As you read through it, you’ll find that you acquire more than just the individual pieces of advice; gradually you’ll pick up on an approach to programming in C# that is thoughtful, beautiful, and deeply pleasant. While you can make your way willy-nilly through the individual guidelines, I do recommend reading the whole book–or at least not skipping over the chapter introductions before you dive into specific nuggets of advice. There’s perspective and insight to be found there that in itself can be an important guide and inspiration for your future adventures in C#.”

–Mads Torgersen, Program Manager, Visual C#, Microsoft

 

“Bill Wagner has written an excellent book outlining the best practices for developers who work with the C# language. By authoring More Effective C#, he has again established himself as one of the most important voices in the C# community. Many of us already know how to use C#. What we need is advice on how to hone our skills so that we can become wiser programmers. There is no more sophisticated source of information on how to become a first-class C# developer than Bill Wagner’s book. Bill is intelligent, thoughtful, experienced, and skillful. By applying the lessons from this book to your own code, you will find many ways to polish and improve the work that you produce.”

–Charlie Calvert, Community Program Manager, Visual C#, Microsoft

 

In More Effective C#, Microsoft C# MVP and Regional Director Bill Wagner introduces fifty brand-new ways to write more efficient and more robust software. This all-new book follows the same format as Wagner’s best-selling Effective C# (Addison-Wesley, 2005), providing clear, practical explanations, expert tips, and plenty of realistic code examples.

 

Wagner shows how to make the most of powerful innovations built into Microsoft’s new C# 3.0 and .NET Framework 3.5, as well as advanced C# language capabilities not covered in his previous book. Drawing on his unsurpassed C# experience, the author reveals new best practices for working with LINQ, generics, metaprogramming, and many other features. He also uncovers practices that compromise performance or reliability and shows exactly how to avoid them.

 

More Effective C# shows how to

  • Use generics to express your design intent more effectively
  • Master advanced generics techniques, such as constraints, method constraints, and generic specialization
  • Use the multithreaded techniques you’ll need to work with the .NET framework every day
  • Express modern design idioms using the rich palette of C# language features
  • Successfully mix object oriented and functional programming constructs
  • Create composable interfaces and avoid confusion in public interfaces
  • Use extension methods to separate contracts from implementation
  • Program successfully with C# closures and anonymous types
  • Write more effective LINQ queries
  • Make the most of LINQ Lazy Evaluation Queries and Lambda Expressions
  • Distinguish and convert between delegates and expression trees
  • Efficiently utilize nullable types and partial classes
  • Use implicit properties for mutable, nonserializable data

You’re already a successful C# programmer–this book can help you become an outstanding one.

 
Other Readers Also Read
Top Sellers in This Category
Browse Similar Topics
Top Level Categories:Sub-Categories:
   
Reader Reviews From Amazon (Ranked by 'Helpfulness')
Average Customer Rating:based on 11 reviews.
For Advanced Users Only, 2009-05-25
Reviewer rating:
While the book may be very effective for advanced users, it is of little use to starting to intermediate level programmers. The title say there are 50 specific way to improve your c#, I found none. Admittedly, I have only working with C# for a year, but I would have thought that at lease one item would apply to me.

Spend your money on another book unless you are alot further along than I am.
Become a C# Craftsman!, 2009-04-08
Reviewer rating:
This book is the difference between a programmer who knows C# and becoming a true C# "craftsman". Absolutely recommended!
Reference material only, 2009-02-09
Reviewer rating:
This book makes assumptions that you know a lot of the ins and outs of the language and is not setup such that you can read through the material from cover to cover. The author is knowledgeable and the book is best used as a reference book when you have specific questions or concerns.
Excellent Book!, 2009-01-15
Reviewer rating:
This is a must have for C# developers. I could ramble on and on about the book, yada yada... buy it, you'll be thankful you did. This book can take average programmers and make them into very capable programmers. This book belongs in your arsenal.
A must read for C# developers, 2009-01-02
Reviewer rating:
Anyone who is writing C# on a daily basis has to read this book. In 50 very easy to read short modules, Bill shows you how to improve your C# code. I have been coding with C# since 2002 and I learned many new techniques about Generics and the new language features from 3.0. With LINQ, I *finally* know why an implicitly typed local variable is better and the implications of not using IQueryable. A wealth of knowledge. After you read your C# 101 books, read this one next! It will make you a better developer.
 
Some information above was provided using data from Amazon.com. View at Amazon >
More Effective C#: 50 Specific Ways to Improve Your C# - Graphically Rich Book
More Effective C#: 50 Specific Ways to Improve Your C#
by Bill Wagner

Publisher: Addison-Wesley Professional
Pub Date: October 07, 2008
Print ISBN-10: 0-321-48589-0
Print ISBN-13: 978-0-321-48589-2
Web ISBN-10: 0-321-58048-6
Web ISBN-13: 978-0-321-58048-1
Pages: 336
Slots: 1.0
Start Reading
Buy Print Version
Company | Terms of Service | Privacy Policy | Contact Us | Help | 508 Compliance | Subscribe Now
© 2009 Pearson Education, InformIT. All rights reserved.
800 East 96th Street Indianapolis, Indiana 46240