Advanced Search
Search Results
476 total results found
Klassen und Events
Klassen und Events CSharp bietet die elegante Möglichkeit, in Klassen aufgerufenen Methoden dem Programm Informationen über Events zurückzugeben. In Verbindung mit Threads, kann somit ein sehr übersichtlicher Informationskreislauf erstellt werden. Die Aufrufen...
KeePass
Localization of a WPF application using a custom MarkupExtension
Quelle: http://www.wpftutorial.net/localizemarkupextension.html
Let's Encrypt
Log4Net Einrichtung des Loggings unter CSharp
Quelle: https://csharp.today/log4net-tutorial-great-library-for-logging/
Linux
Managed Extensibility Framework (MEF)
Quelle: http://www.just-about.net/mef-tutorial
Matrix
Mistakes CSharp-developers make
Part 1 Quelle: https://blog.goyello.com/2013/01/07/8-most-common-mistakes-c-developers-make/ Part 2 Quelle: https://blog.goyello.com/2013/01/30/6-more-things-c-developers-should-not-do/ Part 3 Quelle: https://www.toptal.com/c-sharp/top-10-mistakes-that-c-sharp...
Microsoft
MVVM Caliburn.Micro
Links Git: https://github.com/Caliburn-Micro/Caliburn.Micro Clatonone Quelle: https://claytonone.wordpress.com/2014/06/14/caliburn-micro-part-1-getting-started/
MsSQL
MVVM Light Funktionen
Funktionen ViewModel ObservableCollection aus anderem Thread verändern Das Bearbeiten von ObservableCollections aus einem anderen Thread heraus ist nicht möglich. MVVM Light bietet die Möglichkeit Actions im GUI-Thread zu invoken. protected void InvokeGuiA...
MySQL
.NET-Core - First steps
Konfiguration Proxy Sitzt der Linux-Rechner hinter einem Proxy, so muss apt-key und apt-get dies beigebracht werden. apt-get Der Paketemanager benutzt Konfigurationsdateien, um die Proxy-Konfiguration zu lesen. In dem Verzeichnis /etc/apt/apt.conf.d die Datei ...
Nextcloud
.NET Framework und Core Kompatibilitäten
Quelle: https://stackoverflow.com/questions/40527541/c-sharp-library-for-net-core-and-net-framework Übersicht Target Plattform Name Alias Versions .NET Plattform Standard netstandard 1.0 1.1 1.2 1.3 1.4 1.5 1.6 ...