Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Science » C# » More Effective C#: 50 Specific Ways to Improve Your C# (Effective Software Development Series)  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Mass Market
Trade
Related Categories
• C#
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• General AAS
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Software
Computers & Internet
Subjects
Books
• General AAS
Software
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Visit Laptop Nirvana for the best Cheap Discount Laptops

More Effective C#: 50 Specific Ways to Improve Your C# (Effective Software Development Series)

More Effective C#: 50 Specific Ways to Improve Your C# (Effective Software Development Series)

zoom enlarge 
Author: Bill Wagner
Publisher: Addison-Wesley Professional
Category: Book

List Price: $44.99
Buy New: $26.17
You Save: $18.82 (42%)



New (34) Used (8) from $25.00

Avg. Customer Rating: 4.5 out of 5 stars 4 reviews
Sales Rank: 7909

Media: Paperback
Edition: 1
Number Of Items: 1
Pages: 336
Shipping Weight (lbs): 1.4
Dimensions (in): 9 x 7 x 0.8

ISBN: 0321485890
Dewey Decimal Number: 005.133
EAN: 9780321485892
ASIN: 0321485890

Publication Date: October 17, 2008
Availability: Usually ships in 1-2 business days
Condition: All orders ship same business day via standard shipping (USPS Media Mail) if received by 1 PM CST.

Also Available In:

  • Kindle Edition - More Effective C#

Similar Items:

  • Effective C#: 50 Specific Ways to Improve Your C# (Effective Software Development Series)
  • Concurrent Programming on Windows (Microsoft .NET Development Series)
  • Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries (2nd Edition) (Microsoft .NET Development Series)
  • Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)
  • Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin Series)

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.




Customer Reviews:

5 out of 5 stars A must have!!   November 20, 2008
Great book, short, concise, to the point. The format of the book (short specific topics) really is a great plus, makes it very easy to find exactly what you're looking for. This book is a must have in every C# developer's reference library.


5 out of 5 stars Excellent book   November 2, 2008
 1 out of 1 found this review helpful

I've read the 1st book 3 times and I've been awaiting a follow up since.
The wait has paid off and Bill has done a terrific job on this one as well. Bill's writing style is consistent(as always) and he explains advanced concepts in a easy to follow manner.The biggest payoff for me was to meet Bill at PDC and have him sign my copy :)



3 out of 5 stars Good, but not as good as the first   October 30, 2008
 0 out of 1 found this review helpful

Maybe I've read too many books on generics and C# 3.0 already. I really like the original book in this series. This book is OK. I see that the author is pushing for us to use the new features of 3.0. However I believe that linq operaters and constructs should stay with linq. I don't want to use 'var' outside of linq. Some of the topics in this book are really work reading. I still recommend this book but make sure you read the first book.


5 out of 5 stars Still Great. Still Essential!   October 19, 2008
 1 out of 1 found this review helpful

I really found Bill's previous book (Effective C#: 50 Specific Ways to Improve Your C# (Effective Software Development Series)) very useful. I've recommended in many classes I've taught and also to clients while consulting.

More Effective C# enhances the original with C# 3.0 and LINQ additions. Bottom line: If you want to be a serious developer that continually hones his (or her) craft, then you need this book. Bill has done an excellent job of taking his considerable development expertise and distilling it into very practical pointed advice. I cannot recommend this great book enough!


Powered by Associate-O-Matic