Articles

Icon
Connecting an existing JavaScript engine to AngleSharp to perform DOM operations and provide a working headless browser.
11/8/2014
C#
Icon
Architecture, design and implementation of a cross-platform Windows Desktop / Windows Store space shoot-em-up game.
7/21/2014
C#
Icon
A detailled outlook at some of the possible language features of the next version of C#.
1/6/2014
C#
Icon
A close look at some powerful features of C# that are less known but sometimes come in very handy.
12/9/2013
C#
Icon
Exploring WPF capabilities, limitations and work-arounds to create state-of-the-art applications with multi-touch features.
12/6/2013
C#
Icon
Second part in my annualy list of tips, this time including JavaScript, controls, tooling and customization, which has been build up from recent ASP.NET MVC 4 programming journeys.
8/13/2013
C#
Icon
Bringing the DOM to C# with a HTML5/CSS3 parser written in C#.
7/6/2013
C#
Icon
Sparkleshare is your way to create your own cloud storage, like Dropbox or Google Drive or Microsoft Skydrive.
5/2/2013
C#
Icon
foobar2000 is certainly a really nice music player. The only bad thing is a binary playlist format...
4/18/2013
C#
Icon
An introduction to async / await, popular mistakes and solutions for asynchronous programming, as well as usages and benefits from using asynchronous programming. We will also discuss interesting patterns based on concurrency.
3/16/2013
C#
Icon
An introduction to lambda expressions as well as an advanced discussion on how and where to use them. This article will also show known and introduce new design patterns that might be helpful.
1/8/2013
C#
Icon
Currently the templates for Windows Store apps have one or the other problem. One of the problems is that the AppBar buttons do not switch their state automatically.
12/10/2012
C#
Icon
A powerful mathematics parser that is completely written in C# and available on GitHub.
9/24/2012
C#
Icon
This article explains how NuGet can be used to share private packages within your own network.
8/15/2012
C#
Icon
A list of tips, involving Entity Framework, Extension Methods, programming patterns and others, that has been built up from recent ASP.NET MVC 3 programming journeys.
7/10/2012
C#
Icon
Da das in .NET eingebaute ToolTip Control sehr unflexibel ist habe ich mich dazu entschlossen ein eigenes Control zu schreiben.
12/2/2011
C#
Icon
Der eingebaute BinaryFormatter tut Objekte samt deren Namensraum serialisieren, was beim Ändern des Namespaces für Probleme sorgt
9/25/2011
C#
Icon
Behandelt die Lösung einiger Bugs in .NET wie die OutOfMemory-Exception in ASP.NET, die Excel-API Lokalisierungsaffinität und die Verwendung der Konsolenausgabe in einer WinForms Anwendung
5/30/2011
C#
Icon
Behandelt einige Möglichkeiten und deren Besonderheiten zur Speicherung von größeren Datenmengen in MySQL.
5/16/2011
SQL
Icon
Den Öffnen mit Dialog von Windows aufzurufen stellt kein Problem dar. Da man diesen aber nicht modifizieren kann, kann es notwendig sein einen solchen Dialog selbst zu schreiben.
5/16/2011
C#
Icon
Behandelt die Probleme mit Rechten (Dateien schreiben, Registrierung bearbeiten) ab Windows Vista mit Visual Studio bis 2008.
5/16/2011
C#