Skip to content

cotide/blog.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cotide.blog

2011年初用的DDD(领域驱动设计)的BLOG网站

特点

  • SQL Server 数据库
  • Nhibernate + Fluent Nhibernate (ORM)
  • MVC4 + jQuery(前端)

实体模型

实体模型

文件结构说明

  • /app/ 程序文件
  • /app/Cotide.Framework/ 公共类库层
  • /app/Cotide.Core/ 实体层
  • /app/Cotide.Portal/ 表示层
  • /app/Cotide.Web.Controllers/ 表示层-控制器
  • /app/Cotide.ApplicationServices/ 业务逻辑层 - 持久化
  • /app/Cotide.QueryServices/ 业务逻辑层 - 查询
  • /app/Cotide.Data/ 基础设施层
  • /app/Design/ 设计图
  • /app/T4/ T4模板
  • /db/ 数据库初始化脚本
  • /lib/ 引用的第三方的dll (以前没用Nuget的原因)
  • /tests/ 单元测试

参考资料

About

🐼 Blog System (DDD) written in 2011

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published