一个开源的.NET6框架
Go to file
2018-08-27 12:04:16 +08:00
.vs first commit 2018-08-17 17:38:12 +08:00
Blog.Core IoC and AOP 1 2018-08-27 12:04:16 +08:00
Blog.Core.IRepository IoC and AOP 1 2018-08-27 12:04:16 +08:00
Blog.Core.IServices IoC and AOP 1 2018-08-27 12:04:16 +08:00
Blog.Core.Model IoC and AOP 1 2018-08-27 12:04:16 +08:00
Blog.Core.Repository IoC and AOP 1 2018-08-27 12:04:16 +08:00
Blog.Core.Services IoC and AOP 1 2018-08-27 12:04:16 +08:00
Blog.Core.sln repository service 2018-08-22 12:18:14 +08:00
README.md Update README.md 2018-08-22 17:07:31 +08:00

Blog.Core

从零开始搭建自己的前后端分离【 .NET Core2.0 Api + Vue 2.0 】框架,

三大平台同步直播

简 书:https://www.jianshu.com/notebooks/28621653

博客园:https://www.cnblogs.com/laozhang-is-phi/

CSDNhttps://blog.csdn.net/baidu_35726140

系统环境

windows 10、SQL server 2012、Visual Studio 2017、Windows Server 2008 R2

后端技术:

  * .Net Core 2.0 API因为想单纯搭建前后端分离因此就选用的API如果想了解.Net Core MVC也可以交流
  
  * Swagger 前后端文档说明基于RESTful风格编写接口

  * Repository + Service 仓储模式编程

  * Async和Await 异步编程

  * Cors 简单的跨域解决方案

数据库技术

  * SqlSugar 轻量级ORM框架

  * Autofac 轻量级IoC和DI依赖注入

  * AutoMapper 自动对象映射

分布式缓存技术

  * Redis 轻量级分布式缓存

前端技术

  * Vue 2.0 框架全家桶 Vue2 + VueRouter2 + Webpack + Axios

  * ElementUI 基于Vue 2.0的组件库