Logo
Login
Tech Posts 31216
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.

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

CoreIdent v0.3.5: OIDC ID Tokens, Real-World Gaps, and What’s Next

CoreIdent is on a mission to make robust, standards-based authentication and identity actually developer-friendly. In Phase 3, we delivered hardened OAuth 2.0 Authorization Code flows and security im...
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

Full Blazor WebAssembly + .NET 10 Web API (Minimal API) Todo App — powered entirely by VS Code Agent Mode! 🤖⚡

Full Blazor WebAssembly + .NET 10 Web API (Minimal API) Todo App — powered entirely by VS Code Agent Mode! 🤖⚡
🧠 Meet VS Code Agent Mode — Your AI Coding SidekickMicrosoft just brought AI into the editor with VS Code Agent Mode, giving you context-aware coding help right inside your project. No more switc...
20.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

⚙️Integrate Datadog with a .NET Application

As mentioned in a previous post https://dev.to/kiranrongali/how-datadog-helps-developers-teams-kkg, we discussed how Datadog can benefit developers and teams. In this post, we'll focus on integrating ...
21.04.2025 0 Read More

Control Over Speed: My Take on AI Coding

Control Over Speed: My Take on AI Coding
Recently, I’ve seen a lot of discussion around using AI agents to create software. IDEs and plugins supporting agentic workflows like Cursor, Windsurf, Firebase Studio, you name it... are becoming e...
21.04.2025 0 Read More

🚀 EF Core vs Dapper Benchmark – Real .NET 10 Test Results

🚀 EF Core vs Dapper Benchmark – Real .NET 10 Test Results
I ran a full BenchmarkDotNet suite comparing:EF Core (Tracked ✅ / NoTracking ❌)Dapper (Raw SQL, no ORM fluff)We tested: SelectById SelectMany (1000 rows) Insert speed Memory usage & allocatio...
21.04.2025 0 Read More
Loading...
#reading
Celebrating 20 years of software development
0
Python lru_cache explained
0
BatchScript: FolderCreatorTool using csv
0
How to install Virtual Box and install Windows 11 in Ubuntu.
0
Exploring Python and Web Development: Key Concepts and Techniques
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0