From: Robert Fuchs on 29 Oct 2009 14:30 Hello, I need to create some Winforms apps for devices like eg. http://kyman.datalogic.com For getting a nice UI I will use Resco MobileForms Toolkit http://www.resco.net/developer I'm looking for something like a "Mobile Winforms MVC" framework, because I don't want to reinvent the wheel. Any ideas? mfg Robert
From: Alberto Silva, MVP on 29 Oct 2009 19:32 Hi, Take a look at this framework by Alex Yahknin: http://www.codeplex.com/MobileMVC -- Alberto Silva http://www.moving2u.pt - R&D Manager http://msmvps.com/AlbertoSilva - Blog Microsoft MVP - Device Application Development "Robert Fuchs" <nobody(a)noreply.com> wrote in message news:eVRqoXMWKHA.4360(a)TK2MSFTNGP04.phx.gbl... Hello, I need to create some Winforms apps for devices like eg. http://kyman.datalogic.com For getting a nice UI I will use Resco MobileForms Toolkit http://www.resco.net/developer I'm looking for something like a "Mobile Winforms MVC" framework, because I don't want to reinvent the wheel. Any ideas? mfg Robert
From: Simon Hart [MVP] on 31 Oct 2009 13:53 It makes more sense to use a MVP pattern for a WinForms application. MVC is normally for stateless applications. MVP doesn't require a framework, it's more of a pattern which makes it more suitable for mobile applications. Simon. -- Simon Hart Visual Developer - Device Application Development MVP http://www.simonrhart.com "Robert Fuchs" <nobody(a)noreply.com> wrote in message news:eVRqoXMWKHA.4360(a)TK2MSFTNGP04.phx.gbl... Hello, I need to create some Winforms apps for devices like eg. http://kyman.datalogic.com For getting a nice UI I will use Resco MobileForms Toolkit http://www.resco.net/developer I'm looking for something like a "Mobile Winforms MVC" framework, because I don't want to reinvent the wheel. Any ideas? mfg Robert
From: Robert Fuchs on 2 Nov 2009 17:52 > It makes more sense to use a MVP pattern for a WinForms application. MVC is normally for stateless applications. > MVP doesn't require a framework, it's more of a pattern which makes it more suitable for mobile applications. Can you point me to a MVP tutorial/sample for CF? regards, Robert
From: Robert Fuchs on 3 Nov 2009 14:24
I found MVC# http://www.mvcsharp.org (This is MVP, don't know why they call it MVC#) And Mobile MVC http://mobilemvc.codeplex.com Anybody using one of these? regards, Robert |