Klasse Bruchrechnung / Class Fraction
Many students (like me) get confronted with this Fraction class Tasks if they are learning C#. I want to provide one solution (out of a million others) to understand how things are…
Das responsive Archiv orientiert sich optisch an der alten dotnet-snippets.de Startseite.
Many students (like me) get confronted with this Fraction class Tasks if they are learning C#. I want to provide one solution (out of a million others) to understand how things are…
SortByName() is a BubbleSort Algorithm to sort the StringArray content alphabetically. It uses the String Method CompareTo(). This method compares the ASCII numbers and returns 1 i…
Mit dieser Klasse kann man ARGB-Farben mithilfe ihres strings bzw. den Werten der Alpha-, Rot-, Grün- und Blau-Kanälen auflösen. Diese Klasse kann sowohl in Windows-Forms- und WPF-…
You can paste this Snippet in every generic Class to remove fields in Arrays. The method returns a bool, to check if removing was successfull(true) or not(false). Here is some samp…
This code check if the email is a valid email-adress. To use this you need: System.Text.RegularExpressions
Überprüfung ob ein Jahr ein Schaltjahr ist.
Prüfen ob des String alphanumerisch ist. using System.Linq;
nteWurzel berechnen
This Code ask for a path to a CSV and splitt the data with a ‚ , ‚. You need System.Text System.IO
Hypothenusen und Katheten berechnen