TechBookReport review of 'Programming .NET Components'
Posted by: GotDotNet: New resources,
on 26 Jan 2006 |
View original | Bookmarked: 0 time(s)
Most books on object oriented programming go into the basics of encapsulation, polymorphism and inheritance. It doesn't matter whether it's a strongly typed language like Java or C#, or a dynamically typed language like Python or PHP, the handling of object orientation follows a similar pattern. However, in the real world the challenges of maximising code reuse, easing maintenance and above all making software that is truly flexible requires code that is componentised - that is code that makes as much use of interfaces as it does object inheritance.
In the world of C# and .NET Juval Lowy's 'Programming .NET Components' is a classic title that both explains the techniques and which delves deep into topics not normally covered by most programming books. Now, with a second edition updated for .NET 2.0, that classic status is consolidated.