peerct / aspnetboilerplate-templates

Templates for ASP.NET Boilerplate

Home Page:http://www.aspnetboilerplate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Boilerplate Templates

This document explains how to preparing a running Single Page Web Application from the template in 3 simple steps.

Step 1

Go to http://www.aspnetboilerplate.com/Templates, select your template, enter a solution name and create your project.

ScreenShot

A zip file will be created and downloaded automatically for you.

Step 2

To be able to run the application, you need to create an empty database in SQL Server. Database's name in your solution's name plus 'Db' suffix:

ScreenShot

Step 3

Open your solution in Visual Studio and run it:

ScreenShot

That's it! Your solution is ready and running.

So, what's next? I'm writing an acticle, it'll be finished in a few weeks.

About

Templates for ASP.NET Boilerplate

http://www.aspnetboilerplate.com

License:MIT License