Understanding Design Patterns Concept in .Net Step by Step
Design Patterns in VB.NET is specifically designed to help Software Architects and Programmers to take advantage of Gang of Four (GoF) design patterns so that they can build object-oriented software which is flexible, reusable and easy to maintain. You will find that application of the concepts which you learn in this school will require you to spend more time upfront, when you first design and code object-oriented programs. However, over time, the maintenance of your VB.NET, C# and Java OO-programs will become much easier, less time consuming and much less error-prone. Programmers who maintain their program functionality--which is coded using GoF design patterns--will find themselves less and less in crisis mode and increasingly able to to extend the functionality of their object-oriented programs. This holds true for both Java and .NET developers.
- Lesson 1. You Me and VB
- Lesson 2. Abstract
- Lesson 3. Guide to further reading
- Lesson 4. Terms to know
- Lesson 5. C++ CORGI
- Lesson 6. Structure of Patterns in the Tutorial
Creational Patterns
- Lesson 7. Creational Overview
- Lesson 8. Abstract Factory Pattern
- Lesson 9. Builder Pattern
- Lesson 10. Factory Method Pattern
- Lesson 11. Prototype Pattern
- Lesson 12. Singleton Pattern
- Lesson 13. Creational Review
Structural Patterns
And more Read @
Studying design patterns in VB.NET
No comments:
Post a Comment