Please don't mistake this for a
NerdDinner. It's not an MVC best practice application. It's not really an anything best practice application, it's only purpose is to show you how to use Nvigorate in an application.
Once I'm done with this demo, I'll post the source, but for now, if you want to follow along, I hope to make this guide thorough enough for you to do so.
EditPrerequisites
Before you can start, you'll need to
set up your environment. You'll also need to
download and install ASP.NET MVC, if you haven't already done so.
EditCreate your solution
You'll want to create the MVC application and name it Nvigorate.Demo. Allow it to create a unit test project for me (Nvigorate.Demo.Tests) and add two projects to the solution:
- Nvigorate.Demo.Domain
- Nvigorate.Demo.Services
Then you're ready to begin!
EditSteps
- Configuration
- Creating the Demo Database
- Generating Database Schema Code
- Creating The Domain Model
- Creating The Maps
- Retrieving Data
- Persisting The Model