Skip to content

dnnsoftware/Dnn.Platform.Samples.Mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

635b8b1 · Sep 11, 2017

History

59 Commits
Sep 11, 2017
Dec 30, 2015
Feb 18, 2016
Sep 8, 2017
Jun 14, 2017
Dec 30, 2015
Dec 23, 2015
Mar 6, 2017
Feb 18, 2016

Repository files navigation

Sample projects to create MVC and SPA modules using DNN Platform 8.0

Solution Structure

Dnn.ContactList.Api - The data repository for the Contact object

Dnn.ContactList.Mvc - A sample module showcasing MVC support

Dnn.ContactList.Spa - A sample module showcasing SPA support

Dnn.ContactList.Tests - Unit test project for the APIs defined in Dnn.ContactList.Api

Public Nuget Server

The solution depends on following DNN Platform 8.0 nuget packages

DotNetNuke.Core

DotNetNuke.Web

DotNetNuke.Web.Mvc

The nuget packages can be downloaded from our public Nuget server (no credentials needed)

https://build.dnnsoftware.com/guestAuth/app/nuget/v1/FeedService.svc/

Install Package Location

Once compiled in RELEASE mode, the installable packages can be obtained from [SOURCE_FOLDER]\Website\Install\Module folder

Following packages are created:

  1. DNN_ContactList_Mvc_01.00.01_Install.zip

  2. DNN_ContactList_SPA_01.00.00_Install.zip

Download Intall Packages without Compiling

You may download both the MVC and SPA install-packages without compiling from:

The zip file can be downloaded by clicking the link to zip files individually and then clicking the Raw button to download

https://github.com/dnnsoftware/Dnn.Platform.Samples.Mvc/tree/master/Website/Install/Module

Download latest version of DNN Platform

You may download the latest version of DNN Platform by either

  1. Going directly to the DNN's Team City build server. Login as Guest and go into Packaging step. Download the DNN_Platform_XXXX_Install.zip file from Artifact area.

https://build.dnnsoftware.com

  1. Get from nightly build

http://www.dnnsoftware.com/platform/build/nightly-builds

DNN's build server (1 above) will get you the latest version of the installation package of DNN Platform.

Fork

The original code is forked from https://github.com/cnurse/DnnConnect.Demo

Screenshots

List View List View

Add View Add View

![SPA quick settings](readme_images/SPA-Quick Settings.PNG) SPA Quick Settings

MVC Module Settings MVC Module Settings

PartialView Result and JsonResult Demos PartialView Result and JsonResult Demos

About

DNN Sample MVC and SPA (Single Page Application) Modules

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published