An open API service indexing awesome lists of open source software.

https://github.com/bobobass84/ef.core.database.adapter

This is just an attempt to have a clean base architecture for database access.
https://github.com/bobobass84/ef.core.database.adapter

dotnet-core dotnetcore ef-core efcore entity-framework-core mstestv2 mstestv2-fluent-assertion

Last synced: 3 months ago
JSON representation

This is just an attempt to have a clean base architecture for database access.

Awesome Lists containing this project

README

        

[![CI](https://github.com/BoBoBaSs84/EF.Core.Database.Adapter/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/BoBoBaSs84/EF.Core.Database.Adapter/actions/workflows/ci.yml)
[![CodeQL](https://github.com/BoBoBaSs84/EF.Core.Database.Adapter/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/BoBoBaSs84/EF.Core.Database.Adapter/actions/workflows/codeql.yml)
[![.NET](https://img.shields.io/badge/net8.0-5C2D91?logo=.NET&labelColor=gray)](https://github.com/BoBoBaSs84/EF.Core.Database.Adapter)
[![C#](https://img.shields.io/badge/C%23-13.0-239120)](https://github.com/BoBoBaSs84/EF.Core.Database.Adapter)
[![Issues](https://img.shields.io/github/issues/BoBoBaSs84/EF.Core.Database.Adapter)](https://github.com/BoBoBaSs84/EF.Core.Database.Adapter/issues)
[![Commit](https://img.shields.io/github/last-commit/BoBoBaSs84/EF.Core.Database.Adapter)](https://github.com/BoBoBaSs84/EF.Core.Database.Adapter/commits/main/)
[![RepoSize](https://img.shields.io/github/repo-size/BoBoBaSs84/EF.Core.Database.Adapter)](https://github.com/BoBoBaSs84/EF.Core.Database.Adapter)
[![License](https://img.shields.io/github/license/BoBoBaSs84/EF.Core.Database.Adapter)](https://github.com/BoBoBaSs84/EF.Core.Database.Adapter/blob/main/LICENSE)

# EF.Core.Database.Adapter

This is just an attempt to have a clean base architecture for database access.