Skip to content
rolfwessels edited this page Aug 25, 2015 · 2 revisions

Components used in project

Build tools

psake

A build automation tool https://github.com/psake/psake

OpenCover

A code coverage tool for .NET 2 and above https://github.com/OpenCover/opencover

ReportGenerator

ReportGenerator converts XML reports generated by OpenCover into human readable reports in various formats https://github.com/danielpalme/ReportGenerator

Web API tools

Owin - WebAPi 2

For standard RESTful api

SignalR

Persistent connection ( no more polling )

Swagger

Automatic API documentation http://swagger.io/ https://github.com/domaindrivendev/Swashbuckle

RestSharp

Simple REST and HTTP API Client for .NET http://restsharp.org/

Database integration

MongoDb

Document based database

EF6 (code first)

SQL server database

Website

Bower

Like nuget for web componets

Gulp

Web build tool (Uglify,minify) http://gulpjs.com/

AngularJs

Mvc from Javascript

Clone this wiki locally