All Projects → djl394922860 → LocalTransactionTableTest

djl394922860 / LocalTransactionTableTest

Licence: other
利用rabbitmq做消息队列,通过本地消息事务表序列化消息,通过定时轮训保证消息强行落地,最终达到数据最终一致性

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to LocalTransactionTableTest

SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (+42.11%)
Mutual labels:  entity-framework-core, asp-net-core
Csharp Datatables Parser
C# Serverside parser for the popuplar jQuery datatables plugin.
Stars: ✭ 119 (+526.32%)
Mutual labels:  entity-framework-core, asp-net-core
Aspnetcoreactivedirectorystarterkit
Starter kit to quickly create ASP.NET Core with On-Premises Active Directory Authentication.
Stars: ✭ 71 (+273.68%)
Mutual labels:  entity-framework-core, asp-net-core
Urf.core.sample
URF.Core Sample Solution - E2E sample built with ASP.NET Core, Entity Framework Core, URF.Core, Angular, Kendo UI & OData Core. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 40 (+110.53%)
Mutual labels:  entity-framework-core, asp-net-core
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 (+200%)
Mutual labels:  entity-framework-core, asp-net-core
Apiintegrationtestsamples
Demo project containing end-to-end, in-memory integration tests in ASP.NET Core 2.1
Stars: ✭ 62 (+226.32%)
Mutual labels:  entity-framework-core, asp-net-core
Fanray
A blog built with ASP.NET Core
Stars: ✭ 117 (+515.79%)
Mutual labels:  entity-framework-core, asp-net-core
Znetcs.aspnetcore.logging.entityframeworkcore
This is Entity Framework Core logger and logger provider. A small package to allow store logs in any data store using Entity Framework Core.
Stars: ✭ 24 (+26.32%)
Mutual labels:  entity-framework-core, asp-net-core
generic-for-core
🏗️ Generic Repository & UOW Pattern For ASP.NET Core
Stars: ✭ 55 (+189.47%)
Mutual labels:  entity-framework-core, asp-net-core
Onion Architecture Asp.net Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!
Stars: ✭ 196 (+931.58%)
Mutual labels:  entity-framework-core, asp-net-core
Asp.net User Role Membership Example
Asp.Net Core Mvc Full Implementation Example of User Role & Membership.
Stars: ✭ 33 (+73.68%)
Mutual labels:  entity-framework-core, asp-net-core
Uragano
Uragano, A simple, high performance RPC library. Support load balancing, circuit breaker, fallback, caching, intercepting.
Stars: ✭ 28 (+47.37%)
Mutual labels:  asp-net-core, polly
Jetweet
Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies
Stars: ✭ 29 (+52.63%)
Mutual labels:  entity-framework-core, asp-net-core
Banksystem
ASP.NET Core banking system with secure communication capability between instances, cards, secure payments, etc.
Stars: ✭ 70 (+268.42%)
Mutual labels:  entity-framework-core, asp-net-core
Pieshopcore
A simple pie shopping management system using ASP.NET CORE MVC application
Stars: ✭ 25 (+31.58%)
Mutual labels:  entity-framework-core, asp-net-core
Aspnetcore Realworld Example App
ASP.NET Core backend implementation for RealWorld
Stars: ✭ 1,315 (+6821.05%)
Mutual labels:  entity-framework-core, asp-net-core
Starwars
GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
Stars: ✭ 559 (+2842.11%)
Mutual labels:  entity-framework-core, asp-net-core
Angular Asp.netcorewebapi Mysql Crud Project
Angular 5 + ASP.Net Core 2.0 WebAPI + MySQL CRUD Sample
Stars: ✭ 22 (+15.79%)
Mutual labels:  entity-framework-core, asp-net-core
Storedprocedureefcore
Entity Framework Core extension to execute stored procedures
Stars: ✭ 164 (+763.16%)
Mutual labels:  entity-framework-core, asp-net-core
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+721.05%)
Mutual labels:  entity-framework-core, asp-net-core
todo:
1、实现serivce方法拦截:Cache应用 --ok

2、代码整理分离 迁移到 YiXinFramework --working

3、实现 Polly 重试容错处理 --ok 集成消息推送rabbitmqserver容错与消费者消费mq重试 Update: 将 Polly 重试机制迁移到 interceptor 当中去作为公共逻辑

4、实现发送消息错误报警接口设计(打算先实现邮件提醒)

5、集成分布式缓存 --ok (redis)
6、启用消费者负载均衡
7、启用rabbitmq集群模式测试
8、集成服务发现和治理(多个生产者均衡负载,但是数据库目前是同一个的模式)
9、集成quartz-ui管理界面
10、集成hangfire-RAM内存模式测试
11、集成kafka消息队列测试
12、关于解析 dbmessage 通过 eventbus 发送,做反射优化以及缓存提升性能
13、独立出来一个 MessageDbContext 发布nuget package方便使用,在使用migration迁移即可
14、集成 ExceptionLess / ELK 日志集中式处理
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].