Quickie 1.2.0
dotnet add package Quickie --version 1.2.0
NuGet\Install-Package Quickie -Version 1.2.0
<PackageReference Include="Quickie" Version="1.2.0" />
paket add Quickie --version 1.2.0
#r "nuget: Quickie, 1.2.0"
// Install Quickie as a Cake Addin #addin nuget:?package=Quickie&version=1.2.0 // Install Quickie as a Cake Tool #tool nuget:?package=Quickie&version=1.2.0
Welcome to Quickie!
Quickie is an open-source library to build APIs and backend services QUICKLY in .NET. Simply put, it provides base classes that you can implement to create APIs and backend service with minimal effort. With Quickie, all you need to do is define some classes, and you're ready to go — no endless boilerplate, no hassle.
Quickie is perfect for building tracer bullet APIs or proof-of-concept projects. Whether you're experimenting with ideas or rapidly iterating, Quickie keeps things simple.
Why Quickie?
- Optional support for features like rate limiting, and idempotency.
- Remove boiler code and focus of your main logic.
- Minimal code — just focus on your DTOs and Entities.
- Optimized for working with Relational SQL databases, making data access and management straightforward.
- Flexibility in Configuration: Switch between defaults and custom setups seamlessly.
- Opensource under Apache Version 2.0
Quick Start Notes:
- Check out the Documentation to get started with Quickie.
- Get started
- Build by example
- Source
Start building lightweight, no-fuss APIs with Quickie !
Product | Versions 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. |
-
net9.0
- Microsoft.AspNetCore.Mvc.Core (>= 2.3.0)
- Microsoft.AspNetCore.RateLimiting (>= 7.0.0-rc.2.22476.2)
- Microsoft.EntityFrameworkCore (>= 9.0.1)
- Microsoft.Extensions.DependencyInjection (>= 9.0.1)
- System.Threading.RateLimiting (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated internal dependencies, enabled documentation on hover for better dev experience.