Ask the Community
Ask any professional question and get answers from other specialists.
Let Learn some basic concepts used in software design and development.
which is better?
Open/Closed OOP Design Principle is one of the5 basic principles of OOP and Design presented in SOLID. It implies that software entities such as Classes, Modules and Fun ... See More
The Open Close Principle is design and writing of the code should be done in a way that new functionality should be added with minimum changes in the existing code. The d ... See More
if your client application is mainly a front end for back end data – Silverlight4 is perfect and sufficient. But if your client application needs deeper integration with ... See More
pplication framework for writing and running rich Internet applications. A plugin for Silverlight is still available for some browsers. While early versions of Silverligh ... See More
For application that needs to "talk" with the machine and/or it's devices [Printers for example] use WPF For applications implemented in a multi-client p ... See More