Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birajmainali/demo-dotnet-witht-dapper
This is a demonstration of how we can use ef-core and Dapper for .net core, to reduce development time and work.
https://github.com/birajmainali/demo-dotnet-witht-dapper
dapper dotnet orm
Last synced: 5 days ago
JSON representation
This is a demonstration of how we can use ef-core and Dapper for .net core, to reduce development time and work.
- Host: GitHub
- URL: https://github.com/birajmainali/demo-dotnet-witht-dapper
- Owner: BirajMainali
- Created: 2021-07-03T16:22:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T13:02:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T18:13:15.953Z (5 days ago)
- Topics: dapper, dotnet, orm
- Language: C#
- Homepage:
- Size: 664 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dapper-mvc--demo
### Infrastructure
> Asp.Net Core : The Backend framework used for creating Web applications [ https://dotnet.microsoft.com/ ]
> Ef Core : Entity Framework (EF) Core is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology
[ https://docs.microsoft.com/en-us/ef/core/ ]
> Dapper : Dapper is a simple object mapper for .NET and owns the title of King of Micro ORM in terms of speed and is virtually as fast as using a raw ADO.NET data reader. An ORM is an Object Relational Mapper, which is responsible for mapping between database and programming language.
[ https://github.com/DapperLib/Dapper ]## Using
> Ef Core : *To Generated SQl table, this helps to reduce for the sql table query and Key's*> Dapper : *To Perform Crud Operations, this helps to increase our web app performance, to check branchmarks score* [ https://github.com/DapperLib/Dapper#performance ]