# BlogNetCore **Repository Path**: mingjue/blog-net-core ## Basic Information - **Project Name**: BlogNetCore - **Description**: 基于.NET Core平台的博客系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-04 - **Last Updated**: 2025-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BlogNetCore #### 介绍 我的博客系统 - 开发中 #### 技术选型 后端 .NET6/C# 数据库 SqlServer2019 #### 软件架构 Blog.Common 公开访问层 存放基础的工具类以及通用常量 Blog.Models 实体层 存放数据库映射以及各层之间传递的实体 Blog.Framework 基础设施层 整体架构的基础功能实现 Blog.Service 业务逻辑层 系统业务逻辑的实现 Blog.WebApi 接口层 面向C端的接口层