Archive for the ‘Development’ Category
Thursday, November 26th, 2009
Sometimes you’ve got to wonder why database developers do things the way the do. Take for example the sysjobhistory table in the SQL Server msdb database. Its got two awful columns namely run_date and run_time. Why are they awful you ask? Well because they are integer representations of the date ...
Posted in Development | 3 Comments »
Friday, November 20th, 2009
So as most of you probably know by now, Silverlight 4 has been announced and a beta is already released, you can head off over here to find out what’s new and to download the bits you need like Visual Studio 2010 Beta 2, etc. One big warning though, ...
Posted in Development | No Comments »
Thursday, March 19th, 2009
Most of you knew it was coming and I’m really excited that its out now so I can talk about it. Silverlight 3 really is very cool and adds amazing performance improvements and additional features that people have been wanting. My personal favourites are: Hardware ...
Posted in Development | No Comments »
Thursday, March 19th, 2009
After months of community beta testing the first release build of the ASP.NET MVC (Model View Controller) framework has been released. If you are a web developer and don’t know what I’m talking about, head on over to the ASP.NET MVC site where you can find a wealth of ...
Posted in Development | 2 Comments »
Tuesday, October 14th, 2008
After many months of beta testing Microsoft Silverlight 2 it has been officially announced that it will release today, the 14th of October 2008. A release build was expected to emerge sometime in November so it seems the team is very confident with the RC0 developer-only build that emerged ...
Posted in Development | No Comments »
Monday, August 18th, 2008
Have you ever wanted to create a table in SQL Server with a nullable column that should be unique as well? I have often needed this and resorted to defining a new table that links to the master table. But SQL Server 2008 has the solution to this, see my ...
Posted in Development | 3 Comments »
Friday, August 8th, 2008
Isaac Kunen has posted details about the new SQL Server Spatial Tools project on CodePlex containing functions that can be used when working with the new SQL Server 2008 spatial data types. The core idea is that instead of pushing up more samples showing how to ...
Posted in Development | 1 Comment »
Tuesday, July 22nd, 2008
We all knew it was coming and finally its confirmed and coming to an Xbox 360 console near you later this year. Using the free XNA Game Studio 2.0 coupled with Visual C# Express Edition from Microsoft you can now not only design and build your own ...
Posted in Development | 1 Comment »
Sunday, July 20th, 2008
I previously posted about Blend 2.5 June Preview not supporting managed type converters and I’m pleased to report that the team has resolved it according to the bug report that I filed. Hopefully we’ll see a new build of Blend 2.5 ...
Posted in Development | No Comments »
Friday, June 13th, 2008
The 2008 Microsoft XNA Dream-Build-Play Challenge has begun and its looking like its going to be a really cool competition this year. The best part is that is a worldwide competition so that means even us South Africans can win. There is a total of $75 ...
Posted in Development | 1 Comment »