By tag: MVP
0
kicks
A WaspKiller Game with Silverlight 3, .NET RIA Services, MVP and MVVM
In this article, we will focus upon the development of the front end of the game using the MVP pattern; in the second part, we will discuss the database related work using the MVVM pattern.
0
kicks
List of 200 (and growing) .Net Developers on Twitter, via Twitter List
A compiled list of 200 (and growing) .Net Developers on Twitter, via the new Twitter feature, "Twitter Lists"
0
kicks
Simple validation in Model View Presenter
Last time I wrote about how to implement simple page by Model View Presenter pattern. This time let's focus a bit to validation in presenter and displaying results on your page.
0
kicks
The MOSS Show
Hilton Giesenow, the well known South African MVP has launched a new podcast called the MOSS Show, covering the SharePoint platform through hosting interviews with some of the more well known, and lesser know SharePoint experts in the world. I have a look at the first 3 episodes and really recommend...
0
kicks
Microsoft Certification Exam - Discount Code - Free Second Chance
Please note down this important code or share with your colleagues who are keen to take Microsoft Certification Exam. This unique code is only available through Microsoft MVP’s and only published here to help community and no other intention.
0
kicks
Model View Presenter Revisited
The MVP pattern is a pattern that came into being in the early 1990s by Taligent. This pattern is mostly used inside WinForms and WebForms.
Of course, this is a literal implementation from 1990. Of course, today we have more advanced paradigm that works quite nice.
0
kicks
South Asia MVP Open Day 2008 - Goa - Group Photo
Microsoft Most Valuable Professionals (MVPs) are exceptional technical community leaders from around the world who are awarded for voluntarily sharing their high quality, real world expertise in offline and online technical communities. Microsoft MVPs are a highly select group of experts that repres...
0
kicks
Method to Copy Data Between Objects of Different Types
One thing that I find tiresome when using the various Model/View patterns is the constant copying of data between the model and the view. This is the first post in a series on a possible easier way to do this. In this post I write a method that copies the data from one interface to another based on ...
0
kicks
MVC/MVP Framework for WPF
Rob Eisenberg introduces MVP framework he's been developing for WPF (source code included).
0
kicks
Interactive Application Architecture Patterns
An Introduction to the Model-View-Controller, Model-View-Presenter, and Presentation-Abstraction-Control Patterns
0
kicks
Wire-up MVP and Castle Windsor for Dependency Injection
Article which shows automatic injection of presenter in to the view class with ASP.NET as the view. It also shows how the CreateNew attribute used in Composite Web UI Application Block actually works
0
kicks
MVC or MVP Pattern – Whats the difference?
This awesome post explains differences between MVP and MVC patterns using VS Class Diagrams
0
kicks
Asp.net Model View Presenter example using PoCoRail
A first look at PoCoRail, a new Model View Presenter framework for Asp.net.