ASP.NET Web Api: Unwrapping HTTP Error Results and Model State Dictionaries Client-Side
Image by Damien Roué | Some Rights Reserved When working with ASP.NET Web Api from a .NET client, one of the more confounding things can be handling the case where errors are returned from the Api. Specifically, unwrapping the...
ASP.NET Identity 2.0: Introduction to Working with Identity 2.0 and Web API 2.2
Image by Universal Pops | Some Rights Reserved In recent posts, I’ve covered a lot of ground using ASP.NET Identity 2.0 in the context of an MVC application. Since it’s RTM in March of this year, Identity 2.0 has...
I am a Programmer, and I can Complicate the #@$% out of a Ball Bearing
Image by Oliver | Some Rights Reserved Sometimes the simplest of things elude us. We miss the forest for the trees. Or, we come up with what seems to be an elegant solution to a coding problem, only to realize (or, in my case,...
C#: Building a Useful, Extensible .NET Console Application Template for Development and Testing
Image by Christopher Rose | Some Rights Reserved How often do you find yourself tossing together a console application for the purpose of trying out code, “testing” in the sense of seeing what works best, or,...