![]() |
VOOZH | about |
dotnet add package BaDaBoom --version 1.1.0
NuGet\Install-Package BaDaBoom -Version 1.1.0
<PackageReference Include="BaDaBoom" Version="1.1.0" />
<PackageVersion Include="BaDaBoom" Version="1.1.0" />Directory.Packages.props
<PackageReference Include="BaDaBoom" />Project file
paket add BaDaBoom --version 1.1.0
#r "nuget: BaDaBoom, 1.1.0"
#:package BaDaBoom@1.1.0
#addin nuget:?package=BaDaBoom&version=1.1.0Install as a Cake Addin
#tool nuget:?package=BaDaBoom&version=1.1.0Install as a Cake Tool
Opinionated CRUD Framework providing an application-development quick-start
dotnet new gitignoregit remote add <repositoryUrl>Install-Package BaDaBoom -ProjectName <solutionName>.Entiesbuilder.Services.AddBaDaBoom<SevenSeasDbContext>(options => options); as the first service to add in your "Program.cs" located in the "Web" project.app.UseBaDaBoom<SevenSeasDbContext>(app.Environment); as the first call when configuring the HTTP request pipeline in your "Program.cs" and add app.UseBaDaBoomMedia(<mediaUploadPath>); after the call to app.MapControllersbuilder.Services.AddControllers(); to builder.Services.AddControllers(options => { options.Conventions.Add(new RouteTokenTransformerConvention(new SlugifyParameterTransformer())); });.dotnet ef migrations add Initial in your "Data" project.run dotnet ef migrations add "SampleMigration" --project BaDaBoomDev.Infrastructure --startup-project BaDaBoomDev --output-dir Persistence\Migrations to add a new migration.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on BaDaBoom:
| Package | Downloads |
|---|---|
|
BaDaBoomShop
Webshop back-end framework based on the IAM stack |
|
|
BaDaBoom.Auth
JWT Authentication for the IAM RAD framework |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.0 | 364 | 3/28/2024 |
| 1.0.0 | 382 | 12/21/2023 |
| 1.0.0-rc | 228 | 12/12/2023 |
| 0.18.4 | 326 | 12/8/2023 |
| 0.18.3 | 232 | 12/4/2023 |
| 0.18.2 | 307 | 12/4/2023 |
| 0.18.1 | 291 | 11/8/2023 |
| 0.18.0 | 292 | 9/18/2023 |
| 0.17.15 | 352 | 7/3/2023 |
| 0.17.14 | 377 | 5/15/2023 |
| 0.17.13 | 356 | 4/13/2023 |
| 0.17.10 | 423 | 4/4/2023 |
| 0.17.9 | 433 | 3/9/2023 |
| 0.17.5 | 469 | 2/24/2023 |
| 0.17.4 | 427 | 2/23/2023 |
| 0.17.3 | 488 | 2/22/2023 |
| 0.17.2 | 438 | 2/20/2023 |
| 0.17.1 | 440 | 2/16/2023 |
| 0.17.0 | 538 | 2/13/2023 |
| 0.16.3 | 483 | 2/3/2023 |