Model-view-presenter (MVP) is a user interface design pattern engineered to facilitate automated unit testing and improve the separation of concerns in presentation logic. The model is an interface defining the data to be displayed or otherwise acted upon in the user interface. The view is an interface that displays data (the model) and routes user… Continue reading
Category: All
Attention-deficit hyperactivity disorder(ADD/ADHD)
I would like to take a chance on common problem between most of children and adults, which cause because of Tense environment in STUDY and WORK. Nowadays education and work has become a competition to prove ourself beter over the other, which has caused inconsistencies in lives of innocent children as well as to young/teenage… Continue reading
Model-View-Presenter(MVP) :: Design Pattern
Model-View-Presenter (MVP) is a variation of the Model-View-Controller (MVC) pattern but specifically geared towards a page event model such as ASP.NET. For a bit of history, MVP was originally used as the framework of choice behind Dolphin Smalltalk. The primary differentiator of MVP is that the Presenter implements an Observer design of MVC but the… Continue reading
Happy New Year To All.. 2010 make it wonderful…
New Year count down is about to begin.Here’s sending my choicest blessing of cheers and joys galore and wishing you a wonderful year 2010. As the new year takes the flying start,may it brings peace of heaven to your house and fills your heart with grace and glory.Wishing you 366 days of nonstop laughter and… Continue reading
Free 60 Controls from DevExpress
DevExpress is offering us over 60 DevExpress controls free of charge – without royalties or distribution costs. These free license includes the following DevExpress products for WinForms, ASP.NET and Silverlight platforms: To obtain your free DevExpress controls Visit Link
DevLabs: Code Contracts
Code Contracts Lots of fixes! Our new release has been upgraded to work with Visual Studio 2010 Beta 2. (Of course, it also works with Visual Studio 2008, but this is a great time to download the new beta and get started with it.) There are lots of other improvements: be sure to check… Continue reading
DevLabs: Spec Explorer
About Spec Explorer Spec Explorer 2010 is a tool that extends Visual Studio for modeling software behavior, analyzing that behavior by graphical visualization, model checking; and generating standalone test code from models. Behavior is modeled in two ways: by writing rule machines in C# (with dynamic data-defined state spaces) and by defining scenarios as… Continue reading
DevLabs: STM.NET (Software Transactional Memory)
DevLabs: STM.NET About Software Transactional Memory Software Transactional Memory (STM.NET) is a mechanism for efficient isolation of shared state. The programmer demarcates a region of code as operating within a transaction that is “atomic” and “isolated” from other transacted code running concurrently. Transactional memory is considered a promising technology by the academic community and… Continue reading
DevLabs: Doloto
DevLabs: Doloto About Doloto Doloto is an AJAX application optimization tool, especially useful for large and complex Web 2.0 applications that contain a lot of code, such as Bing Maps, Hotmail, etc. Doloto analyzes AJAX application workloads and automatically performs code splitting of existing large Web 2.0 applications. After being processed by Doloto, an… Continue reading
PEX – Automated White Box Testing for .NET
Automated White Box Testing for .NET Pex (Program EXploration) produces a traditional unit test suite with high code coverage. A parameterized unit test is simply a method that takes parameters, calls the code under test, and states assertions. Given a parameterized unit test written in a .NET language, Pex automatically produces a small unit… Continue reading