Recent Posts

Create an Aurelia Application with ASP.NET Core 1.0, Part 3 - Web Services

Create an Aurelia Application with ASP.NET Core 1.0, Part 3 - Web Services

In this third part of the series, we look at how to implement web services into Aurelia.

Create an Aurelia Application with ASP.NET Core 1.0, Part 2 - Navigation

Create an Aurelia Application with ASP.NET Core 1.0, Part 2 - Navigation

In the second part of this Aurelia series, we'll focus on building the navigation for our application.

Create an Aurelia Application with ASP.NET Core 1.0, Part 1 - Setup

Create an Aurelia Application with ASP.NET Core 1.0, Part 1 - Setup

Let's demonstrate the simplicity and capabilities of Aurelia by converting a legacy JavaScript application to an Aurelia SPA. Today, I setup Visual Studio to work with Aurelia.

What Is Your Technology Balance?

What Is Your Technology Balance?

Technology is everywhere in our lives, but how much technology is enough? I explain my point of view with a couple of examples.

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.