Mobile MVC framework - by Alex Yakhnin

Alex Yakhnin在他的blog上发布了一系列关于Windows Mobile MVC Framework的文章. 内容涉及给予Mobile的基本的MVC架构, 数据传递和事件交互等内容,值得一读.
Mobile MVC framework (part 1)
In order to show you the Mobile MVC framework I came up with, let me walk you through the same excersise we did when I showed you the MVC pattern . Let's create a simple application with the same login form. Let's create a Smart Devices project and rename Read More...
Mobile MVC framework (part 2)
Last time I showed you how to create a simple Login Form and pass the data between the View and Controller using ViewData dictionary. In this post I am going to show you how to pass a strongly typed data. We will continue working with code sample we created Read More...
Mobile MVC framework (part 3) - communicating with events
Just for people who are not comfortable with passing strings when notifiying the view or the controller, I've added the functionality to use events instead. You would not need to hook into the events explicitly because the controller will take care of this behind the scenes.Read More...
Implementing MVC pattern in .NET CF applications (Part 1).
I would like to start a series of posts devoted to best practices when designing mobile applications. So in this first post I will describe the MVC pattern that I have been using when creating CF applications for the customers. I realize that a lot has Read More...
Implementing MVC pattern in .NET CF applications (Part 2).

Let's continue on the way how-to implement the model-viewer-controller pattern in .NET Compact Framework applications that I started in my previous post . We stopped at the point where we needed to figure out on how to connect the LoginController with Read More...

Enjoy!

posted on 2008-10-21 14:17  J.D Huang  阅读(739)  评论(4编辑  收藏  举报