How can I implement my own version of a MVC framework in ASP.NET?

Posted by ace on Stack Overflow See other posts from Stack Overflow or by ace
Published on 2010-03-23T06:18:58Z Indexed on 2010/03/23 6:23 UTC
Read the original article Hit count: 284

Filed under:
|
|

Hi - I would like to know how I can go about implementing my own version of a MVC framework in ASP.NET? I know there already is Microsoft provided ASP.NET MVC framework, but I want to learn MVC and thought the best way would be to implement my own flavor of a MVC framework on top of ASP.NET. Any thoughts / guidance ?

Also, can anyone point me to a page where I can learn more about how microsoft implemented ASP.NET MVC ? I'm more interested in learning about the under the hood plumbing that goes on to implement the framework on top of asp.net, do they use HttpHandlers / HttpModules ?

Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc