Read: 3948 times    -     Avarage Rate: 3.7

2010 12 May

Do you want a component to be notified with the changes of another component? Do you want to define one-to-many dependency between objects and make the update automatic? The separation of concerns is the developers’ phobia as well as their passion. Software developers always try to keep the codes in the View layer minimal, and make the separation between business and presentat
Read: 2487 times    -     Avarage Rate: 4.4

2010 08 Apr

Yesterday, I was attending a lecture about ASP.NET MVC 2 organized by Microsoft Lebanon in Beirut; the session successfully introduced one of the latest web technologies in our days. The MVP Kris Van der mast started the session by defining the new design pattern and what are its goals and benefits, he mainly focused on the separation of concerns concept and the technical benefits of using MVC as testability, maintainabilit
Read: 2068 times    -     Avarage Rate: 4

2010 06 Apr

MVC 2 got released several weeks ago. This new paradigm in the ASP.NET world has gained a lot of popularity even before reaching version 1. A session will be conducted tomorrow Wed 7th of April, it'll give a quick intro about what MVC stands for and then get an overview of the newly added features in MVC2 topped with a sauce of
Read: 5052 times    -     Avarage Rate: 4.6

2010 23 Mar

I was conducting a presentation about ASP.NET MVC design pattern, and the importance of using such pattern in order to enhance the asp.net web application structure and make easier their maintainability and testability, and to show the importance of putting rules and guidelines in place of letting the developer decides how to implement the separation of concerns.