Categories
-
Meta
Category Archives: Programming
Migrating Code From SQL Server To MySql
After having worked exclusively with Microsoft’s SQL Server for some years now I was working on a project in which the customer wanted the data to be stored in their database of choice, MySql. My first thought was to utilize … Continue reading
Skipping Unit tests In MSTest
When creating a large number of test cases for a project there may be a number of cases that don’t apply for some particular scenario or platform. I didn’t want to mark a non-applicable test case as having passed just … Continue reading
SQL Server Versions And Compatibility Levels
When working with a number of different SQL Server versions on various projects I’ve been a bit confused about what exactly I’ve been dealing with. I wanted a single table with all of the names, versions and compatibility levels all … Continue reading
Free Team Foundation Server Hosting
In a recent post I pointed out how having my hobby code in source control helped diagnose an issue when migrating from one OS and Visual Studio version to another. But if you’re just playing around with some code at … Continue reading
CSS Content To The Rescue
Looking to get a bit of extra visibility for pages on my hiking websites I implemented support for Google’s Rich Snippets. This feature allows for the markup of pages so that extra bits of information such as user ratings or … Continue reading
Beware Of Visual Studio Proxy Migrations
I recently moved a C# code project from Visual Studio 2010 on Windows 7 to Visual Studio 2012 on Windows 8. Theoretically, this should have resulted in no problems and code that just works from the start. But that’s not … Continue reading
WordPress 3.5 on Windows Temp Directory Problem
I installed WordPress on a couple of different hosting accounts that I have on hand to try and see where I should place the final result. On one of those accounts I was not able to update one of the … Continue reading