Questionnez la Communauté
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 ... Voir Plus
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 ... Voir Plus
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 ... Voir Plus
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 ... Voir Plus