Skip to content

letnet/NetCoreDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetCore Demo

此框架基于netcore 3.1搭建。在框架内使用了许多第三方库,其中使用Dapper+MySqlConnector实现数据持久化;AutoMapper实现数据实体(Entity)和数据传输对象(Dto)之间的自动映射;AspectCore为整个框架提供AOP,框架中已实现AOP数据库事务;使用Nlog提供日志服务;使用Json.NET为Json提供序列化和反序列化服务。