Skip to main content

CSharp

Asynchrone Funktion - GUI wird nicht gesperrt

Beschreibung Die Schleife zählt bis 299 hoch und gibt anschließend ein true zurück.Dann gibt die...

Compiler Direktiven

Links Quelle C# Compiler Options Projekteigenschaften (Visual Studio)

Dependency Injection

Quelle: http://www.c-sharpcorner.com/UploadFile/4d9083/dependency-injection-using-ninject-in-net/

Dynamische Versionsnummer anhand des aktuellen Datums

Beschreibung CSharp bietet dem Entwickler die Möglichkeit einer komplexen Versionierung.In Wikip...

Getting started with Windows Phone 7

Quelle: http://www.i-programmer.info/programming/mobile/1065-getting-started-with-windows-phone-7...

How to create a windows mobile (Smart Device) .Cab installer

Quelle: http://www.mobilepractices.com/2008/02/how-to-create-windows-mobile-smart.html

HTML Parser (HtmlAgilityPack)

Beschreibung Das Parsen von HTML-Seiten ist eine eher unbeliebte Aufgabe. Mit dem HtmlAgilityPack...

Klassen und Events

Klassen und Events CSharp bietet die elegante Möglichkeit, in Klassen aufgerufenen Methoden dem P...

Localization of a WPF application using a custom MarkupExtension

Quelle: http://www.wpftutorial.net/localizemarkupextension.html

Log4Net Einrichtung des Loggings unter CSharp

Quelle: https://csharp.today/log4net-tutorial-great-library-for-logging/

Managed Extensibility Framework (MEF)

Quelle: http://www.just-about.net/mef-tutorial

Mistakes CSharp-developers make

Part 1 Quelle: https://blog.goyello.com/2013/01/07/8-most-common-mistakes-c-developers-make/ Part...

MVVM Caliburn.Micro

Links Git: https://github.com/Caliburn-Micro/Caliburn.Micro Clatonone Quelle: https://claytonone....

MVVM Light Funktionen

Funktionen ViewModel ObservableCollection aus anderem Thread verändern Das Bearbeiten von Obse...

.NET-Core - First steps

Konfiguration Proxy Sitzt der Linux-Rechner hinter einem Proxy, so muss apt-key und apt-get dies ...

.NET Framework und Core Kompatibilitäten

Quelle: https://stackoverflow.com/questions/40527541/c-sharp-library-for-net-core-and-net-framewo...

Serialisieren von Objekten

Serialisierung ToBinary /// <summary> /// Serializes to binary. /// </summary> /// <param name="v...

Setup.dll Sample and Walkthrough: Terms & Conditions / End User License Agreement for a Smart Device CAB installer

Quelle: http://www.mobilepractices.com/2008/10/setupdll-sample-and-walkthrough-terms.html

Software für Windows Mobile 6 entwickeln - wie fange ich an?

Quelle: http://www.techfiles.de/frankpr/Software%20f%C3%BCr%20Windows%20Mobile%206%20entwickeln.htm

String Format

Digits after decimal point This example formats double to string with fixed number of decimal pl...