Blog Posts

MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.

Set JsonRequestBehavior to AllowGet

Set JsonRequestBehavior to AllowGet

If you're working with ASP.NET MVC and JsonResult, you may encounter this error: This request has been blocked because sensitive information could be disclosed to third-party web sites when this is used in a GET request. …

Read More →
WinRT and the Paradox of Choice

WinRT and the Paradox of Choice

In my recent analysis of the Windows 8 / WinRT options for building Metro style Apps, I mentioned the many choices Microsoft is offering for building these applications.

Read More →
Analyzing Windows 8 and WinRT

Analyzing Windows 8 and WinRT

Last week at BUILD, Microsoft introduced their vision for the next generation of Windows devices with announcements and previews of Windows 8, Metro style applications, and WinRT.

Read More →
Moving Beyond Enums

Moving Beyond Enums

I just published an article on ASPAlliance on Moving Beyond Enums, describing when and how to move from enums to classes in your code when you start demanding more from your enums than they were designed to give.

Read More →