Skip to content

Prepared with 3 different branches- N Layer AspNet API Architecture - N Layer AspNetMVC Architecture - NLayer AspNetAPI-MVC Architecture

Notifications You must be signed in to change notification settings

YKarayel/NLayerWebApiAndMVC

Repository files navigation

NLayerWebApiAndMVC

This project was made with N Layer Architecture 3 brench.

  • First Brench: ASP.NET-API only
  • Second Brench: Brench with only ASP.NET-MVC (MVC Controller is directly connected to the database)
  • Third Brench: MVC requests the ASP.NET-API and the result is published on the web via ASP.NET-MVC.

What API does offer and it's features ?

  • Basic CRUD operations and more
  • NLayer Architecture
  • DI and IOC Container (AutoFac)
  • DTO's
  • Validations
  • Global Exception Handlers
  • Mapping
  • Caching for stable performance

This video belongs to Third Brench. Which is the scenario where both mvc and api are ready.

NLayerWebApiAndMVC.mp4

About

Prepared with 3 different branches- N Layer AspNet API Architecture - N Layer AspNetMVC Architecture - NLayer AspNetAPI-MVC Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published