While most methods require 1-3 parameters, developers sometimes go overboard with parameter lists in the method signature. Today, we refactor a large parameter list into a Parameter Object pattern.
With most development, you need checks-and-balances with your application. Today, I show you what makes unit testing great and the best ways to achieve exceptional unit test coverage in your ASP.NET MVC application.
The standard Unit Of Work pattern has been around for the last 5 years. Today, I talk about a better way to implement the Unit of Work design pattern.
Experienced web developers create subdomains for a number of reasons. Today, I discuss how to easily add subdomains to your ASP.NET MVC site.
When someone is hired as an architect, that's definitely a loaded term. Today, I cover a number of architect titles and their meanings.
Everyone loves Excel, but can we implement Excel filtering in a WebGrid? Today, we answer that question by enhancing our webgrid with Excel-like filtering.
How many of you expect to write the perfect system on your next project? If you're practical, you'll realize it's not going to happen.
Codemash 2016 was one of the best conferences this year. Today, I cover the sessions and workshops I attended from last week.
Displaying an update link can be very repetitive for every one of your WebGrids in ASP.NET MVC, but this refactoring makes it a bit easier.
Here's a little spin on the classic story, but just a little bit updated for our time.