Quickie 1.0.0
dotnet add package Quickie --version 1.0.0
NuGet\Install-Package Quickie -Version 1.0.0
<PackageReference Include="Quickie" Version="1.0.0" />
paket add Quickie --version 1.0.0
#r "nuget: Quickie, 1.0.0"
// Install Quickie as a Cake Addin #addin nuget:?package=Quickie&version=1.0.0 // Install Quickie as a Cake Tool #tool nuget:?package=Quickie&version=1.0.0
Welcome to Quickie!
Quickie is an open-source library designed to help you build APIs and backend services QUICKLY in .NET. 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 spinning up tracer bullet APIs or proof-of-concept projects. Whether you're experimenting with ideas or rapidly iterating, Quickie keeps things simple and fun, without feeling like you're trapped in enterprise-grade complexity.
Why Quickie?
- Remove boiler code and focus of your main logic.
- Minimal code — just focus on your DTOs and Entities.
- Optional support for features like rate limiting, and idempotency.
- Optimized for working with SQL databases, making data access and management straightforward.
- Flexibility in Configuration: Switch between defaults and custom setups seamlessly.
Quick Start Notes:
- Check out the Documentation to get started with Quickie.
- Get started
- Build by example
Start building lightweight, no-fuss APIs with Quickie !
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
-
net9.0
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.RateLimiting (>= 7.0.0-rc.2.22476.2)
- Microsoft.EntityFrameworkCore (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection (>= 9.0.0)
- System.Threading.RateLimiting (>= 9.0.0)
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 |
---|---|---|
1.0.0 | 37 | 12/16/2024 |
Initial publish.