<p><p><i>Foundations of Object-Oriented Programming Using .NET 2.0 Patterns</i> solves the object-oriented and pattern-programming problem by mixing the twoβthe book teaches object-oriented concepts using patterns, or a solutions-based approach. The book's material is organized around tasks and patt
Foundations of Object-Oriented Programming Using .NET 2.0 Patterns (Foundations)
β Scribed by Christian Gross
- Year
- 2005
- Tongue
- English
- Leaves
- 377
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
The focus of this book is to present object-oriented programming using .NET patterns. Patterns are currently being largely taught based on the assumption that the reader understands object oriented programming techniques. This has resulted in another gap as the techniques taught often clash with the techniques used by the reader. The pattern concept is also abstract and often fails to make the jump from theory to practical. The purpose of this book is to fix the object-oriented and pattern programming dilemma by "mixing" the twoβthat is, teaching object-oriented concepts using patterns. If a moment is taken to think about the problem, this is a very logical approach as it promotes a solutions-based approach. The solutions are "how to create an object," "how to define where one wants to go," "how might one define the implementation", and so on. This book is unique in that it is modeled after the authorβs successful speaking material that applies patterns in a very pragmatic and practical manner. The materials will be organized using tasks, presented using patterns, and illustrated using development problems and solutions. This book will reference open source projects that illustrate some of the development problems and solutions. The focus is to use practical solutions that developers encounter everyday, such as database manipulations, GUI development, or middle tier component development. There will be no focus on specific technologies; for example, to illustrate database manipulations, Microsoft SQL Server could be used, but the book will focus on using a generic database and the SQL programming language.
π SIMILAR VOLUMES
Foundations of Object-Oriented Programming Using .NET 2.0 Patterns solves the object-oriented and pattern-programming problem by mixing the two - the book teaches object-oriented concepts using patterns, or a solutions-based approach. The book's material is organized around tasks and patterns, and i
<p>by Luea Cardelli Ever since Strachey's work in the 1960's, polymorphism has been classified into the parametric and overloading varieties. Parametric polymorphism has been the subject of extensive study for over two decades. Overloading, on the other hand, has often been considered too ad hoc to
The concepts in this book are great for any Actionscript developer and they thoroughly explain solutions via design patterns. I'd recommend this book to any aspiring AS3 developer. HOWEVER, there is so many horrible mistakes in this book. While the content is awesome, it seems like the editor was
This hands-on introduction to design patterns is for experienced Flash developers ready to tackle sophisticated programming techniques with ActionScript 3.0. Now that ActionScript has been reengineered from top to bottom as a true object-oriented programming (OOP) language, reusable design patterns
This is a useful introduction to the theory behind data types in object oriented (OO) languages. It starts at a very readable pace. The first section (about 100 pages) covers the basics of OO languages and OO features, and establishes a working vocabulary. For example, it introduces the very distinc