本系列教程转载alistair_chow的博客,主要是记录个人学习过的信息,方便学习,如果有问题,请私信,我会及时删除
5 in 1
- ASP.NET CORE 1.x & ANGULAR 2.x 为基础的解决方案
- ASP.NET CORE 1.x & jQuery 为基础的解决方案
- ASP.NET MVC 5.x, Web API 和 AngularJs 1.x 为基础的单页面解决方案
- ASP.NET MVC 5.x 和 jQuery 为基础的解决方案
- ASP.NET MVC 基础应用
多租户支持
- 认证和授权
- UI多语言支持
- 设置管理
- SOLID 架构
- ASP.NET MVC
- ASP.NET Web API
- EntityFramework Code-First and Migrations
- ASP.NET Boilerplate
- AutoMapper
- metronic主题样式
- 自动化测试
- 面向切面编程
- 更多
What is ABP
ABP 是 ASP.NET Boilerplate 模板项目的简称,它的目的是建立一个通用的WEB应用程序和项目模板。
官网地址:http://www.aspnetboilerplate.com/
官网教程:http://www.aspnetboilerplate.com/Pages/Documents/Introduction
Codeproject教程:https://www.codeproject.com/articles/768664/introduction-to-asp-net-boilerplate
S.O.L.I.D是面向对象设计和编程(OOD&OOP)中几个重要编码原则(Programming Priciple)的首字母缩写。
缩写 | 英文 | 中文 |
---|---|---|
SRP | The Single Responsibility Principle | 单一责任原则 |
OCP | The Open Closed Principle | 开放封闭原则 |
LSP | The Liskov Substitution Principle | 里氏替换原则 |
ISP | The Interface Segregation Principle | 接口分离原则 |
DIP | The Dependency Inversion Principle | 依赖倒置原则 |
http://nova-19555.demo.aspnetzero.com
Password: 123456