Softmake All Command Line Interface. Através desta ferramenta, é possível administrar 100% dos recursos da plataforma via linha de comando. Extremamente útil para automatizar processos em nível de sistema operacional.
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.
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
An all-in-one helper library containing a set of useful extension methods and helper classes. Intended to augment the .NET standard library and adds some classes that should have been included with the standard library.
Extension Method to SnakeCase all EFCore 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.
Simply returns string with a-z A-Z upper and lower case letters. It is configurable to include digits and symbols also. Can be used for generating random stuff.
TextScope - It is a scope activity.It keeps only the file path. It doesn't keep the text file resource.
DeleteAt - Delete the line at specific line
Find & Replace All - Find and replace in entire file.
FindReplaceAt - Find and replace the text in a specific from and to line (if doesn't know the To...
More information