September 2009 - Einträge

4
Comments

DotNet Expansions Framework von Rainer Hilmer

For several years of my developer career I gathered useful code into my own framework. Formerly known as “Cyrons Framework” the new name is “.Net Expansions”. The actual build 1.0.3554.36533 consists of the following: DotNetExpansions Namespace ExceptionEventArgs...
0
Comments

XmlIo wins over XmlSerializer von Rainer Hilmer

I just did some tests on my XML IO class and it came out that XmlIo is more flexible in handling different types of objects. Just a quick demo which shows that even dictionaries can be handled with ease. using System.Collections.Generic; using System...
Abgelegt unter:
0
Comments

Live Mesh: How to sync folders not on the desktop von Rainer Hilmer

Live Mesh beta acts clumsy when it comes to configuring sync folders. By default the sync folder is automatically created on the desktop of the target computer. Here is how to move a Live Mesh sync folder from the desktop to any location: Create a new...
1
Comments

CCD: Mein Senf zu Dariusz Blogeintrag von Rainer Hilmer

Es geht um folgenden Eintrag aus Dariusz Blog: http://blogs.msdn.com/dparys/archive/2009/01/20/clean-code-mein-versuch-daran-zu-arbeiten.aspx Leider kann man keine neuen Kommentare an seinen Artikel hängen, also schreibe ich meinen Senf in mein Blog....
0
Comments

New Code to HTML Addin for Visual Studio 2008 and Windows Live Writer von Rainer Hilmer

There’s a new Code to HTML Addin for Visual Studio 2008 and a Plugin for Windows live writer from the same author. I saw it mentioned by MSDN News on Twitter today and I had to download and install it out of curiosity. The result looks great. What do...