All Projects → andreluizsecco → Aspnetcore.efcore_dapper

andreluizsecco / Aspnetcore.efcore_dapper

Projeto ASP.NET Core + Entity Framework Core + Dapper, demonstrando o uso de ambos separadamente e em um cenário híbrido.

Projects that are alternatives of or similar to Aspnetcore.efcore dapper

APICorePayLots
Web API designed in Asp.NET Core 3.1, using Dapper and Entity Framework Core, Repository Pattern, Identity
Stars: ✭ 13 (-87.62%)
Mutual labels:  dapper, repository-pattern
Hexagonal-architecture-ASP.NET-Core
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
Stars: ✭ 57 (-45.71%)
Mutual labels:  aspnetcore, repository-pattern
Onion Architecture Asp.net Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!
Stars: ✭ 196 (+86.67%)
Mutual labels:  aspnetcore, repository-pattern
Webtimesheetmanagement
Basic TimeSheet Management Application in ASP.NET MVC 5
Stars: ✭ 93 (-11.43%)
Mutual labels:  dapper, repository-pattern
Ark.Tools
Ark set of helper libraries
Stars: ✭ 20 (-80.95%)
Mutual labels:  aspnetcore, dapper
GraphQL.RepoDB
A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that enca…
Stars: ✭ 25 (-76.19%)
Mutual labels:  dapper, repository-pattern
Identity.dapper
Identity package that uses Dapper instead EntityFramework for use with .NET Core
Stars: ✭ 234 (+122.86%)
Mutual labels:  aspnetcore, dapper
react-redux-aspnet-core-webapi
No description or website provided.
Stars: ✭ 34 (-67.62%)
Mutual labels:  aspnetcore, dapper
AspNetCore.BookStore
ASP.NET Core application using Command Pattern and Repository Pattern
Stars: ✭ 121 (+15.24%)
Mutual labels:  aspnetcore, repository-pattern
Happysocialmedia
Microservices Social Media / Network / Chatt, with .net core 2.2, Docker, Implement with Domain Driven Design with all best practices design and architetural patterns as DDD, CrossCutting IoC, SOLID, etc
Stars: ✭ 28 (-73.33%)
Mutual labels:  dapper, repository-pattern
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (-16.19%)
Mutual labels:  aspnetcore
Module Shop Mini Program
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 89 (-15.24%)
Mutual labels:  aspnetcore
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-4.76%)
Mutual labels:  aspnetcore
Dotnet Unpkg
Pure .NET front-end HTML package management using unpkg.com as a source
Stars: ✭ 103 (-1.9%)
Mutual labels:  aspnetcore
Komple Web Gelistirme Dersleri
Sıfırdan ileri seviyeye 'Web Geliştirme': Html, Css, Sass, Flexbox, Javascript, Bootstrap,JQuery,Asp.Net Mvc ve Core Mvc
Stars: ✭ 86 (-18.1%)
Mutual labels:  aspnetcore
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (-4.76%)
Mutual labels:  aspnetcore
Greatwall
Util应用框架配套的权限管理系统
Stars: ✭ 88 (-16.19%)
Mutual labels:  aspnetcore
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (-16.19%)
Mutual labels:  aspnetcore
Atles
A forum software built with ASP.NET Core Blazor WebAssembly
Stars: ✭ 88 (-16.19%)
Mutual labels:  aspnetcore
Simple aspnet auth
Simple ASP.NET Authorisation boilerplate project. No EF, no database, no IdentityServer4 just a basic logging in system for both cookies and JWT and a controller with a set of examples.
Stars: ✭ 105 (+0%)
Mutual labels:  aspnetcore

AspnetCore.EFCore_Dapper

Projeto ASP.NET Core + Entity Framework Core + Dapper, demonstrando o uso de ambos separadamente e em um cenário híbrido.

Build status Issues open

Estrutura

AspnetCore.EFCore_Dapper.Domain

  • Entidades de domínio e interfaces.

AspnetCore.EFCore_Dapper.Data

  • Entity Framework Context com aplicação dos mapeamentos das entidades e configurações para o uso de Migrations;
  • Mapeamentos das entidades (Configuração do tipo e tamanho das colunas, chaves primárias, relacionamentos, etc) tanto do EF Core, quanto do Dapper;
  • Repository Pattern: Repositórios EF Core e Dapper para a manipulação de dados do banco de dados.

AspnetCore.EFCore_Dapper.IoC

  • Camada de inversão de controle com a configuração do mecanismo nativo de injeção de dependência do ASP.NET Core.

AspnetCore.EFCore_Dapper.MVC

  • Camada de apresentação, utilizando as demais estruturas;
  • Cadastro simples de livros utilizando exclusivamente o EF Core;
  • Cadastro simples de livros utilizando exclusivamente o Dapper;
  • Cadastro simples de livros utilizando o Dapper para consulta e o EF Core para inclusão, atualização e exclusão.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].