AspNetCore.Simple.Sdk 5.0.0

This package has a SemVer 2.0.0 package version: 5.0.0+34.
dotnet add package AspNetCore.Simple.Sdk --version 5.0.0
NuGet\Install-Package AspNetCore.Simple.Sdk -Version 5.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="5.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 5.0.0
#r "nuget: AspNetCore.Simple.Sdk, 5.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=5.0.0

// Install AspNetCore.Simple.Sdk as a Cake Tool
#tool nuget:?package=AspNetCore.Simple.Sdk&version=5.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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
5.0.0 5,570 11/28/2023
4.0.19 985 11/23/2023
4.0.18 52 11/23/2023
4.0.17 241 10/18/2023
4.0.16 1,662 10/14/2023
4.0.15 59 10/14/2023
4.0.14 294 10/6/2023
4.0.13 59 10/5/2023
4.0.12 69 9/24/2023
4.0.11 58 9/24/2023
4.0.10 1,994 8/30/2023
4.0.9 474 8/24/2023
4.0.8 310 8/16/2023
4.0.7 98 8/15/2023
4.0.6 87 8/15/2023
4.0.5 88 8/15/2023
4.0.4 87 8/15/2023
4.0.3 610 7/31/2023
4.0.2 191 7/26/2023
4.0.1 126 7/25/2023
4.0.0 84 7/25/2023
3.2.12 123 7/25/2023
3.2.11 102 7/24/2023
3.2.10 88 7/20/2023
3.2.9 236 7/20/2023
3.2.8 92 7/20/2023
3.2.7 2,184 6/15/2023
3.2.6 86 6/10/2023
3.2.5 1,519 6/7/2023
3.2.4 323 5/31/2023
3.2.3 1,075 5/16/2023
3.2.2 82 5/16/2023
3.2.1 89 5/15/2023
3.2.0 108 5/13/2023
3.2.0-alpha.54 84 5/13/2023
3.2.0-alpha.50 1,134 5/5/2023
3.2.0-alpha.49 78 5/5/2023
3.2.0-alpha.48 134 5/4/2023
3.2.0-alpha.47 197 5/3/2023
3.2.0-alpha.46 69 5/3/2023
3.2.0-alpha.45 93 5/3/2023
3.2.0-alpha.44 81 5/3/2023
3.2.0-alpha.43 331 5/3/2023
3.2.0-alpha.42 79 5/3/2023
3.2.0-alpha.41 113 4/30/2023
3.2.0-alpha.39 81 4/30/2023
3.2.0-alpha.38 71 4/29/2023
3.2.0-alpha.36 173 4/26/2023
3.2.0-alpha.33 92 4/26/2023
3.2.0-alpha.30 154 4/17/2023
3.2.0-alpha.29 156 4/13/2023
3.2.0-alpha.25 97 3/26/2023
3.2.0-alpha.23 94 3/25/2023
3.2.0-alpha.21 116 3/21/2023
3.2.0-alpha.20 95 3/21/2023
3.2.0-alpha.19 190 3/17/2023
3.2.0-alpha.16 291 3/9/2023
3.2.0-alpha.10 122 3/6/2023
3.2.0-alpha.7 101 2/28/2023
3.2.0-alpha.6 84 2/28/2023
3.2.0-alpha.4 106 2/27/2023
3.2.0-alpha.3 118 2/24/2023
3.2.0-alpha.2 111 2/23/2023
3.1.0 169 2/8/2023
3.0.8 124 1/31/2023
3.0.7 167 1/10/2023
3.0.6 96 1/1/2023
3.0.5 93 1/1/2023
3.0.4 110 12/22/2022
3.0.3 400 11/29/2022
3.0.2 92 11/25/2022
3.0.1 102 11/24/2022
3.0.0 88 11/24/2022
3.0.0-alpha.12 102 11/24/2022
2.2.3 581 11/2/2022
2.2.2 77 11/2/2022
2.2.1 86 11/2/2022
2.2.0 125 10/26/2022
2.1.0 197 10/17/2022
2.0.0 95 10/7/2022
1.1.4 89 10/4/2022
1.1.3 121 9/26/2022
1.1.2 80 9/25/2022
1.1.1 81 9/25/2022
1.1.0 83 9/25/2022
1.1.0-alpha.7 201 9/12/2022
1.0.1-alpha.5 124 9/8/2022
1.0.1-alpha.4 111 9/8/2022
1.0.1-alpha.3 122 9/8/2022
1.0.0-alpha.2 115 9/8/2022
0.6.5 101 9/7/2022
0.6.4 88 9/6/2022
0.6.3 83 9/5/2022
0.6.2 72 9/5/2022
0.6.1 66 9/5/2022
0.6.0 74 9/5/2022
0.5.0 292 7/27/2022
0.4.1 105 7/27/2022
0.4.0 125 7/26/2022
0.3.0 107 7/26/2022
0.2.1 110 7/25/2022
0.2.0 125 7/25/2022
0.2.0-alpha.97 105 7/25/2022
0.2.0-alpha.95 148 7/21/2022
0.2.0-alpha.94 120 7/20/2022
0.2.0-alpha.93 272 7/4/2022
0.2.0-alpha.91 173 6/30/2022
0.2.0-alpha.89 175 6/19/2022
0.2.0-alpha.88 138 6/14/2022
0.2.0-alpha.87 114 6/8/2022
0.2.0-alpha.85 170 6/7/2022
0.2.0-alpha.81 108 6/3/2022
0.2.0-alpha.79 114 6/3/2022
0.2.0-alpha.73 138 5/30/2022
0.2.0-alpha.71 106 5/30/2022
0.2.0-alpha.70 106 5/30/2022
0.2.0-alpha.69 106 5/30/2022
0.2.0-alpha.64 112 5/30/2022
0.2.0-alpha.62 135 5/24/2022
0.2.0-alpha.59 119 5/23/2022
0.2.0-alpha.58 378 4/28/2022
0.2.0-alpha.57 331 3/16/2022
0.2.0-alpha.56 127 3/11/2022
0.2.0-alpha.55 114 3/11/2022
0.2.0-alpha.46 146 12/5/2021
0.2.0-alpha.35 318 4/25/2021
0.2.0-alpha.33 162 4/25/2021
0.2.0-alpha.30 171 4/23/2021
0.1.0-alpha.27 165 2/25/2021
0.1.0-alpha.21 183 2/4/2021
0.1.0-alpha.20 159 2/4/2021
0.1.0-alpha.19 156 1/27/2021
0.1.0-alpha.17 170 1/27/2021

Upgrade .Net 8