magupisoft / TestX

Simple ASP.NET MVC 5 CRUD WebApp with Web API services, Entity Framework 6, IoC/DI Castle Windsor, Repository and AngularJs 1.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestX

Simple N-Layer CRUD Web Application


  • Stack of technologies used:
    • .Net Framework 4.5
    • ASP.NET MVC 5
    • Web API 2.2
    • Owin
    • Entity Framework Code-First 6
      • Code-Based Configuration
      • Code First Migrations and Seed
    • FluentValidation
    • Automapper
    • Repository Pattern
    • CQRS pattern
    • IoC/DI with Castle Windsor
    • Unit testing with Moq and NUnit
    • AngularJs 1.5

Create Database Schema

Open Package Manager Console and Under MovieTest.Data project run the following commando in order to create the initial DB Schema and Seed with sample data:

PM>Update-Database

About

Simple ASP.NET MVC 5 CRUD WebApp with Web API services, Entity Framework 6, IoC/DI Castle Windsor, Repository and AngularJs 1.5


Languages

Language:JavaScript 71.1%Language:C# 27.6%Language:HTML 1.0%Language:CSS 0.1%Language:ASP 0.1%