ASP.Net Core Blazor项目

王宝臣 f10e8446a4 Merge branch 'wangbc' of wangbc/MyBlog into master před 3 roky
.vs b9bbb89a3a 编辑Readme před 3 roky
image b9bbb89a3a 编辑Readme před 3 roky
src 791de9e9e8 修改API参数为原始参数 před 3 roky
.gitignore a13ffa2e77 Initial commit před 3 roky
LICENSE a13ffa2e77 Initial commit před 3 roky
README.md b9bbb89a3a 编辑Readme před 3 roky

README.md

MyBlog

基于 ASP.Net Core Blazor开发的Blog项目

项目介绍

blog
 ├── LICENSE ------------ LICENSE
 ├── README.md ---------- README.md
 ├── image -------------- image
 └── src
     ├── MyBlog.Client ---------------------- Web项目
     ├── MyBlog.Entity ---------------------- 实体层,连接数据库
     ├── MyBlog.IRepository/Repository ------ 仓储层,提供数据访问方法
     ├── MyBlog.IService/Service ------------ 服务层,提供简单的CRUD
     ├── MyBlog.Model ----------------------- Model层
     ├── MyBlog.Server ---------------------- Api项目
     ├── MyBlog.Shared ---------------------- 共享层

预览

1 2 3 4 5 6