AspNetCore.Simple.Sdk 5.0.1

This package has a SemVer 2.0.0 package version: 5.0.1+11.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AspNetCore.Simple.Sdk --version 5.0.1
                    
NuGet\Install-Package AspNetCore.Simple.Sdk -Version 5.0.1
                    
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.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AspNetCore.Simple.Sdk" Version="5.0.1" />
                    
Directory.Packages.props
<PackageReference Include="AspNetCore.Simple.Sdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AspNetCore.Simple.Sdk --version 5.0.1
                    
#r "nuget: AspNetCore.Simple.Sdk, 5.0.1"
                    
#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.
#:package AspNetCore.Simple.Sdk@5.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AspNetCore.Simple.Sdk&version=5.0.1
                    
Install as a Cake Addin
#tool nuget:?package=AspNetCore.Simple.Sdk&version=5.0.1
                    
Install as a Cake Tool

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.  net9.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 34,155 1/26/2025
6.0.1 8,938 1/24/2025
6.0.0 1,932 11/20/2024
5.0.8 94,021 11/20/2024
5.0.7 8,088 11/13/2024
5.0.6 12,980 10/10/2024
5.0.5 12,927 9/11/2024
5.0.4 1,858 9/6/2024
5.0.2 11,797 6/20/2024
5.0.1 4,864 5/15/2024
5.0.0 10,807 11/28/2023
4.0.19 2,748 11/23/2023
4.0.18 1,811 11/23/2023
4.0.17 2,014 10/18/2023
4.0.16 3,433 10/14/2023
4.0.15 1,819 10/14/2023
4.0.14 2,073 10/6/2023
4.0.13 1,813 10/5/2023
4.0.12 1,839 9/24/2023
4.0.11 1,829 9/24/2023
4.0.10 3,764 8/30/2023
4.0.9 2,240 8/24/2023
4.0.8 2,059 8/16/2023
4.0.7 1,863 8/15/2023
4.0.6 1,847 8/15/2023
4.0.5 1,834 8/15/2023
4.0.4 1,856 8/15/2023
4.0.3 2,376 7/31/2023
4.0.2 1,946 7/26/2023
4.0.1 1,886 7/25/2023
4.0.0 1,833 7/25/2023
3.2.12 1,889 7/25/2023
3.2.11 1,865 7/24/2023
3.2.10 1,837 7/20/2023
3.2.9 1,998 7/20/2023
3.2.8 1,846 7/20/2023
3.2.7 3,934 6/15/2023
3.2.6 1,845 6/10/2023
3.2.5 3,284 6/7/2023
3.2.4 2,100 5/31/2023
3.2.3 2,831 5/16/2023
3.2.2 1,840 5/16/2023
3.2.1 1,844 5/15/2023
3.2.0 1,861 5/13/2023
3.2.0-alpha.54 178 5/13/2023
3.2.0-alpha.50 1,220 5/5/2023
3.2.0-alpha.49 170 5/5/2023
3.2.0-alpha.48 226 5/4/2023
3.2.0-alpha.47 278 5/3/2023
3.2.0-alpha.46 150 5/3/2023
3.2.0-alpha.45 188 5/3/2023
3.2.0-alpha.44 160 5/3/2023
3.2.0-alpha.43 420 5/3/2023
3.2.0-alpha.42 167 5/3/2023
3.2.0-alpha.41 191 4/30/2023
3.2.0-alpha.39 156 4/30/2023
3.2.0-alpha.38 147 4/29/2023
3.2.0-alpha.36 250 4/26/2023
3.2.0-alpha.33 183 4/26/2023
3.2.0-alpha.30 223 4/17/2023
3.2.0-alpha.29 232 4/13/2023
3.2.0-alpha.25 194 3/26/2023
3.2.0-alpha.23 196 3/25/2023
3.2.0-alpha.21 202 3/21/2023
3.2.0-alpha.20 197 3/21/2023
3.2.0-alpha.19 271 3/17/2023
3.2.0-alpha.16 375 3/9/2023
3.2.0-alpha.10 207 3/6/2023
3.2.0-alpha.7 195 2/28/2023
3.2.0-alpha.6 158 2/28/2023
3.2.0-alpha.4 182 2/27/2023
3.2.0-alpha.3 217 2/24/2023
3.2.0-alpha.2 213 2/23/2023
3.1.0 1,933 2/8/2023
3.0.8 1,878 1/31/2023
3.0.7 1,903 1/10/2023
3.0.6 1,847 1/1/2023
3.0.5 1,854 1/1/2023
3.0.4 1,872 12/22/2022
3.0.3 2,163 11/29/2022
3.0.2 1,859 11/25/2022
3.0.1 1,860 11/24/2022
3.0.0 1,844 11/24/2022
3.0.0-alpha.12 201 11/24/2022
2.2.3 2,540 11/2/2022
2.2.2 1,819 11/2/2022
2.2.1 1,845 11/2/2022
2.2.0 1,872 10/26/2022
2.1.0 1,931 10/17/2022
2.0.0 1,845 10/7/2022
1.1.4 1,837 10/4/2022
1.1.3 1,888 9/26/2022
1.1.2 1,834 9/25/2022
1.1.1 1,828 9/25/2022
1.1.0 1,839 9/25/2022
1.1.0-alpha.7 282 9/12/2022
1.0.1-alpha.5 230 9/8/2022
1.0.1-alpha.4 209 9/8/2022
1.0.1-alpha.3 214 9/8/2022
1.0.0-alpha.2 219 9/8/2022
0.6.5 1,854 9/7/2022
0.6.4 1,832 9/6/2022
0.6.3 1,852 9/5/2022
0.6.2 1,830 9/5/2022
0.6.1 1,820 9/5/2022
0.6.0 1,831 9/5/2022
0.5.0 2,032 7/27/2022
0.4.1 1,846 7/27/2022
0.4.0 1,891 7/26/2022
0.3.0 1,862 7/26/2022
0.2.1 1,862 7/25/2022
0.2.0 1,874 7/25/2022
0.2.0-alpha.97 200 7/25/2022
0.2.0-alpha.95 257 7/21/2022
0.2.0-alpha.94 212 7/20/2022
0.2.0-alpha.93 365 7/4/2022
0.2.0-alpha.91 265 6/30/2022
0.2.0-alpha.89 295 6/19/2022
0.2.0-alpha.88 250 6/14/2022
0.2.0-alpha.87 236 6/8/2022
0.2.0-alpha.85 284 6/7/2022
0.2.0-alpha.81 204 6/3/2022
0.2.0-alpha.79 203 6/3/2022
0.2.0-alpha.73 244 5/30/2022
0.2.0-alpha.71 207 5/30/2022
0.2.0-alpha.70 196 5/30/2022
0.2.0-alpha.69 211 5/30/2022
0.2.0-alpha.64 210 5/30/2022
0.2.0-alpha.62 234 5/24/2022
0.2.0-alpha.59 218 5/23/2022
0.2.0-alpha.58 488 4/28/2022
0.2.0-alpha.57 436 3/16/2022
0.2.0-alpha.56 245 3/11/2022
0.2.0-alpha.55 220 3/11/2022
0.2.0-alpha.46 256 12/5/2021
0.2.0-alpha.35 444 4/25/2021
0.2.0-alpha.33 274 4/25/2021
0.2.0-alpha.30 277 4/23/2021
0.1.0-alpha.27 299 2/25/2021
0.1.0-alpha.21 325 2/4/2021
0.1.0-alpha.20 272 2/4/2021
0.1.0-alpha.19 273 1/27/2021
0.1.0-alpha.17 298 1/27/2021

Update nuget packages