The Singleton – Design Pattern The Singleton Design Pattern ensures that only a single instance of a given object can exist. It does this by making the class constructor private so that it will be the singleton itself, and singleton class has full control over when the class instance is created. In order to gain access to […]
Read more โCategory: All
Select IN query using LINQ
In our SQL Query there is a situation when we want to fetch records based on records within the a Set of RecordID(primary key) Lets look in to one example I have a table Employee which has the columns EmpId, EmpName, EmpDesg etc. You want to select the Employee Records from Employee table with EmpID within 61,62,63 […]
Read more โMore on MVP Pattern – Part 2
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 […]
Read more โ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 […]
Read more โ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 […]
Read more โ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 […]
Read more โ