Top "Using" questions

"using" is a keyword in some programming languages (C++, C#, VB.

XamlParseException: Could not load file or assembly 'ResourceLibrary, ...' or one of its dependencies. The system cannot find the file specified

System.Windows.Markup.XamlParseExceptionoccurred A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll Additional information: …

c# wpf visual-studio using project-reference
Async inside Using block

I have the following async function in C#: private async Task<T> CallDatabaseAsync<T>(Func<…

c# async-await using
How to write a 'using' statement for enum classes?

In a rock, paper, scissors program that I am writing, I am enumerating the three different moves and declaring them …

c++ class namespaces enumeration using