ReSharper 4.0 Beta for VS2008 is out
We’re finally closingin on the release of the version 4.0 of the every so brilliant ReSharper. You can find here. Among other things the beta offers quite a bit of C# 3.0 features: - New code a...
We’re finally closingin on the release of the version 4.0 of the every so brilliant ReSharper. You can find here. Among other things the beta offers quite a bit of C# 3.0 features: - New code a...
Yesterday, Microsoft launched a completely redesigned creators club site alongside with a beta of the community games. Just entering the site after logging in, you can see how easy it is to submit...
The runtime for .net has a type caching mechanism that is really great. Every so often I write code where you need specific data based upon a type. Normally one tend to revert to a Dictionary with ...
****** \*\*\*\*** You have to add the namespace specification in front of every element. Create a XNamespace by doing : XNamespace microsoftNamespace = http://microsoft.com/schemas/VisualStudio/...
The new beta version of Flash 10 comes with hardware acceleration for 3D. This could prove to be the real advantage point Flash needs over technologies such as Silverlight. As a C# developer and e...
As a response to Fredrik Kalseths blog about circle of interest and a subtle hint in his post that it would be interesting to see my circles (sounds a bit kinky, doesn’t it), here goes : It seem...
Another cool thing with XNA 3.0 is the ability to use MP3 and WMA files directly. This gives better compression for your music than the average of 27% before. These files can also be added directly...
One of the things that has been really annoying in XNA 1.0 and 2.0 is the fact that you had to use XACT for everything that had to do with sound. A real painstaking process that really felt like we...
Finally the CTP we’ve all been waiting for is here. You can now pick it up here and start developing for Windows, Xbox 360 and Zune (if you’re lucky enough to own one). Another great news with this...
JavaFX was announced this week at JavaOne. I first heard about it about a year ago and have been waiting ever since for what they are working on. It certainly looks like a direct competitor with Fl...