Tag: VS Code

blog

Advanced JWT Authentication in ASP.NET Core Minimal API. Part 2: Refresh Tokens and Client-Side Integration

Introduction In my previous articles, we’ve covered quite a journey through JWT authentication in ASP.NET Core Minimal API. Part 1 introduced the basics using the dotnet user-jwts tool, providing a foundation for securing APIs during development. Part 2 took us deeper into manual token generation and validation, showing how to implement production-ready JWT authentication with full control over the process. However, […]

Ottorino Bruni 
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

Building a Text Conversion App with MAUI and TextCase Library

Discovering TextCase: Simplifying Text Manipulation Welcome to TextCase 1.0.11, a project born out of passion and meticulously crafted three years ago. Its mission? To help developers avoid wasting time on mundane text conversions within the .NET ecosystem. TextCase isn’t just another library; it’s a powerhouse engineered to streamline text transformation tasks. With an array of […]

Ottorino Bruni 
blog

Exploring AI: Building a Simple .NET Console App with ChatGPT

Introduction to AI: Console ChatGPT Example Artificial Intelligence (AI) mimics human behavior through machine learning, learning from its environment to perform tasks without specific instructions. Generative AI, a subset of AI, creates new content, often seen in chat applications like ChatGPT. These applications respond to natural language input with diverse outputs such as text, images, […]

Ottorino Bruni