1 Star 0 Fork 0

王飞 / Infrastructure.Core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

ASPNETCORE 基础模板

Tree

+---Infrastructure.Core.Common		#公共类库
+---Infrastructure.Core.DataAccess		#数据访问
+---Infrastructure.Core.Entity		#实体	
|   +---DTO		#数据实体
|   |   \---BASE		#BaseDTO
|   +---Enums		#枚举实体	
|   \---ViewModel		#视图实体
+---Infrastructure.Core.Extendtions		#拓展
|   +---AutoMapper		#AutoMapper 实体映射 主要针对DTO->VM
|   |   \---BASE		#BASE
|   +---Interceptor		#拦截器 目前只有Miniprofiler对Dapper的SQL拦截
|   +---Middleware		#中间件
|   +---Module			#Autofac注入模块
+---Infrastructure.Core.Front	#WEB
|   +---Controllers
|   +---Filters
+---Infrastructure.Core.Infrastructure	
+---Infrastructure.Core.IRepository		#仓储接口
|   +---BASE
+---Infrastructure.Core.IService		#服务接口
|   +---BASE
+---Infrastructure.Core.Repository		#数据仓库
|   +---BASE
+---Infrastructure.Core.Service			#服务
|   +---BASE
+---Infrastructure.Core.Validation		#模型验证
\---Infrastructure.Core.ViewModel		#视图实体(废弃)【与Infrastructure.Core.Entity.ViewModel合并了】

CURRUTFUNCTION

+--- 基于Knife4jUI的API 文档 <a herf="https://xiaoym.gitee.io/knife4j">JAVA<a><a herf="https://github.com/luoyunchong/IGeekFan.AspNetCore.Knife4jUI">C#<a>
+--- DAPPER SQL 拦截并打印
+--- FluentValidation 模型验证

TODOLIST

+---集成RBAC权限管理

空文件

简介

DotNetCore 框架学习 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/pigsays/infrastructure.core.git
git@gitee.com:pigsays/infrastructure.core.git
pigsays
infrastructure.core
Infrastructure.Core
dev

搜索帮助