Friday, December 28, 2007

MVP Article coming soon...

I am currently working on an article for the code project showing MVP using AOP and DI (Dependency Injection). I hope to be done before the holidays...

The article will cover the following:

- How to make the view unaware of the controller (using DI)
- How to handle long running processes at the controller level
- How to move logic outside of the controller and place it in the business layer
- How to handle threading within the view, using AOP.

Keep checking, I hope to be done within a few days...

No comments: