Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
microsoft
ddd
dotnetcore
rest-api
clean-code
architecture
ebook
design-patterns
clean-architecture
efcore
asp-net-core
asp-net-core-mvc
monolith
ddd-patterns
software-architecture
ddd-architecture
ddd-sample
-
Updated
Oct 31, 2021 - C#
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据