Browse by Tags
All Tags »
.net »
C# (
RSS)
UPDATE: Go to my new blog for updates on Balder and SL3 support and much more here I’ve been quite busy the last week working on the Balder engine. I’ve focused my energy on improving the rendering pipeline, both for functionality and speed and have managed...
After some 6 and a half years working at the same job (Notus, acquired by Visma this year), I’ve just signed a contract with Objectware a part of the Itera Consulting Group . I will start there on the 1st of September this year. Some of you might have...
Microsoft announces Source Analysis for C#. It is very similar to Static Code Analysis (FxCop), but instead of doing on the binaries it performs the analysis on the actual C# code. Read more about it here .
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 Type as the key and the datatype as the valuetype for...
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 seems that I have a lot that I define as my core, but I think...
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 is that it supports Visual Studio 2008. It's...
I was asked earlier by Microsoft if I could hold a workshop in Turkey. On the 20th of May I'll be heading down to Ankara and hold a 3-4 day workshop for a competition Microsoft is holding at the Middle East Technical University . I'm working on...
Microsoft has announced that they will offer a preview release of XNA 3.0 in spring of 2008 timeframe with a final release scheduled for the 2008 holiday season. XNA 3.0 will contain give the developers the ability to create content for Zune. Read more...
I started looking into the profiling API this friday, thanks to a colleague of mine at work; Fredrik Kalseth . He started working on an AOP framework and came into my office and we discussed the possibility to use the profiler API to achieve a better...
I've been working lately a bit with WCF and find it very exciting and a true step up from .net remoting and .net WebServices. The scenario we're having is that we have one server application and at the moment two front-ends; Windows Forms and...
There is still a lot of libraries and technologies out there that does not work running in a 64 bit process. Take the Jet engine and utilizing it from OleDb; if you have a application that runs in a 64 bit native context, you will be given an error message...
I got all excited today and downloaded and instaled VS2008 QFE (.net source code) and enabled debugging according to Shawn Burke's blog and fired up a WCF server application I'm working on. The server is using the ServerHost class for hosting...
In some implementations of the .net framework, convience methods such as the static method GetValues() on the Enum class has been stripped away. This turned out to be true in the Silverlight subset of the framework. A method I've grown attached to...
I've been brewing on an idea lately that I'm going to start prototyping as soon as I have a spare hour or two.. :) What if we had a server side representation of the the user interface from a Silverlight application. Let's say you have a DataGrid...
It seems I'm going on what turns out to look more and more like a tour with Microsoft's XNA as the focus. I will be speaking at NNUG (Norwegian Net User Group) in Bergen Wednesday the 31st of October 2007. http://www.nnug.no/Avdelinger/Bergen/Moter...
More Posts
Next page »