show/hide this revision's text 2 Link to simpler framework

Have you looked at PureMVC? I've found that no one can agree on what MVC really looks like once they start building a specific implementation.

Update: You could build your own starting with something simpler such as MobileMVC. Compact Framework code should compile/run OK on Windows. Since this is a school assignment I would suggest that you actually spend some time learning how MVC actually works.

show/hide this revision's text 1

Have you looked at PureMVC? I've found that no one can agree on what MVC really looks like once they start building a specific implementation.