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
May 11, 2021 - C#
Is your feature request related to a problem? Please describe.
The user will have the ability to import holidays as tasks to the monthly calendar view.
Describe the solution you'd like
Add a new Model class under
TodoList/TodoList.Core/Models/
:This will need a new migration for the new UserPreferences table.