Recent Posts

ASP.NET MVC Routing Examples

ASP.NET MVC Routing Examples

Today, I'll show you how to create a number of different routes to make your site a little more SEO-Friendly for the search engines.

Quick Tip: Debug XmlSerializer Errors

Quick Tip: Debug XmlSerializer Errors

Serialization and deserialization can be rough because it can be a black box. Today, I show you how to find out what's happening during the serialization/deserialization process.

5 Tips for a Beginning Programmer (plus two bonus tips)

5 Tips for a Beginning Programmer (plus two bonus tips)

Computer programming is difficult for some, but today's 5 tips (plus two bonus tips) give beginners some direction in advancing their career.

Improve Your Programming Skills

Improve Your Programming Skills

Programming skills are becoming more essential in today's workforce. So how do you stand out? Today's post addresses how you can improve your coding skills and abilities using a number of different sites.

Creating a Suggestion Dropdown

Creating a Suggestion Dropdown

In this final post of our dropdown series, we create a simple auto suggest with a custom dropdown.

How to Create Cascading Dropdowns in ASP.NET MVC

How to Create Cascading Dropdowns in ASP.NET MVC

Today, in our third post in the series, I demonstrate three techniques to setup cascading dropdowns. Some good and some bad.

Using Dropdowns in Grids

Using Dropdowns in Grids

In our second post of the series, we look at using dropdowns inside and outside of WebGrids.

The Ultimate Guide to ASP.NET MVC Dropdowns

The Ultimate Guide to ASP.NET MVC Dropdowns

Sometimes it's good to get back to basics. In this series, we'll cover a number of great dropdown techniques to make your text boxes jealous!

Basics of ASP.NET MVC Dropdowns

Basics of ASP.NET MVC Dropdowns

In our first post in the series, we get back to basics on how to implement dropdowns in ASP.NET MVC.

Which Project Should I Work On?

Which Project Should I Work On?

What if you have a list of personal projects you want to work on and want to know which ones will provide the best return? Today, I try to guide you in the right direction.