Limit this search to....

How to Code .Net: Tips and Tricks for Coding .Net 1.1 and .Net 2.0 Applications Effectively
Contributor(s): Gross, Christian (Author)
ISBN: 1590597443     ISBN-13: 9781590597446
Publisher: Apress
OUR PRICE:   $47.49  
Product Type: Hardcover - Other Formats
Published: October 2006
Qty:
Annotation: What is good code? Writing good code is really a question about what the code is trying to solve. (And good code is not to be confused with patterns--because not all pieces of good code are patterns.) We debate about good code because there is not just a single piece of good code, but so many good pieces of code. And each good piece of code depends on the context in which it is used.

"How to Code .NET: Tips and Tricks for Coding .NET 1.1 and .NET 2.0 Applications Effectively" provides solutions to certain problems. That is, specific problems. This book provides detailed, authoritative explanations of good .NET coding techniques. It's based on award-winning material that author Christian Gross has previously presented at conferences throughout the US and Europe. What's more, the author is at the forefront of the .NET technology wave and an acknowledged expert on the subject of .NET coding style and techniques.

Additional Information
BISAC Categories:
- Computers | Programming - Microsoft
- Computers | Software Development & Engineering - General
Dewey: 005.276
Physical Information: 0.85" H x 7.14" W x 9.46" (1.28 lbs) 218 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
I he title of this book may seem odd; you probably already know how to write code in .NET. But you can always benefit from knowing more. Coders, architects, and developers always strive to do their best, and if given the choice to do something correctly or incorrectly they will do it correctly. So why do we have so many bugs in our code? I could say, "Heck, it's all the managers making bonehead decisions." It would be a popular answer, but it would not be fair. We have bugs because humans and the communication between humans are imperfect. The other major reason why code has bugs is that people do not have the time or energy to pour resources into specific problems. When you are working on an application, you are confronted with thousands of specific problems, and you have to assign a priority. This is where this book is aimed. I take the time to investigate the specific problems and figure out how to solve them. Your responsibility is to read the solutions and implement them as appropriate.