ShareSmallBiz.com is a web application built with .NET 9 and Bootstrap 5.
- Modern web technologies: .NET 9, Bootstrap 5
- Scalable and versatile architecture
- Clone the repository
- Install dependencies
- Run the application locally
From ShareSmallBiz.Portal, author new EF Core migrations into the unified Migrations folder with the local tool manifest:
dotnet tool restore
dotnet tool run dotnet-ef migrations add AddYourChange --output-dir Migrations --context ShareSmallBizUserContextTo verify the model still scaffolds a clean temporary migration before creating a real one, run:
npm run ef:migration:check