🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
Parsed/Getting started template for MDriven MVC
This page was created by PageReplicator on 2025-09-01. Last edited by PageReplicator on 2025-09-01.

Template:Notice



To get started with an MDriven MVC project, clone this project at CodePlex: <a target="_blank" rel="nofollow noreferrer noopener" class="external free" href="https://mdrivenmvc.codeplex.com/">https://mdrivenmvc.codeplex.com/</a>

Do this:

  1. Make sure you have <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://mdriven.net/downloads">MDriven Framework</a> installed in VisualStudio
  2. Navigate to <a target="_blank" rel="nofollow noreferrer noopener" class="external free" href="https://mdrivenmvc.codeplex.com/">https://mdrivenmvc.codeplex.com/</a> and download the source – as a zip with git.
  3. Once you have the source on your local hard drive, open it with VisualStudio (2012 or 2013)
<a href="/File:Get-started_-1_.png" class="image" data-bs-title="File:Get-started_-1_.png" data-bs-filetimestamp="20181104205549"><img alt="Get-started -1 .png" src="/images/1/13/Get-started_-1_.png" decoding="async" width="629" height="427" class="thumbimage" /></a>

4. Enable Nuget package restore on the solution:

<a href="/File:Get-started_-_2.png" class="image" data-bs-title="File:Get-started_-_2.png" data-bs-filetimestamp="20181104205631"><img alt="Get-started - 2.png" src="/images/2/2a/Get-started_-_2.png" decoding="async" width="511" height="371" class="thumbimage" /></a>

5. Verify that it builds.

6. Change the settings for the Persistence Mapper:

<a href="/File:Get-started_-_3.png" class="image" data-bs-title="File:Get-started_-_3.png" data-bs-filetimestamp="20181104205716"><img alt="Get-started - 3.png" src="/images/6/6e/Get-started_-_3.png" decoding="async" width="644" height="439" class="thumbimage" /></a>

You can now change the model, generate code and deploy to your MDriven Server.