Recent Posts

ASP.NET MVC Terminology

ASP.NET MVC Terminology

If you are just starting out with ASP.NET MVC, I thought this would be a good resource by presenting this dictionary to assist my readers in understanding everything about ASP.NET MVC.

Google AMP Aftermath: Replacing Images Using ActionFilters

Google AMP Aftermath: Replacing Images Using ActionFilters

Today, I show you the results of my attempt to make my site work with Google Amp along with a way to change tags in your resulting HTML.

Getting Started With Aurelia in ASP.NET MVC

Getting Started With Aurelia in ASP.NET MVC

If you are interested in learning yet another JavaScript MVC Framework, today, I will be showing you how to setup Visual Studio to create your own Aurelia application with ASP.NET MVC.

Using the Rocketbook as a Bullet Journal

Using the Rocketbook as a Bullet Journal

A while ago, I bought a RocketBook on IndieGoGo and received it three months ago. Today, I review the RocketBook and cover a simple idea on using it to its full potential.

Quick Tip: Easily Push Your NuGet Project Using MSBuild

Quick Tip: Easily Push Your NuGet Project Using MSBuild

Lately, I've been making some NuGet packages and I wanted a quicker way to build and deploy them. Today, I go over how to automatically build and push your assemblies to your own NuGet repository.

Review: NDepend for Visual Studio

Review: NDepend for Visual Studio

NDepend takes code analysis to a whole new level. In this review, I cover the benefits of owning this must-have tool.

Entity Framework: Creating Custom Validation Attributes, Part 1

Entity Framework: Creating Custom Validation Attributes, Part 1

Validation attributes are used for validating entities when a user enters data from a web page. Today's post covers how to create your own custom validation attributes for those pesky hard-to-reach validations.

Creating Google AMP Pages With ASP.NET MVC

Creating Google AMP Pages With ASP.NET MVC

With the recent announcement of Google AMP, you don't need to worry about a redesign of your site. Today, I show you a quick and easy way to make AMP pages with ASP.NET MVC.

10 Reasons To Start Using ASP.NET MVC

10 Reasons To Start Using ASP.NET MVC

For those looking for a reason to use ASP.NET MVC, I have the perfect post for you. Today, I cover the 10 reasons why now is a great time to use ASP.NET MVC.

Enhancing the WebGrid: Paging Enhancements

Enhancing the WebGrid: Paging Enhancements

In the last post, I showed you how to create a paged list of records in the WebGrid. Today, we continue by adding paging enhancements to the bottom of the grid.