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

Resolved: EA Plugin refuses to work after update

It may occur, that you update an EA Addin, and instantly it fails to work. In my case, it failed while writing to the settings-file located in user-temp folder. Although it was build for .NET Framework 3.5, the error message was something like this: “Could not...

.net Decompiler

Unfortunately the best .net decompiler will not be free anymore. The version 7 of .NET Reflector will not be free of charge anymore. For more details see red-gates announcement. The good news is that others took this as opportunity. The next version of Jetbrains...

Windows 7 Taskbar Glossary

Jump List: contains recently used files, if the app has a associated file type (e.g. Notepad) Thumbnail Previews: thumbnails of running apps; can be extended by e.g. buttons The new Taskbar may also be extended by Tasks. In former times, these commands where added as...

Verzögerung beim Starten von .Net Applikationen

Ich hatte bei einem Kunden das Problem, dass eine Windows .Net Applikation bei jeden Start ca. 30 Sekunden benötigt hat, bis die Applikation geladen war. Eine ebenso dort installierte ASP.Net Applikation benötigte ca. 4 Minuten (!), bis dass der Browser die erste...

.net Pattern fuer Event Implementierung

Hallo beisammen, bin gerade auf einen interessanten Artikel bei devlicio.us gestossen. Dort wird über die Implemetierung von Events gesprochen, im konkreten Fall wie man sich die Abfrage auf null sparen kann und ohne diese sogar performanter sein soll. Hier noch ein...

.NET Reflector

Das Tool von Lutz Roeder für Analyse von .NET-Assemblies wurde von Redgate übernommen Reflector Homepage. Cool scheint die Möglichkeit wieder Quelltext aus Assemblies zu erzeugen. Es hat eine Pluginarchitectur und würde sich für eine mögliche Integration (Plugin) für...