Tag: Development

Community

Introducing .NET

(David Chappell) What’s required to create good software? While it’s possible to write first-rate code in almost any environment, creating good software is much easier when the right platform and tools are available. For most Windows developers today, that platform is defined by .NET. This chapter o

Community

Observer Design Pattern

(Vishal Kumar Patil) Good object-oriented design emphasizes both encapsulation and loose coupling. The Observer Pattern is a mechanism for drastically reducing coupling between interacting classes. The observer pattern should be used whenever one or more objects (observers) must track changes in t