0

I'm building a simple winforms application that will have a modal login dialogue and needs basic tooling for things like logging etc.

Are there any known sources for a sample project thats already setup following recommended patterns?

Obviously I can start from scratch, but if there were some best practice .net winforms 4 sample application projects from Microsoft or from an open source project that would help jumpstart things following good design patterns

kaes
  • 1,267
  • 2
  • 13
  • 17

1 Answers1

0

The Build Your Own CAB Series by Jeremy Miller is a good place to start. See also UI Design Pattern for Windows Forms (like MVVM for WPF) and Implementing MVC with Windows Forms

Community
  • 1
  • 1
stuartd
  • 70,509
  • 14
  • 132
  • 163