Skip to content
/ Dragon Public
forked from T-Manson/Dragon

基于 .Net Core 的后端基础框架

License

Notifications You must be signed in to change notification settings

zszqwe/Dragon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragon

基于 .Net Core 的后端基础框架

项目介绍

基于 .Net Core 的一套后端通用基础框架,用于快速搭建WebApi项目。集成Redis、Dapper、RabbitMQ、AutoMapper、Newtonsoft.Json。加入了常用工具类避免造轮子的工作。

技术选型

技术 简介 官网
.Net Core 开源跨平台的技术框架 https://dotnet.github.io/
StackExchange.Redis Redis中间件 https://github.com/StackExchange/StackExchange.Redis
Dapper ORM框架 https://github.com/StackExchange/Dapper
RabbitMQ.Client RabbitMQ中间件 https://github.com/rabbitmq/rabbitmq-dotnet-client
AutoMapper 对象映射中间件 https://github.com/AutoMapper/AutoMapper
Newtonsoft.Json Json中间件 https://github.com/JamesNK/Newtonsoft.Json

功能说明

中文转拼音功能

Inspired by PinYinConverter.
Microsoft.International.Converters.PinYinConverter in Microsoft Visual Studio International Pack 1.0 SR1.

About

基于 .Net Core 的后端基础框架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%