I'm a begginer with Winforms controls and i'm writing a new VB.Net application. What pattern is the best to use with Telerik Winforms controls? (MPV, MPC, M-V-V-M)
Do you had some example for me using this "best" pattern to start the GUI of my new app?
Thank you.
2 Answers, 1 is accepted
0
Julian Benkov
Telerik team
answered on 02 Jul 2012, 11:50 AM
Hello Pat,
You can use MVP design pattern to implement your application. The MVP pattern is more suitable in the context of Windows and Winforms GUI. More information about this topic your can read in this blog post article.
I hope this information is useful. Feel free to ask if you have any additional questions.