Recent Posts

What to Expect When Transitioning to ASP.NET MVC Core

What to Expect When Transitioning to ASP.NET MVC Core

With the latest release of ASP.NET Core, developers are wondering what the next step is for their web apps and how to convert it over to the new ASP.NET Core.

ConfigurationManager Missing in ASP.NET Core

ConfigurationManager Missing in ASP.NET Core

Where's my ConfigurationManager in my new ASP.NET Core application? Today, I show an easy way to access your settings in your new ASP.NET Core application.

Quick Tip: QueryStrings with ASP.NET MVC BeginForm

Quick Tip: QueryStrings with ASP.NET MVC BeginForm

Sometimes, you need a query string from a Html.BeginForm. In this quick tip, I use a modified BeginForm to pass the current query string.

What is Loose Coupling?

What is Loose Coupling?

Anyone can write software, but it takes a seasoned developer to write decoupled software. Today, I cover the definition of loose coupling, how to detect it, and ways to improve your code.

Think of CSS and HTML as Classes

Think of CSS and HTML as Classes

Your object-oriented skills aren't just for coding. Today, I show you how to apply your object-oriented knowledge to make your CSS and HTML more readable and functional.

Quick Tip: How to Change Colors in ASP.NET MVC Charts

Quick Tip: How to Change Colors in ASP.NET MVC Charts

Today, I provide a simple way to change the colors of each series in your ASP.NET MVC web charts.

The Complete Guide To Google AMP with ASP.NET MVC

The Complete Guide To Google AMP with ASP.NET MVC

Since there wasn't a complete guide to implementing Google AMP pages, today, I provide a guide on how to incorporate Google AMP pages using ASP .NET MVC.

Google AMP: How to Debug Your Pages

Google AMP: How to Debug Your Pages

To make your site Google AMP-compliant, you need an understanding of what to tweak based on what Google tells you. Today, I take you step-by-step on how to debug your AMP pages.

Google AMP: Code Snippets

Google AMP: Code Snippets

Google AMP requires a certain level of HTML discipline. Today, I show you another obstacle I encountered with code snippets and how to fix the problem.

Visual Studio 2015 Front-end Tooling - npm and Bower

Visual Studio 2015 Front-end Tooling - npm and Bower

In our final post of the series, we cover using npm and Bower in Visual Studio 2015.