Programming .NET Components, 2nd Edition
|
| List Price: | $44.95 |
| Price: | $29.67 & eligible for FREE Super Saver Shipping on orders over $25. Details |
Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com
36 new or used available from $20.16
Average customer review:Product Description
Following in the footsteps of its best-selling predecessor, "Programming .NET Components," Second Edition has been updated to cover .NET 2.0. It remains one of the few practical books available on this topic. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market. In fact, nearly two million Microsoft developers worldwide now work on such systems.
"Programming .NET Components," Second Edition begins with a look at the fundamentals of component-oriented programming and then progresses from there. It takes the time to carefully examine how components can simplify and add flexibility to complex applications by allowing users to extend their capabilities. Next, the book introduces a variety of .NET essentials, as well as .NET development techniques. Within this discussion on component development, a separate chapter is devoted to each critical development feature, including asynchronous calls, serialization, remoting, security, and more. All the while, hazardous programming pitfalls are pointed out, saving the reader from experiencing them the hard way.
A .NET expert and noted authority on component-oriented programming, Lowy uses his unique access to Microsoft technical teams to the best possible advantage, conveyingdetailed, insider information in easy-to-grasp, activity-filled language. This hands-on approach is designed to allow individuals to learn by doing rather than just reading. Indeed, after digesting "Programming .NET Components," Second Edition, readers should be able to start developing .NET components immediately.
"Programming .NET Components," Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components.
Following in the footsteps of its best-selling predecessor, "Programming .NET Components," Second Edition has been updated to cover .NET 2.0. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market.
Product Details
- Amazon Sales Rank: #97003 in Books
- Published on: 2005-07-01
- Original language: English
- Number of items: 1
- Binding: Paperback
- 624 pages
Features
- ISBN13: 9780596102074
- Condition: NEW
- Notes: Brand New from Publisher. No Remainder Mark.
- Click here to view our Condition Guide and Shipping Prices
Editorial Reviews
About the Author
Customer Reviews
Best advanced C# book I have seen
While the book is supposed to be centered on ".NET" components, it's really more about C# than anything else. After the obligatory introduction to .NET, JIT, MSIL, and all the other .NET acronyms, the book gets down to business. In fact, this book really begins where a lot of other C# books tend to end: interfaces and inheritance. There is then discussion on version control, including using multiple versions of an assembly in the GAC. While I have seen this type of discussion in other .NET books, I haven't seen it discussed in the depth that Löwy's book does it.
I think the thing I most enjoyed about this book was the chapter on Remoting. Again, I have seen discussions on Remoting in other books (including Microsoft's own MSDN documentation), but no where have I seen as thorough a discussion with as many useful examples as in this book.
Other topics covered in this book include multithreading, asynchronous calls, serialization (including various types of serialization formatters), interception, and security. This book is not for the beginning .NET programmer. If you're looking for a good introductory C# book, pick up a copy of Jesse Liberty's book. If you're looking for a intermediate to advanced text, then this is one of the very best I have seen. More of the "hard" stuff to do in .NET is covered in this book than in any other place I have seen. I can honestly say that this is the best advanced C# book I have ever seen.
Take the next step
This book is about half the size of many of my other .NET programming books, and yet I've used about twice as many concepts from it than the bigger books. Computer books are just bloated today because publishers know we knowledge hungry programmers are drawn to the supersized books. Well, this book breaks the mold. It is clear, concise, potent and modestly sized. For example, chapter 11 on context and interception and the logging component example is awesome. If you want to take the next step as a .NET programmer, read this book.
Excellent book on .NET development, one of the best
When I was reading the first three chapters of this book I could have sworn that it was miss-titled; it should have been called Component Oriented Programming in .NET. Just so we get this straight, this is not a book about the wonderful components in the .NET Framework that Microsoft has provided -- this is a book about CREATING components in the .NET Framework.
The next item that needs to be clarified: What is a component? If you are from the Delphi/VCL world, a component is a non-visual object that can be manipulated in design-time with the mouse and the property browser, while usually being dragged onto a form (TTimer, TDatabase, TSession, TTable, etc). But in this book a component is a class -- the simpler the class, the better. No inheritance unless absolutely necessary, no class hierarchies, but interfaces are cool.
Now, once you get beyond the philosophy lessons of the first three chapters, you are left with one outstanding book on practical .NET development. The chapter on Events is worth the price of admission alone. The chapter on Versioning is excellent as well, but the rest of the sections are every bit as good.
Many of the topics covered in the book are not things you will find in the help files, or if they are, they are too scattered to be useful. What is covered: a large number of best practices, defensive coding techniques (again the chapter on Events is gold), and general you-really-need-to-know-this topics.
One note, some of the topics covered are very large (Remoting and Security are two examples), and if you are interested in those topics, there are other books that deal with them individually.
Summary: if you are into creating top-quality .NET software you should own this book.




