DI: AutoFac Persistence: Dapper, Dapper.Contrib, SqlKata and SQLLite, FluentMigrator
- SeriLog
TaskManager.UI
- Fail to build React project
- Setting PORT in .env file does not work
Visual Studio React Project Tutorial: Create a Node.js and React app in Visual Studio
dotnet add package Microsoft.Extensions.DependencyInjection.Abstractions
dotnet add package Microsoft.Extensions.Configuration.Abstractions
https://github.com/jbogard/MediatR
dotnet add package MediatR
dotnet add package SqlKata
dotnet add package SqlKata.Execution
https://github.com/DapperLib/Dapper https://github.com/DapperLib/Dapper.Contrib
dotnet add package dapper
dotnet add package dapper.contrib
https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/?tabs=netcore-cli
dotnet add package Microsoft.Data.Sqlite
https://github.com/fluentmigrator/fluentmigrator
https://fluentmigrator.github.io/index.html
# For migration development
dotnet add package FluentMigrator
# For migration execution
dotnet add package FluentMigrator.Runner
# For database support
dotnet add package FluentMigrator.Runner.SQLite
https://autofac.readthedocs.io/en/latest/index.html
https://autofac.readthedocs.io/en/latest/integration/aspnetcore.html
dotnet add package Autofac