Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Reinventando a Roda: Criando seu próprio MediatR - Parte 2

Nada do que foi será... De novo do jeito que já foi um dia... Confesso que não conheço muito a carreira do Lulu Santos, mas esse trecho define bem o que apresentaremos nesse post!Eu recomendo mui...
19.04.2025 0 Read More

LiteBus: A Free and Ambitious Alternative to MediatR for .NET Applications

With MediatR recently announcing its transition to a commercial model, many .NET developers are evaluating alternatives for implementing the mediator pattern in their applications. If you're in this p...
19.04.2025 0 Read More

Secure Authentication & Authorization in ASP.NET Core 9.0: A Step-by-Step Guide

In this post, we’ll walk through how to implement robust and secure authentication and authorization in ASP.NET Core 9.0. You’ll learn to leverage the newest APIs, configure JWT and cookie authen...
19.04.2025 0 Read More

Understanding C# ref and out Keywords: A Friendly Guide

In C#, ref and out let methods modify variables directly in the caller’s scope by passing them by reference instead of by value. Think of it like giving someone access to edit your original document...
20.04.2025 0 Read More

How to Convert HTML to PDF in .NET Core

How to Convert HTML to PDF in .NET Core
In modern software development, especially in .NET Core applications, converting HTML to PDF is a common requirement. Whether you're generating invoices, exportable reports, or downloadable documents ...
20.04.2025 0 Read More

Estruturas de Dados Básicas com exemplos em C#

Estruturas de Dados Básicas com exemplos em C#
Introdução Uma das principais necessidades de sistemas computacionais é guardar dados e operar sobre eles. Além disso, a quantidade a se guardar e número de operações feitas é bastant...
20.04.2025 0 Read More

Understanding State Machines with a Practical Example in C#

State machines might sound like a complex topic, but at their core, they’re just a way to manage different states in a system and control how things transition from one state to another. In this pos...
21.04.2025 0 Read More

Supercharge your .NET Configuration with Flash.Configuration

...
21.04.2025 0 Read More

Design Patterns #5: Null Object Pattern – Writing Safer, Cleaner Code.

Design Patterns #5: Null Object Pattern – Writing Safer, Cleaner Code.
Hey everyone, I’m back! Today, let’s talk about a common headache in programming: dealing with null objects.When you’re working with simple value types — like integers or booleans - you can re...
21.04.2025 0 Read More

FlowLite — a lightweight way to manage state in .NET without the pain

FlowLite — a lightweight way to manage state in .NET without the pain
Managing state transitions in .NET applications — especially in domain-heavy, event-driven, or workflow-oriented systems — can quickly become complex and error-prone. Let’s break down the key ch...
21.04.2025 0 Read More
Loading...
#reading
AI-Powered Test Automation: Transforming Software Testing for Speed and Accuracy
0
API as a Project vs. API as a Product: Why Companies Should Treat Their APIs as Products
0
My Experience with TurboRepo & Monorepos: From Chaos to Sanity
0
How to Create Your Free Landing Page
0
GitOps vs Traditional CI/CD: A Comprehensive Comparison for Modern DevOps Practices
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0