Browsing Tag
dotnet
106 posts
Dapper Micro-ORM Explained
What Is Dapper? Dapper is classed as a micro ORM. That means it is still an Object–Relational Mapper,…
How I automated my EF Core boilerplate code (Visual Modeling)
Hey devs, Like many of you, I’ve spent way too many hours writing manual OnModelCreating code and mapping…
Designing Idempotent Payment Processing in Worldpay Integrations (.NET Lessons)
When integrating payment gateways like Worldpay, one assumption will eventually break your system: “This event will be received…
Named Query Filters in .NET 10
From Hidden Magic to Clean, Explicit Architecture Since their introduction in EF Core, Global Query Filters have offered…
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…
Congrats to the Winners of the AI Challenge for Cross-Platform Apps!
The results are in! After reviewing submissions ranging from cinematic travel apps to API testing tools to interactive…
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…