Skip to content

ASP.NET Core 2.1 应用,前后端分离 的后端接口

Notifications You must be signed in to change notification settings

hongweicao/Blog.Core

 
 

Repository files navigation

Blog.Core

从零开始搭建自己的前后端分离【 .NET Core2.1 Api + Vue 2.0 】框架, 目前是2.1版本,2.0的是这里 Blog.Core2.0 https://github.com/anjoy8/Blog.Core2.0

老张:这只是 .netCore 后端部分,前端部分,请看我的另一个工程 https://github.com/anjoy8/Blog.Vue

给个星星! ⭐️

如果你喜欢这个项目或者它帮助你, 请给 Star~(辛苦星咯)


三大平台同步直播

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

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

CSDN:https://blog.csdn.net/baidu_35726140

码云:https://gitee.com/laozhangIsPhi/Blog.Core

目录

老张 .NetCore与Vue 框架学习目录如下

**************************************************************

系统环境

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的组件库

About

ASP.NET Core 2.1 应用,前后端分离 的后端接口

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.9%
  • HTML 2.1%