Understanding Routing Precedence in ASP.NET MVC and Web API
Routing can be a very tricky issue within ASP.NET MVC and Web API applications. This can be especially true if you have a variety of »
Routing can be a very tricky issue within ASP.NET MVC and Web API applications. This can be especially true if you have a variety of »
I cannot count how many times in my life as a developer that I have been contacted after a deployment by a client that is unable »
Apparently when you build a Visual Studio extension that is based on third-party libraries, it's quite important to remember that things like these change a lot. »
C# 6 has been out for quite some time now and I thought I would write up a quick post on one of its newer features »
I've been extremely happy with the new MVC6 environment (colloquially known as vNext) thus far. It's met all of my expectations and exceeded quite a few »
Recently, I was updating an older iOS app that I had built in Xamarin to the latest version of iOS (iOS9) and I was once again »
Some people simply don't like to read. Blog posts, documentation and tutorials might often just be skimmed over by some developers who "just want the content" »
A few weeks ago, I found the need to create a persistent cookie within an ASP.NET MVC6 (colloquially known as "vNext") and nothing seemed to »
In todays web applications, there is an overwhelming reliance on Javascript and it's used all of the time for handling all sorts of behaviors (i.e. »
I recently received a shout-out on Twitter from a fellow developer regarding a post on the ASP.NET Forums I had written last year. He mentioned »