Speaking at DevReach 2011
I'm very pleased to be speaking again at DevReach in Sofia,
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.
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. …
I'm currently building an internal application for The Code Project that needs to be able to transfer the contents of some potentially very large files over the wire.
Ran into a small problem today, where I had two classes referring to one another using EF 4.1 Code First. Let's say I had a class Item and another class ItemHistory.
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.
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 …