ASP.Net Core Blazor项目

王宝臣 f10e8446a4 Merge branch 'wangbc' of wangbc/MyBlog into master %!s(int64=3) %!d(string=hai) anos
.vs b9bbb89a3a 编辑Readme %!s(int64=3) %!d(string=hai) anos
image b9bbb89a3a 编辑Readme %!s(int64=3) %!d(string=hai) anos
src 791de9e9e8 修改API参数为原始参数 %!s(int64=3) %!d(string=hai) anos
.gitignore a13ffa2e77 Initial commit %!s(int64=3) %!d(string=hai) anos
LICENSE a13ffa2e77 Initial commit %!s(int64=3) %!d(string=hai) anos
README.md b9bbb89a3a 编辑Readme %!s(int64=3) %!d(string=hai) anos

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