/NG

Primary LanguageC#

NG

Part 1 Created MVC 5 application, Entity Framework database first (reverse engineered pocos from existing db) Created generic repository Created and tested MVC Controller Created and tested API Controller Added windows authentication (haven't added authorise filters yet) Installed ninject and ninject IOC contrib for WebAPI and MVC Dependency Injection

Pattens used DI Unit Of Work MVC

Part 2 UI Landing Page and Admin UI Console //todo