Extension Method to SnakeCase all EFCore v3.0 database structures(tables,relations,schemas,etc) so your entity 'PersonLog' will become a table 'person_log' and so on. This will help your fellow DBA smile.
Redakt CMS is a future-proof, enterprise-grade Web Content Management System for ASP.NET Core. This package contains all official required and optional Redakt packages. Production setups may further streamline the dependency tree by referencing individual Redakt packages instead.
Softmake All Command Line Interface. Através da instalação dos pacotes SoftmakeAll.SDK.Fluent é possível administrar 100% dos recursos da plataforma via linha de comando. Extremamente útil para automatizar processos em nível de sistema operacional.
Convert all excel spreadsheet to a json with two lines code.
Send the spreadsheet and get the json with columns and values
Code:
static void Main(string[] args)
{
var path = @"C:\Data.xlsx";
var excel = new ExcelToJsonLibrary.ExcelToJson();
var result =...
More information