Hi All,
Just wondering if anyone can recommend any good resources (links, tutorials, articles, books) in relation to learning and implementing either MVP or MVC design patterns in VB.NET.
TIA,
Declan.
Printable View
Hi All,
Just wondering if anyone can recommend any good resources (links, tutorials, articles, books) in relation to learning and implementing either MVP or MVC design patterns in VB.NET.
TIA,
Declan.
Is this for ASP.NET with VB.NET or for standalone VB.NET applications?
If it's for websites, have a look at the ASP.NET MVC framework.
If it's for windows forms, maybe have a look at WPF which may come close.
Hi Mendhak,
Thanks for the response, Its MVC or MVP for VB.NET Winform applications. I can find some resources for both patterns but they are primarily written in C# and most of the resources on MVC are in relation to ASP.NET. I'm trying to find information/resources on implementing MVC/MVP in Winforms applications using VB.NET (.NET 3.5).
I'm just feeling a bit lazy to have to convert C# projects to VB, but I may not have too much of a choice since any search seems to turn up C# based implementations of the patterns.
Thanks,
Declan.