Does Anyone Know Of A Solid Web Example Using ASP.NET MVC1 or MVC2, NHibernate, Fluent NHibernate & Castle?
I am looking for solid non-console examples of how to use ASP.NET MVC1 or MVC2, NHibernate, Fluent NHibernate & Castle. I looked at Sharp Architecture and its just too much to digest for my newbie mind. I need a clean, clear, concise Step A, Step B, Step C tutorial or a solid example that is a web application and not a console application. I have searched and searched and searched and I have found incomplete examples (examples with just enough information to make me say where does that code go), console applications and no good web application examples.开发者_开发知识库 Does anyone know of a COMPLETE web example? If I see another console example, I'm going to scream....
Take a look at this:
http://tekpub.com/view/aspmvc/1
AND
http://tekpub.com/view/mvc3/1
I cannot recommend these videos enough and they have an incredible MVC sample project to go along with them here.
https://github.com/tekpub
- Max
Search for Nerd Dinner variants. This sample project is complex enough to be considered real world but also limited enough to not lose scope of teaching technology as opposed to being an exercise in completing business logic.
There are enough variants out there that you should find one with the assortment of tools you're looking for.
精彩评论