-
🫧 ApiExceptions is a nuget package extending the functionality of .Net exceptions.
Provides additional exception classes and advanced functionality for handling errors. Implements Problem Details for Asp.Net Core.
-
📚 Pagination is a lightweight nuget package that provides pagination capabilities.
Allows separating data from any source into discrete pages. Works with (or without) EF Core.
-
🪢 Flux is a universal WebApi client.
It introduces an intuitive way for your software to communicate with external systems, whether they use REST, SOAP, or some other communication standard. Package documentation
-
📁 Miscellaneous - a collection of miscellaneous nuget packages
Mostly functionality extensions for other popular nuget packages and frameworks.
-
🔒 Blazor.Auth - Auth package for Blazor United
Simplifies the process of implementing custom JWT-based authentication schemes in Blazor United. Supports all render modes, including Static SSR.
-
🍪 Blazor.Cookies - working with browser Cookies in Blazor United
You can use cookies in your Blazor applications as a way to store user's unique information, such as preferences, settings, or session / authentication data.
-
💾 Blazor.State - Persisting Blazor component state across rendering environments
Persist component state generated while prerendering, restore component state when rehydrating the page.
-
⚡ OCPI.Net is an implementation of OCPI for .Net.
OCPI (Open Charge Point Interface) is a protocol that allows distinct parties in the field of electric vehicle charging to communicate, exchange data and share functionality. Learn more about OCPI