Window 7 Dialog docking

Das man in Windows 7 Fenster links und rechts auf den Bildschirm docken kann ist ja nichts neues,i ch habe aber bis jetzt immer mit zwei Bildschirmen gearbeitet und bis jetzt nur geschafft ganz links und ganz rechts zu docken (d.h. Fenster 1 auf dem linken Bildschirm...

MissingMethodExceptions and TypeLoadExceptions

Eine gute bzw. die einzige vernünftige Möglichkeit MissingMethodExceptions und TypeLoadExceptions einer .NET Compact Framework Anwendung zu identifzieren ist das Loader Log. Dieses kann mittels der Registry aktiviert werden: Dazu sind folgende Schritte nötig: 1. CLR...

WM Hopper Test

Vor längerer zeit habe ich mal einen Hopper Test gestartet um Spin the Bottle zu testen. Da ich in letzter Zeit mehr Anfragen bezüglich dieses  Tests bekomme, hier die Links die ich zur Recherche herangezogen habe: http://managedfocusapp.codeplex.com/...

Migration von base64 XML auf BLOB

Bei einem unserer Kunden, wurden bis jetzt Dateien auf der DB (Sql Server 2005) als XML abgespeichert: <Document> <FileName></FileName> <FileType></FileType> <CreatedAt></CreatedAt> <Data></Data> </Document>...

Change Modification Date / Bearbeitungsdatum ändern

On my last vacation I used 2 digicams, but had one set to a wrong timezone accidently. That’s why I cannot copy the pictures of both cameras to one single folder, sort by date and rename. In short terms: I cannot join the pictures. Searched the internet, but...

Enterprise Architect – for instead of foreach?

Lately I experienced a strange error automating Enterprise Architect: iterating through the Element-Collection of Package resultet in an AccessViolationException. It worked fine for the first time, but failed the next time, until I replaced the FOREACH-loop with FOR....

Linqpad

While writing all the LINQ statements for an ASP.Net MVC and ADO.NET Microsoft Entity framework project, I came across the Linqpad tool. If you are working with Linq you should have a look at this amazing tool.

Finger friendly UI controls for Windows Phone

Today I found a nice article about Finger friendly UI controls for Windows Phone on agilemobility.net. In this article I learned about a new Framework called Fluid – which gives IPhone style Controls to Windows Mobile Dev. Also Silvermoon is mentioned – yet this still...