Visual Studio 2013 Preview

Die Preview ist da: EN: http://www.microsoft.com/visualstudio/eng/2013-downloads DE: http://www.microsoft.com/visualstudio/deu/2013-Downloads Wenn ihr Windows 8 verwendet und das vielleicht in Deutsch, aber doch lieber in Englisch entwickeln wollt –...

Code Overload

Maybe I should consider to rethinking my code style guidlines. As I opened my AMUSE project today I got the following message from Visual Studio (9.0). Never seen it bevor 😉 Just checked witch file was responsible for this,… seems like VS doesn’t like the embedded MDG...

Visual Studio 2010 und offline Dokumentation

Beim Setup von Visual Studio 2010 gibts leider keine Funktion mehr, um die Dokumentation zu installieren. Diese Funktion erledigt jetzt der Help Library Manager: Dieser kann entweder über das Startmenu (Visual Studio Tools) oder aus dem Hilfemenü vom Visual Studio...

ASP.NET MVC 2 RC 2 on Visual Studio 2010 RC

Visual Studio 2010 RC – doesn’t contain the latest version of MVC2 – which is RC2 luckily I found this post:  Installing ASP.NET MVC 2 RC 2 on Visual Studio 2010 RC After this procedures everything should be fine and ready to exploit the latest...

Windows Management Instrumentation (WMI)

As a .NET Developer: Ever tried to find out more information about your computer’s system? Ever needed a list of connected USB-Devices, available Serial Ports or Printers? Ever heard of WMI? Did you know, it’s also supported by Mono? There’s a free...

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...

Deployment project und das Buildscript

Heute hab ich was Lustiges/Ärgerliches entdeckt. Für alle, die Deployment Projecte und Buildscripts gemeinsam benutzen, folgender kleiner Hinweis auf eine potentielle Fehlerquelle. Wenn ihr den Productcode ändert und die Productversion  erhöht, um ein Setup für eine...

New Resco Mobileforms Toolkit 2009

Von Resco  gibt es eine neue Version der genialen Komponenten für das Compact Framwork, unter anderem mit 3 ganz neuen Controls.  Wie immer bei Resco kann man natürlich eine Demo Version herunterladen. Ich arbeite schon seit der eVB Zeit mit Resco Komponenten und bin...

Visual Studio Testing Extensions 1.0

Die Visual Studio Testing Extensions sind eine Erweiterungsbibliothek für alle die das Visual Studio Unit Testing environment verwenden. Ziel ist die Unittests lesbarer zu gestalten. Zum Beispiel wird folgender Test zu diesem leichter lesbaren Test: [TestMethod]...