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...