COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211101121733/https://github.com/topics/efcore
Here are
497 public repositories
matching this topic...
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Util是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。
Entity Framework Core Bulk Batch Extensions for Insert Update Delete and Read (CRUD) operations on SQL Server and SQLite
Asp.Net 5.0 & Angular 11 SPA Fullstack application with plenty of examples. Live demo:
Finbuckle.MultiTenant is open source multitenancy middleware for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
微服务框架,同时也适用于单体架构系统的开发。支持经典三层与DDD架构开发模式、集成了一系列主流稳定的微服务配套技术栈。一个前后端分离的框架,前端基于Vue、后端基于.Net 5.0构建。
🥗 打造一个功能强大的通用型Ids4用户认证授权服务中心,配合之前的所有开源项目
Moking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
EF Core Second Level Cache Interceptor
Curated list of awesome tips and tricks and resources in .net world.
Entity Framework Core Second Level Caching Library
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection, and face-recognition.
efcore sharding table and sharding database support read-write-separation lib high performance pagination 完美的高性能分表组件 支持读写分离
💗 A crafted toolkit for building cloud-native apps on the .NET platform
Destiny.Core.Flow是基于.Net Core,VUE前后分离,开发的一个开源Admin管理框架目前有以下模块:菜单管理、用户管理、角色管理、用户角色、角色权限等功能。
SQL Server and PostgreSQL query execution plan visualizer for LINQPad
Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework
ABP vNext + vue-element-admin入门级项目实战
Triggers for EFCore. Respond to changes in your DbContext before and after they are committed to the database.
A highly customized sample of the ASP.NET Core Identity
EFCore Extension that allows a means to map a stored procedure to a class, fluently.
Example of a Blazor WebAssembly project that uses Entity Framework Core on the server for data access.
Asp.NET Core 2.0 WebApi JWT Authentication with Identity & MySQL
ASP.NET Core application using Command Pattern and Repository Pattern
The collection of utilities, best practice and fluent method for .NET Core
Updated
Jun 5, 2021
JavaScript
Projeto ASP.NET Core + Entity Framework Core + Dapper, demonstrando o uso de ambos separadamente e em um cenário híbrido.
Improve this page
Add a description, image, and links to the
efcore
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
efcore
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据