A problem that has cost me a good few hours in Visual Studio when programming a WPF application with C#
Tag: Visual Studio
C# virtual vs. abstract
When programming in C# on more or less large projects, sooner or later you will come across classes and methods
Visual Studio: Create method from selected code lines (refactoring/redesign)
Those who program with Visual Studio (VS) sometimes find themselves in the situation where they want to outsource some lines
Visual Studio: The referenced component could not be found
I often have the problem that in Visual Studio suddenly the references (referenced libraries) are no longer available. This usually
Visual Studio: Found conflicts between different versions of assembly
When trying to install NuGet packages in Visual Studio that are not directly from Microsoft, you sometimes get the following
C#: Find or replace first occurrence of character in string
If you program a lot with C#, for example in Visual Studio, it happens again and again that you want
C# Count Substring in String
When programming in Visual Studio with C# (C-Shap), it can happen that you have to determine how often a substring
C# How to convert XML to Boolean
If you program using C# and store your data in an XML file, then it also happens very often that
C#/XAML: Get location of UserControl
UserControls are relatively practical due to their multiple usability. If you create more complex user controls in C#/XAML, e.g. with