This is a sample ASP.NET MVC3 application that leverages RavenDB as the database / persistence store.
I've 100% copied StackOverflow's home page, include css and images.
Like Racoon Blog (another sample application which is actually being used in production scenarios), this project is trying to show the benefits of RavenDb in an ASP.NET MVC3 framework.
- List some fake questions. Summarize answers / views / tags.
- RavenDb
- ASP.NET MVC3
- Structure for IoC
- NBuilder for fake data
- An attempt to simulate a production solution layout (eg. n-Tier, IoC, etc)
- A best practice application. I'm a noob, so this is a learning experience.