All Projects → kriasoft → site-sdk

kriasoft / site-sdk

Licence: Apache-2.0 license
Web Application Starter Kit (aka Site SDK) is a solution / project template for building ambitious web applications on top of the AngularJS, ASP.NET Web Api, Entity Framework, Enterprise Library, and Windows Azure. Need help? Email me at [email protected]

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
C#
18002 projects
typescript
32286 projects

Web Application Starter Kit for .NET developers

Solution

This a solution (project) template of a typical single-page web application built on top of the following technologies:

You can use it to bootstrap your web and cloud app projects and dev environment. The main advantabe of building your app on top of it - is that you'll be able to pull and merge updates at any time in the future by using Git functionality.

The starter kit contains multi-project solution structure, a set of 3rd party libraries, tools and a bunch of scripts all preconfigured for instant web development gratification. Just clone the repo, open Source/Application.sln and you are ready to develop and test your application.

Prerequisites

Hint: make sure that you have the latest version and updates for Visual Studio and required extensions installed

Getting Started

To clone the repo run:

git clone -o base [email protected]:kriasoft/site-sdk.git MyApp

Where MyApp is your project name. Next rename the included solution file:

git mv Source/Application.sln Source/MyApp.sln
git add .
git commit -m 'Rename Application.sln file'

Open MyApp.sln file in Visual Studio and you are ready to go.

Later on you can always pull and merge the latest changes from SiteSDK repo into your project by running the following command:

git pull base master

This way you will make sure that Membership Service, Email Service, Authorization via 3rd party OAuth providers and other Starter Kit's modules are all up to date, leaving your more time on developing real stuff specific to your application.

Membership Entities

Database Context / Entities

Get Involved

Join our discussion board or Skype chat. Sumbit feature requests and bug reports.

Click WIN+R, copy and paste skype:?chat&blob=-c-fREUqp9QPTRWgkVJIoX-wdAgmiPwrTF91u8d34_xC3gLO91Y then hit [OK]

SiteSDK Skype Chat

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].