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.
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.
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.
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.
I'm using SimpleMembership, from WebMatrix's distribution(WebMatrix.WebData), with an ASP.NET MVC 3 application.
If you've worked with the System.Net.Mail API to send out messages,
Sometimes in Excel you may want to actually display a + character (or plus sign) in front of the cell value if the value is positive. For instance, if you’re showing the change in a value, like this (note these are …
Visual Studio includes support for distributed load testing through the use of Test Agents and Controllers.
I’ve been wanting to draw some simple circle-and-arrow directed graphs for a while, because of a few problem domains I’m working in. One example pertains to articles and related educational content, which …
If you’re a user group leader or event organizer and are looking for quality presenters for your event, here are some resources that should help get you started. This is not meant to be an all-inclusive or …
Some objects in your application simply describe attributes of other objects. These objects can be modeled as Value Objects, immutable and without identity. In this article, Steve introduces Value Objects and shows an …