Skip to content

pipaslot/Infrastructure

Repository files navigation

Infrastructure

.Net Core 2 project Infrastructure Tools

1 Unit of Work and Repository pattern

Common generic library providing structure and workflow is described into project Pipaslot.Infrastructure.Data. Concrete implementation for Entity Framework Core is described into project Pipaslot.Infrastructure.Data.EntityFrameworkCore.

1.1 Controller as a Repository

For rapid deveopment of for only Dial record we do not need to create business logic layer, but we can directly access store/database from controller with CRUD operations. For more details see Pipaslot.Infrastructure.Data.Mvc

2 Security Framework

TODO Pipaslot.Infrastructure.Security

2.1 Entity Framework Integration

TODO Pipaslot.Infrastructure.Security.EntityFrameworkCore

2.2 MVC API Integration

TODO Pipaslot.Infrastructure.Security.Mvc

3 Another Tools

Entity Framework Core Tools - Prefixing database table names by class namespace

ASP.NET Core MVC Tools - Re-structuring controllers

About

.Net Core 2 project Infrastructure Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages