AspNetCore.Simple.Sdk 6.0.0

This package has a SemVer 2.0.0 package version: 6.0.0+24.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AspNetCore.Simple.Sdk --version 6.0.0                
NuGet\Install-Package AspNetCore.Simple.Sdk -Version 6.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspNetCore.Simple.Sdk" Version="6.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.Simple.Sdk --version 6.0.0                
#r "nuget: AspNetCore.Simple.Sdk, 6.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspNetCore.Simple.Sdk as a Cake Addin
#addin nuget:?package=AspNetCore.Simple.Sdk&version=6.0.0

// Install AspNetCore.Simple.Sdk as a Cake Tool
#tool nuget:?package=AspNetCore.Simple.Sdk&version=6.0.0                

AspNetCore.Simple.Sdk

Target of this package is to create fast and clean Web-Api. You only need to configure in your appsettings needed and from the package supported services and you can start implementing your features which brings you your expected benefits

Getting started

Prerequisites

Install the package

dotnet add package AspNetCore.Simple.Sdk

Samples

Basic concept

Startup

So for quick start you only have to derive from the optimized startup class and you are ready to go

Hint: The hold sample is inside this repo !

Step 1: Startup

  • Pathstring: this is the base path for all api routes, to reduce noising pasth in your controller implementations
public class Startup : SimpleStartup
{
    public Startup(IConfiguration configuration, IWebHostEnvironment webHostEnvironment) : base(configuration, webHostEnvironment, new PathString("/api/test"))
    {
    }

    public override void ConfigureServices(IServiceCollection services)
    {
        base.ConfigureServices(services);
        
        // Your domain registrations
    }
}

Content

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.2 278 1/26/2025
6.0.1 8,225 1/24/2025
6.0.0 1,465 11/20/2024
5.0.8 26,758 11/20/2024
5.0.7 4,223 11/13/2024
5.0.6 12,324 10/10/2024
5.0.5 4,911 9/11/2024
5.0.4 1,463 9/6/2024
5.0.2 11,346 6/20/2024
5.0.1 4,412 5/15/2024
5.0.0 10,369 11/28/2023
4.0.19 2,341 11/23/2023
4.0.18 1,404 11/23/2023
4.0.17 1,609 10/18/2023
4.0.16 3,036 10/14/2023
4.0.15 1,421 10/14/2023
4.0.14 1,664 10/6/2023
4.0.13 1,426 10/5/2023
4.0.12 1,427 9/24/2023
4.0.11 1,422 9/24/2023
4.0.10 3,374 8/30/2023
4.0.9 1,845 8/24/2023
4.0.8 1,670 8/16/2023
4.0.7 1,459 8/15/2023
4.0.6 1,447 8/15/2023
4.0.5 1,450 8/15/2023
4.0.4 1,448 8/15/2023
4.0.3 1,985 7/31/2023
4.0.2 1,555 7/26/2023
4.0.1 1,482 7/25/2023
4.0.0 1,443 7/25/2023
3.2.12 1,488 7/25/2023
3.2.11 1,473 7/24/2023
3.2.10 1,446 7/20/2023
3.2.9 1,607 7/20/2023
3.2.8 1,453 7/20/2023
3.2.7 3,544 6/15/2023
3.2.6 1,440 6/10/2023
3.2.5 2,885 6/7/2023
3.2.4 1,691 5/31/2023
3.2.3 2,442 5/16/2023
3.2.2 1,449 5/16/2023
3.2.1 1,447 5/15/2023
3.2.0 1,467 5/13/2023
3.2.0-alpha.54 108 5/13/2023
3.2.0-alpha.50 1,152 5/5/2023
3.2.0-alpha.49 98 5/5/2023
3.2.0-alpha.48 154 5/4/2023
3.2.0-alpha.47 218 5/3/2023
3.2.0-alpha.46 91 5/3/2023
3.2.0-alpha.45 111 5/3/2023
3.2.0-alpha.44 100 5/3/2023
3.2.0-alpha.43 354 5/3/2023
3.2.0-alpha.42 97 5/3/2023
3.2.0-alpha.41 134 4/30/2023
3.2.0-alpha.39 100 4/30/2023
3.2.0-alpha.38 90 4/29/2023
3.2.0-alpha.36 193 4/26/2023
3.2.0-alpha.33 112 4/26/2023
3.2.0-alpha.30 171 4/17/2023
3.2.0-alpha.29 176 4/13/2023
3.2.0-alpha.25 120 3/26/2023
3.2.0-alpha.23 115 3/25/2023
3.2.0-alpha.21 134 3/21/2023
3.2.0-alpha.20 115 3/21/2023
3.2.0-alpha.19 213 3/17/2023
3.2.0-alpha.16 315 3/9/2023
3.2.0-alpha.10 139 3/6/2023
3.2.0-alpha.7 121 2/28/2023
3.2.0-alpha.6 103 2/28/2023
3.2.0-alpha.4 124 2/27/2023
3.2.0-alpha.3 142 2/24/2023
3.2.0-alpha.2 137 2/23/2023
3.1.0 1,527 2/8/2023
3.0.8 1,490 1/31/2023
3.0.7 1,516 1/10/2023
3.0.6 1,455 1/1/2023
3.0.5 1,462 1/1/2023
3.0.4 1,479 12/22/2022
3.0.3 1,773 11/29/2022
3.0.2 1,459 11/25/2022
3.0.1 1,462 11/24/2022
3.0.0 1,451 11/24/2022
3.0.0-alpha.12 127 11/24/2022
2.2.3 1,986 11/2/2022
2.2.2 1,436 11/2/2022
2.2.1 1,459 11/2/2022
2.2.0 1,486 10/26/2022
2.1.0 1,551 10/17/2022
2.0.0 1,455 10/7/2022
1.1.4 1,449 10/4/2022
1.1.3 1,490 9/26/2022
1.1.2 1,448 9/25/2022
1.1.1 1,446 9/25/2022
1.1.0 1,439 9/25/2022
1.1.0-alpha.7 220 9/12/2022
1.0.1-alpha.5 151 9/8/2022
1.0.1-alpha.4 130 9/8/2022
1.0.1-alpha.3 142 9/8/2022
1.0.0-alpha.2 134 9/8/2022
0.6.5 1,459 9/7/2022
0.6.4 1,444 9/6/2022
0.6.3 1,449 9/5/2022
0.6.2 1,437 9/5/2022
0.6.1 1,420 9/5/2022
0.6.0 1,440 9/5/2022
0.5.0 1,646 7/27/2022
0.4.1 1,460 7/27/2022
0.4.0 1,492 7/26/2022
0.3.0 1,467 7/26/2022
0.2.1 1,468 7/25/2022
0.2.0 1,480 7/25/2022
0.2.0-alpha.97 129 7/25/2022
0.2.0-alpha.95 169 7/21/2022
0.2.0-alpha.94 145 7/20/2022
0.2.0-alpha.93 297 7/4/2022
0.2.0-alpha.91 192 6/30/2022
0.2.0-alpha.89 201 6/19/2022
0.2.0-alpha.88 164 6/14/2022
0.2.0-alpha.87 142 6/8/2022
0.2.0-alpha.85 195 6/7/2022
0.2.0-alpha.81 132 6/3/2022
0.2.0-alpha.79 132 6/3/2022
0.2.0-alpha.73 159 5/30/2022
0.2.0-alpha.71 127 5/30/2022
0.2.0-alpha.70 124 5/30/2022
0.2.0-alpha.69 127 5/30/2022
0.2.0-alpha.64 133 5/30/2022
0.2.0-alpha.62 155 5/24/2022
0.2.0-alpha.59 138 5/23/2022
0.2.0-alpha.58 397 4/28/2022
0.2.0-alpha.57 352 3/16/2022
0.2.0-alpha.56 149 3/11/2022
0.2.0-alpha.55 139 3/11/2022
0.2.0-alpha.46 172 12/5/2021
0.2.0-alpha.35 341 4/25/2021
0.2.0-alpha.33 187 4/25/2021
0.2.0-alpha.30 194 4/23/2021
0.1.0-alpha.27 192 2/25/2021
0.1.0-alpha.21 204 2/4/2021
0.1.0-alpha.20 181 2/4/2021
0.1.0-alpha.19 178 1/27/2021
0.1.0-alpha.17 192 1/27/2021

Update nuget packages