views:

173

answers:

2

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....

+5  A: 

Here you are: Who Can Help Me?

Giorgi
GIORGI - THANK YOU! THANK YOU! THANK YOU! I had to put that in all caps so you can understand my joy at seeing this project! I have Castle and ASP.NET MVC 2 all set up and I was adding NHibernate and Fluent NHibernate when I started having some problems. This example is PERFECT!!!! Thank you!
Sara
@Sara - You are welcome.
Giorgi
I just checked this out and I have no clue what's going on :(
Joe Philllips
+2  A: 

Take a look at this:

http://www.tekpub.com/production/aspmvc

I cannot recommend these videos enough and they have an incredible MVC sample project to go along with them here.

http://tekpub.com/github

  • Max
Max Schilling
Thank you Max. I'm going to review this site and its documentation/code.
Sara