Category: C#
C# Compiler Error – CS0136 a local or parameter named ‘{0}’ cannot
In this blog post, you’ll learn more about the C# Compiler Error – CS0136 and the related message description C# Compiler Error Code CS0136 C# Compiler Description for the Code :CS0136 A local or parameter named ‘{0}’ cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter
How to Get a developer license to develop Windows Phone store app ?
When you installed the Windows Phone 8.1 SDK and try to create and run the first Windows Phone application . You will be prompted to get a free developer license which is necessary to develop and test the windows phone store app on the Windows 8.1 PC before publishing and getting it certified in the store . How to Get a developer license to develop…
C# Compiler Error – CS0432 alias ‘{0}’ not found
In this blog post, you’ll learn more about the C# Compiler Error – CS0432 and the related message description C# Compiler Error Code CS0432 C# Compiler Description for the Code :CS0432 Alias ‘{0}’ not found
C# Compiler Error – CS8798 partial method ‘{0}’ must have accessibi
In this blog post, you’ll learn more about the C# Compiler Error – CS8798 and the related message description C# Compiler Error Code CS8798 C# Compiler Description for the Code :CS8798 Partial method ‘{0}’ must have accessibility modifiers because it has a ‘virtual’, ‘override’, ‘sealed’, ‘new’, or ‘extern’ modifier.
C# Compiler Error – CS0758 both partial method declarations must us
In this blog post, you’ll learn more about the C# Compiler Error – CS0758 and the related message description C# Compiler Error Code CS0758 C# Compiler Description for the Code :CS0758 Both partial method declarations must use a params parameter or neither may use a params parameter
C# Compiler Warning – CS3021 ‘{0}’ does not need a clscompliant attri
In this blog post, you’ll learn more about the C# Compiler Warning – CS3021 and the related message description C# Compiler Warning Code CS3021 C# Compiler Description for the Code :CS3021 ‘{0}’ does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
C# Compiler Error – CS7099 metadata references are not supported.
In this blog post, you’ll learn more about the C# Compiler Error – CS7099 and the related message description C# Compiler Error Code CS7099 C# Compiler Description for the Code :CS7099 Metadata references are not supported.
How to decode a base64 string in C#?
Here’s a sample code snippet demonstrating how you can easily decode a base64 encoded string in C#. How to decode a base64 string in C#?
C# Compiler Error – CS0400 the type or namespace name ‘{0}’ could n
In this blog post, you’ll learn more about the C# Compiler Error – CS0400 and the related message description C# Compiler Error Code CS0400 C# Compiler Description for the Code :CS0400 The type or namespace name ‘{0}’ could not be found in the global namespace (are you missing an assembly reference?)
C# Compiler Warning – CS1696 single-line comment or end-of-line expec
In this blog post, you’ll learn more about the C# Compiler Warning – CS1696 and the related message description C# Compiler Warning Code CS1696 C# Compiler Description for the Code :CS1696 Single-line comment or end-of-line expected
How to Create Pivot Data using LINQ in C#?
Are you looking forward to create a pivot data using LINQ in C#, here we go. How to Create Pivot Data using LINQ in C#? Below is a sample code snippet that demonstrates the creation of the Pivot Data using LINQ and C#?
C# Compiler Error – CS8375 the ‘new()’ constraint cannot be used wi
In this blog post, you’ll learn more about the C# Compiler Error – CS8375 and the related message description C# Compiler Error Code CS8375 C# Compiler Description for the Code :CS8375 The ‘new()’ constraint cannot be used with the ‘unmanaged’ constraint