Getting started template for MDriven MVC
(Automatically adding template at the end of the page.)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
To get started with an MDriven MVC project, clone this project at CodePlex: https://mdrivenmvc.codeplex.com/  
To get started with an MDriven MVC project, clone this project at CodePlex: https://mdrivenmvc.codeplex.com/  



Revision as of 22:16, 16 June 2024

This page was created by Alexandra on 2018-11-04. Last edited by Stephanie@mdriven.net on 2025-03-11.

Write the content here to display this box

To get started with an MDriven MVC project, clone this project at CodePlex: https://mdrivenmvc.codeplex.com/

Do this:

  1. Make sure you have MDriven Framework installed in VisualStudio
  2. Navigate to https://mdrivenmvc.codeplex.com/ 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)
Get-started -1 .png

4. Enable Nuget package restore on the solution:

Get-started - 2.png

5. Verify that it builds.

6. Change the settings for the Persistence Mapper:

Get-started - 3.png

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