Hi Jake I am doing some Windows Phone Development using MVVM. I want to ask a stupid questing. Can we use MVVM and MVC together, seems MVVM more native to XAML because it uses data binding, And MVC uses name conversions as far as I know, not good at it.
Cheers, Jake On 18 June 2011 15:15, Jake Ginnivan <[email protected]> wrote: > Hey all,**** > > ** ** > > For anyone doing phone development, myself and a few others have put > together http://windowsphonefoundations.net/**** > > ** ** > > Currently it has 4 projects on it.**** > > ** ** > > Windows Phone Essentials – Phone Abstractions, Settings Provider, Async > helpers etc. Basically code helpers**** > > Windows Phone MVC – MVC for windows phone, type safe nav, and a heap of > other cool things**** > > Windows Phone MVP – Inspired from web forms MVP, if you like the MVP > pattern rather than MVC.**** > > ** ** > > Both the MV* frameworks rely on essentials, that way you can have the same > sort of feature set no matter the pattern you enjoy working with.**** > > ** ** > > The last project is MetroPimp which helps you implement push notifications > easily.**** > > ** ** > > So if you are doing phone dev, I would love some feedback =) **** > > ** ** > > Cheers,**** > > Jake**** >
