Library of .NET functions, extensions and components including asynchronous processing queues, configuration APIs, diagnostics, error handling, console functions, adapter framework, active directory and local account functions, checksum algorithms, unit conversion, binary parsing, cron-style task...
More information
This subset of CryptSharp contains only its SCrypt and any-HMAC PBKDF2 functionality.
If you need these algorithms for purposes unrelated to passwords, this package may be sufficient for you. If you are dealing with passwords, use the "CryptSharpOfficial" package.
EntityFramework.Functions library implements Entity Framework code first support for
- Stored procedures (with single result type, multiple result types, output parameter),
- Table-valued functions (returning entity type, complex type),
- Scalar-valued functions (composable, non-composable),
-...
More information
NSwag SwaggerGenerator for generating Swagger JSON from HttpTriggered Azure Functions. Supports the AzureFunctionsV2.HttpExtensions function signature and authentication extensions as well.
Improves the Azure Functions HTTP Trigger experience by extending the infrastructure around it, allowing to define request parameters in the function signature and implementing boilerplate like exception filters and adds different authentication schemes.