https://github.com/dnnsoftware/dnn.platform.samples.mvc
DNN Sample MVC and SPA (Single Page Application) Modules
https://github.com/dnnsoftware/dnn.platform.samples.mvc
dnn dnn-platform dnncms dotnetnuke
Last synced: about 1 year ago
JSON representation
DNN Sample MVC and SPA (Single Page Application) Modules
- Host: GitHub
- URL: https://github.com/dnnsoftware/dnn.platform.samples.mvc
- Owner: dnnsoftware
- License: mit
- Created: 2015-11-27T18:03:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T23:03:09.000Z (over 8 years ago)
- Last Synced: 2024-11-18T05:38:33.078Z (over 1 year ago)
- Topics: dnn, dnn-platform, dnncms, dotnetnuke
- Language: C#
- Homepage:
- Size: 1.27 MB
- Stars: 27
- Watchers: 21
- Forks: 30
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
2. 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

Add View

SPA Quick Settings

MVC Module Settings

PartialView Result and JsonResult Demos