Featured in #Software Development
Latest

Minimal APIs vs Controllers: A Real Comparison

Minimal APIs and Controllers both provide powerful ways to build HTTP APIs with ASP.NET Core, but they take very different approaches. Minimal APIs focus on simplicity and reducing ceremony, while Controllers offer a structured approach that can be better suited to larger applications. In this article, we take a practical look at both approaches and compare their strengths, weaknesses and ideal use cases.

Admin in C#
22-Jul-2026
Minimal APIs vs Controllers: A Real Comparison

Writing Cleaner Controllers in ASP.NET MVC

ASP.NET MVC controllers can quickly become difficult to maintain when they contain too much business logic, database access, and validation code. In this article, we look at practical techniques for writing cleaner controllers by keeping responsibilities separated, improving readability, and following modern development practices that make MVC applications easier to test and extend.

Admin in MVC
14-Jul-2026
Writing Cleaner Controllers in ASP.NET MVC

Floppy Disks, Fast RAM, and Other Beautiful Constraints

Modern computers give developers almost unlimited power, but some of the most creative coding came from an era of strict limits. From floppy disks and tiny memory footprints to clever optimisation tricks, constraints forced programmers to understand their machines deeply. This article explores why those limitations created some of the most elegant software and why the lessons still matter today.

Admin in Amiga
01-Jul-2026
Floppy Disks, Fast RAM, and Other Beautiful Constraints

SQL Queries Every Developer Should Know

Whether you are building web applications, desktop software, or APIs, a solid understanding of SQL is essential. While ORMs can simplify database access, every developer benefits from knowing how to write efficient SQL queries. This article explores some of the most useful SQL queries and techniques that can help you retrieve, analyse, and manage data more effectively.

Admin in SQL
22-May-2026
SQL Queries Every Developer Should Know

Entity Framework Core Performance Tips

Entity Framework Core is a powerful ORM for .NET developers, but poor query design and inefficient data access can quickly create performance bottlenecks. This article explores practical techniques for improving application speed, reducing database load, and making EF Core applications more scalable and responsive in production environments.

Admin in C#
16-May-2026
Entity Framework Core Performance Tips

Become a member

Get the latest news right in your inbox. It's free and you can unsubscribe at any time. We hate spam as much as we do, so we never spam!

The Bedroom Coder — retro computers, modern .NET, and late-night experiments.

Navigation

Contact

Want to talk retro tech or modern coding? I'd love to hear your thoughts.

© 2026 The Bedroom Coder. All rights reserved.