Quickie 1.2.0

dotnet add package Quickie --version 1.2.0                
NuGet\Install-Package Quickie -Version 1.2.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="Quickie" Version="1.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quickie --version 1.2.0                
#r "nuget: Quickie, 1.2.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 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:

  1. Check out the Documentation to get started with Quickie.
  2. Get started
  3. Build by example
  4. Source

Start building lightweight, no-fuss APIs with Quickie !

Product 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. 
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
1.2.0 32 1/16/2025
1.1.0 64 12/27/2024
1.0.0 52 12/16/2024

Updated internal dependencies, enabled documentation on hover for better dev experience.