如何在.NET中构建解决方案
原文英文,约3500词,阅读约需13分钟。发表于: 。This article aims to show you how I organise a .NET solution. It walks through the creation of a simple web app called Fragment, and the implementation of a single feature. This app allows you to...
文章介绍了如何组织.NET解决方案,通过创建一个名为Fragment的简单Web应用来演示。该应用用于存储和标记文本片段,适合作为日记或笔记本。文章详细描述了从领域模型到持久层的实现,使用SQLite和EF Core进行数据持久化,并通过MediatR实现应用层解耦。还展示了如何在Web UI中显示标签列表。完整代码可在GitHub获取。