#Web Development Posts

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

Rendering Performance Tips for Large Blazor Apps

As Blazor applications grow, rendering performance can quickly become a challenge. Large component trees, excessive re-rendering and inefficient state handling can lead to sluggish interfaces and poor user experience. This article explores practical techniques for improving rendering performance in large Blazor applications while keeping code maintainable and scalable.

Admin in Blazor
13-May-2026
Rendering Performance Tips for Large Blazor Apps

JavaScript Interop in Blazor Explained

Blazor allows developers to build interactive web applications using C# instead of JavaScript, but there are still situations where browser APIs or JavaScript libraries are required. JavaScript Interop provides the bridge between Blazor and JavaScript, enabling developers to call JavaScript functions from C# and vice versa while keeping applications modern, flexible, and efficient.

Admin in Blazor
11-May-2026
JavaScript Interop in Blazor Explained

Creating a Terminal-Style UI in Blazor

Retro-inspired interfaces are making a comeback, and one of the most enjoyable designs to recreate is the classic terminal screen. With Blazor, you can build an interactive terminal-style UI using modern web technologies while keeping the nostalgic look and feel. In this article, we will create a reusable terminal component with typing effects, command input and custom styling using C# and CSS.

Admin in Blazor
26-Apr-2026
Creating a Terminal-Style UI in Blazor

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.