Tag: github

blog

How to Implement Entity Framework Core Migrations in a .NET Console Application Using C# and VSCode

Introduction to Entity Framework Core Migrations In the previous articles, I discussed how to integrate SQLite with a .NET console application using C# and VSCode, and how to use Dapper for data access. You can find those articles at these links: SQLite with .NET Console Application, Using Dapper and Entity Framework Core in .NET Applications. […]

Ottorino Bruni 
blog

Nuget TextCase library for .NET version 1.0.8

TextCase version 1.0.8 TextCase is a powerful .NET library designed to simplify text manipulation by providing a variety of case conversion methods. Key Features Wide Range of Conversions: Transform text into 17 different cases including UpperCase, LowerCase, TitleCase, CamelCase, PascalCase, and more. Text Analysis: Easily count characters, words, letters, and sentences within your text. Easy […]

Ottorino Bruni 
blog

Nuget TextCase library for .NET

I have often used and created nuget packages in many companies and never had the desire or time to create/manage my own nuget package that could help other fellow developers. So i decide to create the TextCase library for .NET, it helps changing the cases of existing texts. Nuget TextCase library for .NET There are […]

Ottorino Bruni