Browsing Tag
csharp
89 posts
C# Architecture Mastery — Scaling Teams with Architecture (Conway’s Law & .NET) (Part 11)
C# Architecture Mastery — Scaling Teams with Architecture (Conway’s Law & .NET) (Part 11) Most architecture problems are…
C# Minimal API: Response Caching
Response Caching Response caching reduces the number of requests a client or proxy makes to a web server.…
Porting Zod to C#: ZodSharp – A Zero-Allocation, High-Performance Schema Validation Library for .NET
Porting Zod to C#: ZodSharp – A Zero-Allocation, High-Performance Schema Validation Library for .NET As a .NET developer,…
Understanding the Brighter Pipeline
Brighter takes a distinct approach compared to many other frameworks by prioritizing explicitness in its request handling pipeline.…
EF Core Migrations Troubleshooting Guide — Design Package, Tooling Versions & Multi‑Project Setups
EF Core Migrations Troubleshooting Guide — Design Package, Tooling Versions & Multi‑Project Setups If you work with Entity…
Gerenciamento Feature Flag em Azure Functions
O que é Feature Flag? Feature flag é uma técnica que permite habilitar ou desabilitar funcionalidades de forma…
🧱 Lesson 5 – Working with PostgreSQL (Multi-Database Setup)
Series: From Code to Cloud: Building a Production-Ready .NET Application By: Farrukh Rehman - Senior .NET Full Stack Developer /…
Soporte multilenguaje en WinUI 3
Introducción El soporte multilenguaje en aplicaciones permite ampliar el alcance a usuarios y clientes de diferentes regiones e…
Mistakes Were Made
Legacy Legacy Legacy For many years, .NET Framework has been at the core of many enterprise systems, where…
ASP .NET Core FluentValidation
Introduction The best NuGet package for validating data for C# for any project type is FluentValidation. The focus…