HomeCSharpPage 12

CSharp

Showing 221 - 240 of 961 results
C# Error CS0704 – Cannot do non-virtual member lookup in ‘{0}’ because it is a type parameter Reason for the...
C# Compiler Error CS0246 – The type or namespace name ‘type/namespace’ could not be found (are you missing a using...
This C# program retrieves and displays the current Coordinated Universal Time (UTC). Coordinated Universal Time, commonly known as UTC, is...
FileHelper is a free .NET library which lets the developers to import or export data from fixed length or delimited...
Sometimes when developing an web application , the developers might want to serialize Enum to its string instead of the...
C# Compiler Error CS0514 – ‘constructor’ : static constructor cannot have an explicit ‘this’ or ‘base’ constructor call Reason for...
C# Error CS0834 – A lambda expression with a statement body cannot be converted to an expression tree Reason for...
C# Error CS1662 – Cannot convert {0} to intended delegate type because some of the return types in the block...
C# Error CS0619 – ‘{0}’ is obsolete: ‘{1}’ Reason for the Error & Solution ‘member’ is obsolete: ‘text’ A class...
C# Compiler Error Message Cannot convert type ‘type1’ to ‘type2’ via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion,...
C# Error CS1950 – The best overloaded Add method ‘{0}’ for the collection initializer has some invalid arguments Reason for...
C# Error CS1597 – Semicolon after method or accessor block is not valid Reason for the Error & Solution Semicolon...
C# Error CS1739 – The best overload for ‘{0}’ does not have a parameter named ‘{1}’ Reason for the Error...
C# Error CS1105 – Extension method must be static Reason for the Error & Solution Extension methods must be static....
C# Error CS1041 – Identifier expected; ‘{1}’ is a keyword Reason for the Error & Solution Identifier expected, ‘keyword’ is...
C# Error CS1016 – Named attribute argument expected Reason for the Error & Solution Named attribute argument expected Unnamed attribute...
C# Error CS1722 – Base class ‘{0}’ must come before any interfaces Reason for the Error & Solution Base class...
Retrieving Data from the database and displaying the result is one the basic operation that most of the application would...
C# Compiler Error CS0196 – A pointer must be indexed by only one value Reason for the Error You will...
C# Error CS1641 – A fixed size buffer field must have the array size specifier after the field name Reason...