Monthly Archives: July 2012
Windows 8: Hot Corners
Hot corners is nothing new, although it is something that we need to get use to with the decision to remove the start menu button from Windows 8. OSX and Linux have had hot corners for years, Windows users could … Continue reading
Windows 8 Enable Remote Desktop Connection
To access the remote desktop settings we must first open up the control panel. In windows 8 there are a few ways to accomplish this task. For this example we will utilize the new hot corners.
Bring back the Start button in Windows 8 RP with Stardock
Before I get hate mail. Let me start off with that I am a developer, and while Metro is cool and great for your average mom and pop that opens maybe an average of 5 different applications in a week, … Continue reading
Bing Maps add tooltip to pushpin
On a project that utilizes the Bing Maps API v7 to display a few points of interest I wanted to add a mouse over tooltip in order to improve the user experience. This can be done if you add an … Continue reading
CS0012: The type ‘System.Data.Spatial.DbGeography’ in Entity Framework and MVC
Last night I was working on a MVC4 project. Utilizing Entity Framework 5’s new DBGeography when adding the field to the MVC view I received the following error:
MVC display an image that is stored as a byte array
So the scenario is; how do we retrieve images that are stored in a database as a byte array and display them on a page utilizing Asp.net MVC. The major hurtle that needs to be overcome is that a … Continue reading