Category: C#
What is the Use of Capabilities in Windows Phone Application Manifest File ?
When working with the Windows Phone 8 development , you would have noticed the Windows Phone Application manifest file which includes an tab called “Capabilities” . What is the Use of Capabilities in Windows Phone Application Manifest File ? The Windows Phone Application Manifest File contains the metadata for your app. The capabilities in WP8 provides the users with information about the app and which…
C# Compiler Error – CS8783 local function ‘{0}’ must be ‘static’ in
In this blog post, you’ll learn more about the C# Compiler Error – CS8783 and the related message description C# Compiler Error Code CS8783 C# Compiler Description for the Code :CS8783 Local function ‘{0}’ must be ‘static’ in order to use the Conditional attribute
C# Compiler Error – CS8816 module initializer method ‘{0}’ must not
In this blog post, you’ll learn more about the C# Compiler Error – CS8816 and the related message description C# Compiler Error Code CS8816 C# Compiler Description for the Code :CS8816 Module initializer method ‘{0}’ must not be generic and must not be contained in a generic type
How to compare only Date without Time in DateTime datatype in C#?
There are times when you might want to compare only the date parts of two DateTime variable in C#. How to compare only Date without Time in DateTime datatype in C#? You can easily compare using the Date property from the DateTime object.
C# Compiler Error – CS8115 a throw expression is not allowed in thi
In this blog post, you’ll learn more about the C# Compiler Error – CS8115 and the related message description C# Compiler Error Code CS8115 C# Compiler Description for the Code :CS8115 A throw expression is not allowed in this context.
C# Compiler Error – CS0516 constructor ‘{0}’ cannot call itself
In this blog post, you’ll learn more about the C# Compiler Error – CS0516 and the related message description C# Compiler Error Code CS0516 C# Compiler Description for the Code :CS0516 Constructor ‘{0}’ cannot call itself
C# Compiler Error – CS0031 constant value ‘{0}’ cannot be converted
In this blog post, you’ll learn more about the C# Compiler Error – CS0031 and the related message description C# Compiler Error Code CS0031 C# Compiler Description for the Code :CS0031 Constant value ‘{0}’ cannot be converted to a ‘{1}’
C# Compiler Error – CS0180 ‘{0}’ cannot be both extern and abstract
In this blog post, you’ll learn more about the C# Compiler Error – CS0180 and the related message description C# Compiler Error Code CS0180 C# Compiler Description for the Code :CS0180 ‘{0}’ cannot be both extern and abstract
C# Compiler Warning – CS3005 identifier ‘{0}’ differing only in case
In this blog post, you’ll learn more about the C# Compiler Warning – CS3005 and the related message description C# Compiler Warning Code CS3005 C# Compiler Description for the Code :CS3005 Identifier ‘{0}’ differing only in case is not CLS-compliant
C# Compiler Error – CS8646 ‘{0}’ is explicitly implemented more tha
In this blog post, you’ll learn more about the C# Compiler Error – CS8646 and the related message description C# Compiler Error Code CS8646 C# Compiler Description for the Code :CS8646 ‘{0}’ is explicitly implemented more than once.
C# Compiler Error – CS0145 a const field requires a value to be pro
In this blog post, you’ll learn more about the C# Compiler Error – CS0145 and the related message description C# Compiler Error Code CS0145 C# Compiler Description for the Code :CS0145 A const field requires a value to be provided
C# Compiler Warning – CS3009 ‘{0}’: base type ‘{1}’ is not cls-compli
In this blog post, you’ll learn more about the C# Compiler Warning – CS3009 and the related message description C# Compiler Warning Code CS3009 C# Compiler Description for the Code :CS3009 ‘{0}’: base type ‘{1}’ is not CLS-compliant