Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-efcore-boilerplate

features

  • Layered architecture — clear separation between domain, application and infrastructure
  • Generic RepositoryIRepository<TEntity, TPrimaryKey> with async CRUD and expression-based querying
  • Unit of Work — transaction management via IUnitOfWork
  • JWT Authentication — token generation and validation with configurable issuer/audience/secret
  • FluentValidation — request DTO validation wired into the MVC pipeline
  • Swagger UI — interactive API docs with Bearer token support

About

.net + ef core stack, jwt auth, swagger docs.. [once upon a time]

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages