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

OAuth2

Authentication using OAuth Beared Tokens

OData 1

Simple odata queries

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/

Automapper

Maps common properties

Nbuilder

Builds and populates objects

Fluent Assertions

Builds and populates objects

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