AspNetCore.Simple.Sdk 6.0.0

This package has a SemVer 2.0.0 package version: 6.0.0+24.
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. 
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.0 36 11/20/2024
5.0.8 30 11/20/2024
5.0.7 261 11/13/2024
5.0.6 4,129 10/10/2024
5.0.5 2,231 9/11/2024
5.0.4 117 9/6/2024
5.0.2 9,924 6/20/2024
5.0.1 3,070 5/15/2024
5.0.0 9,018 11/28/2023
4.0.19 1,002 11/23/2023
4.0.18 67 11/23/2023
4.0.17 259 10/18/2023
4.0.16 1,689 10/14/2023
4.0.15 75 10/14/2023
4.0.14 319 10/6/2023
4.0.13 76 10/5/2023
4.0.12 87 9/24/2023
4.0.11 76 9/24/2023
4.0.10 2,023 8/30/2023
4.0.9 493 8/24/2023
4.0.8 327 8/16/2023
4.0.7 115 8/15/2023
4.0.6 107 8/15/2023
4.0.5 104 8/15/2023
4.0.4 104 8/15/2023
4.0.3 631 7/31/2023
4.0.2 216 7/26/2023
4.0.1 145 7/25/2023
4.0.0 102 7/25/2023
3.2.12 141 7/25/2023
3.2.11 120 7/24/2023
3.2.10 106 7/20/2023
3.2.9 261 7/20/2023
3.2.8 110 7/20/2023
3.2.7 2,205 6/15/2023
3.2.6 104 6/10/2023
3.2.5 1,539 6/7/2023
3.2.4 340 5/31/2023
3.2.3 1,099 5/16/2023
3.2.2 99 5/16/2023
3.2.1 107 5/15/2023
3.2.0 127 5/13/2023
3.2.0-alpha.54 103 5/13/2023
3.2.0-alpha.50 1,148 5/5/2023
3.2.0-alpha.49 93 5/5/2023
3.2.0-alpha.48 147 5/4/2023
3.2.0-alpha.47 213 5/3/2023
3.2.0-alpha.46 84 5/3/2023
3.2.0-alpha.45 106 5/3/2023
3.2.0-alpha.44 95 5/3/2023
3.2.0-alpha.43 349 5/3/2023
3.2.0-alpha.42 93 5/3/2023
3.2.0-alpha.41 129 4/30/2023
3.2.0-alpha.39 94 4/30/2023
3.2.0-alpha.38 85 4/29/2023
3.2.0-alpha.36 188 4/26/2023
3.2.0-alpha.33 107 4/26/2023
3.2.0-alpha.30 164 4/17/2023
3.2.0-alpha.29 169 4/13/2023
3.2.0-alpha.25 111 3/26/2023
3.2.0-alpha.23 107 3/25/2023
3.2.0-alpha.21 128 3/21/2023
3.2.0-alpha.20 107 3/21/2023
3.2.0-alpha.19 207 3/17/2023
3.2.0-alpha.16 309 3/9/2023
3.2.0-alpha.10 133 3/6/2023
3.2.0-alpha.7 114 2/28/2023
3.2.0-alpha.6 96 2/28/2023
3.2.0-alpha.4 118 2/27/2023
3.2.0-alpha.3 136 2/24/2023
3.2.0-alpha.2 130 2/23/2023
3.1.0 181 2/8/2023
3.0.8 136 1/31/2023
3.0.7 178 1/10/2023
3.0.6 110 1/1/2023
3.0.5 113 1/1/2023
3.0.4 125 12/22/2022
3.0.3 420 11/29/2022
3.0.2 106 11/25/2022
3.0.1 116 11/24/2022
3.0.0 102 11/24/2022
3.0.0-alpha.12 121 11/24/2022
2.2.3 640 11/2/2022
2.2.2 91 11/2/2022
2.2.1 106 11/2/2022
2.2.0 140 10/26/2022
2.1.0 212 10/17/2022
2.0.0 110 10/7/2022
1.1.4 104 10/4/2022
1.1.3 137 9/26/2022
1.1.2 101 9/25/2022
1.1.1 97 9/25/2022
1.1.0 97 9/25/2022
1.1.0-alpha.7 215 9/12/2022
1.0.1-alpha.5 146 9/8/2022
1.0.1-alpha.4 125 9/8/2022
1.0.1-alpha.3 137 9/8/2022
1.0.0-alpha.2 129 9/8/2022
0.6.5 118 9/7/2022
0.6.4 104 9/6/2022
0.6.3 99 9/5/2022
0.6.2 87 9/5/2022
0.6.1 81 9/5/2022
0.6.0 88 9/5/2022
0.5.0 310 7/27/2022
0.4.1 122 7/27/2022
0.4.0 146 7/26/2022
0.3.0 129 7/26/2022
0.2.1 127 7/25/2022
0.2.0 141 7/25/2022
0.2.0-alpha.97 126 7/25/2022
0.2.0-alpha.95 163 7/21/2022
0.2.0-alpha.94 141 7/20/2022
0.2.0-alpha.93 293 7/4/2022
0.2.0-alpha.91 189 6/30/2022
0.2.0-alpha.89 196 6/19/2022
0.2.0-alpha.88 159 6/14/2022
0.2.0-alpha.87 136 6/8/2022
0.2.0-alpha.85 185 6/7/2022
0.2.0-alpha.81 127 6/3/2022
0.2.0-alpha.79 128 6/3/2022
0.2.0-alpha.73 153 5/30/2022
0.2.0-alpha.71 119 5/30/2022
0.2.0-alpha.70 121 5/30/2022
0.2.0-alpha.69 120 5/30/2022
0.2.0-alpha.64 127 5/30/2022
0.2.0-alpha.62 149 5/24/2022
0.2.0-alpha.59 133 5/23/2022
0.2.0-alpha.58 393 4/28/2022
0.2.0-alpha.57 345 3/16/2022
0.2.0-alpha.56 144 3/11/2022
0.2.0-alpha.55 135 3/11/2022
0.2.0-alpha.46 166 12/5/2021
0.2.0-alpha.35 335 4/25/2021
0.2.0-alpha.33 180 4/25/2021
0.2.0-alpha.30 189 4/23/2021
0.1.0-alpha.27 184 2/25/2021
0.1.0-alpha.21 199 2/4/2021
0.1.0-alpha.20 176 2/4/2021
0.1.0-alpha.19 174 1/27/2021
0.1.0-alpha.17 186 1/27/2021

Update nuget packages