Top 20 NuGet Packages
.Net Standard 2.0 implementation of the TestRail API
TestReporter.SpecFlow.Tool is a .NET Core Global Tool used to generate HTML test report file for SpecFlow
s simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It popularised in
Simple logging and enhancements for existing logging frameworks.
A bag-randomizer based on the TGM randomizer for doing sort-of random numbers
TextDiscovery AngleSharp implementations of IDomInterpreter, IDomNodeFactory, and IHtmlConverter. Enables the following capabilities: mark search hits in the DOM, create HTML excerpts at a given word count with configurable element-breaking rules, and more.
Basic interaction with text files.
Sanitize and 'clean' html for safe consumption in a plain text format.
v1.0.0 Micro ORM For .Net Core
v1 RabbitMQ Implementation
Library for getting TF-IDF values for Sentiment Analysis (Requires one general file with structured positive and negative rows with identificator at the end one (like in the example))
Identificators: 1 - Positive, 0 - Negative
A small library of useful methods.
The .NET library for integrating Google Recaptcha V3 into ASP.NET MVC.

The MongoDb template for NetCoreKit which has MongoDb includes generic repository, open API, authentication and much more.
This template needs for the host which intents to use MongoDb in mind.
This template needs for some of host which is only for computing or running background job.
DotNet Tools command line implementation for backup, copy, delete and restore of Azure tables to/from local file or Azure blob storage using TheByteStuff.AzureTableUtilities found on NuGet: https://www.nuget.org/packages/TheByteStuff.AzureTableUtilities/
Backup/Copy/Delete/Restore parameters can be...
A framework to dispatch events, in the form of classes implementing IEvent.
Entity Framework Core Domain and Integration event dispatch.
Event Dispatcher Dependency Injection Extensions.
This converts all sync functions into async functions. Calls as simple as (X+Y) can now be (int X,int Y, int Z)=>(X+Y).RunAsync(valX,valY); or make extensively complex functions, and still run them async with a simple extension.