views:

278

answers:

3

I'm not sure why finding any frameworks or good example projects for developing windows application is so difficult. I'm sure that for web application framework, we have Castle Project or ASP.NET MVC that are very great stuffs and have many examples that follow the best practices like IoC, Caching, and etc.

Is there such things that have already existed for Winforms?

A: 

The Smart Client from MS uses MVP patterns.

JSC
A: 

MVC#

pmlarocque
A: 

You may want to try Claymore; I've tried to build it to be as simple as possible.

Fabrice