Divis.NotToday.AspNetCore 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Divis.NotToday.AspNetCore --version 1.0.0
NuGet\Install-Package Divis.NotToday.AspNetCore -Version 1.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="Divis.NotToday.AspNetCore" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Divis.NotToday.AspNetCore --version 1.0.0
#r "nuget: Divis.NotToday.AspNetCore, 1.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 Divis.NotToday.AspNetCore as a Cake Addin
#addin nuget:?package=Divis.NotToday.AspNetCore&version=1.0.0

// Install Divis.NotToday.AspNetCore as a Cake Tool
#tool nuget:?package=Divis.NotToday.AspNetCore&version=1.0.0

NotToday

NotToday is a powerful ASP.NET Core library that brings unparalleled performance gains to your API. With its advanced optimizations and efficient implementation, it enables you to deliver lightning-fast responses to your users, ensuring a smooth and responsive experience.

Features

Unmatched Performance: NotToday is designed from the ground up to maximize performance in ASP.NET Core applications. It leverages cutting-edge techniques and optimizations to minimize latency and improve throughput, allowing your API to handle a high volume of requests without breaking a sweat.

Efficient Request Processing: NotToday optimizes the request processing pipeline, reducing unnecessary overhead and improving overall performance. It streamlines the handling of incoming requests, ensuring minimal latency and resource consumption, even under heavy loads.

Highly Scalable: Thanks to its efficient design and optimized algorithms, NotToday enables your API to scale effortlessly. It can handle a massive number of concurrent requests, making it ideal for applications that require high scalability and responsiveness.

Transparent Integration: NotToday seamlessly integrates with your existing ASP.NET Core application. It provides a simple and intuitive API, allowing you to quickly enhance the performance of your API without extensive code changes or complex configuration.

Easy to Use: NotToday is designed with developer productivity in mind. It comes with comprehensive documentation and examples, making it easy to get started and leverage its performance benefits in your project. You can quickly integrate it into your solution and start seeing immediate improvements in response times and overall performance.

Installation

NotToday can be easily installed via NuGet package manager. Simply run the following command in the Package Manager Console:

Install-Package NotToday

Usage

Using NotToday in your ASP.NET Core application is straightforward. After installing the package, follow these steps to enable its performance optimizations:

Add the NotToday middleware to your ASP.NET Core pipeline during application startup.

using NotToday;

var builder = WebApplication.CreateBuilder(args);

builder.Services.AddNotToday(); // <- add this

var app = builder.Build();

app.UseNotToday(); // <- add this

app.Run();

Enjoy the performance gains! NotToday will automatically optimize request processing, resulting in significantly improved response times and overall API performance.

Testimonials

NotToday has completely transformed the performance of our API. Response times have significantly improved, and our users are delighted with the lightning-fast experience. This library is a game-changer! Doug, United States.

I've never seen such impressive performance gains in an ASP.NET Core library before. NotToday is a must-have for anyone looking to optimize their API. It's like giving your application a powerful performance boost! Olaf, Denmark.

NotToday has exceeded my expectations. The seamless integration and the remarkable performance improvements have made a huge impact on our application. Our users are now enjoying a faster and more responsive API. Emily, UK.

Contributing

We welcome contributions to NotToday! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on our GitHub repository.

License

NotToday is released under the MIT License.

Acknowledgments

We would like to express our gratitude to the open-source community for their valuable contributions and feedback, which have helped shape NotToday into the high-performance library it is today.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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
1.1.0 102 3/27/2024
1.0.0 149 7/10/2023