I am implementing a simple UserControl that is actually a fancy TextBox. One of its features is that you can set a formatting specification and this formatting get\'s applied to its contents automatic
In a (web) application I\'ve implemented the MVP pattern for seperation of core concerns. My presenters directly query the database using LINQ-to-NHibernate, or sometimes they use query objects when t
I have a list box in which i have multiple value <asp:ListBox ID=\"lstbox\" runat=\"server\" SelectionMode=\"Multiple\" Width=\"120px\">
I\'ve been using MVP pattern in my application. But I have problems with testing my method which are called after button is clicked. Here is the code:
I am planning to use MVP pattern for my new Android project. I have done some sample code and I would like to know, have I implemented it correctly? Please give comments on the code and also post your
I\'m trying to build a gwt widget with separated model, view and presenter. I\'m using just one class for all of these components so far:
In most of the Activities and Places examples I\'ve seen, people use a SimplePanel as the display for an ActivityManager.
Right, I have been developing a application using the MVP framework as reccomended by Google in Large scale application development and MVP.
i\'m implementing bulltain board(or forums) for my website and i\'m using MVP pattern in c# and asp.net along with a typed dataset to connect to the database. my problem is that i\'m not sure where sh
i\'ve created a forum system in MVP pattern but i\'m not sure if i implemented it in a right way. so here is what i ended up with: