Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 417 Bytes

NLayerProject

This repository has consisted of a sample solution which explains the topics in the below list

  • n-tier Architecture,
  • Asp.Net Core API Project,
  • API Endpoint URL structure Best Practices,
  • Asp.Net MVC Project,
  • Communication between Web.UI Layer and API layer,
  • Entity Framework Core,
  • Repository Pattern,
  • UnitOfWork Pattern,
  • AutoMapper,
  • Global Error Handling,
  • Custom Action Filter.