Tag: c# tips
C# Program – How to Escape Braces ?
This post shows you a quick way on how you can escape braces or curly brackets in C# when using string format.
List of All C# Compiler Errors in Visual Studio
In this post, you’ll see the list of all the C# compiler errors. When you compile your C# application and receive an error or warning in Visual Studio, thesemight be one of the below from the list of C# error. Code Severity Message CS0006 Error Metadata file ‘{0}’ could not be found CS0009 Fatal Metadata file ‘{0}’ could not be opened — {1} CS0012 Error…