HomeCSharpPage 4

CSharp

Showing 61 - 80 of 961 results
C# Error CS1721 โ€“ Class โ€˜{0}โ€™ cannot have multiple base classes: โ€˜{1}โ€™ and โ€˜{2}โ€™ Reason for the Error & Solution...
C# Compiler Error Error CS0115 โ€“ โ€˜functionโ€™ : no suitable method found to override Reason for the Error You would...
C# Error CS2005 โ€“ Missing file specification for โ€˜{0}โ€™ option Reason for the Error & Solution Missing file specification for...
C# Compiler Error CS8119 โ€“ The switch expression must be a value; found โ€˜{0}โ€™ Reason for the Error You will...
You can get the Unix timestamp in C# by subtracting the epoch time of 1st January 1970 from current UTC...
C# Compiler Error CS0102 โ€“ The type โ€˜type nameโ€™ already contains a definition for โ€˜identifierโ€™ Reason for the Error You...
C# Compiler Error CS0080 โ€“ Constraints are not allowed on non-generic declarations Reason for the Error You will receive this...
C# Compiler Error CS0443 โ€“ Syntax error, value expected Reason for the Error Youโ€™ll get this error in your C#...
C# Error CS1951 โ€“ An expression tree lambda may not contain a ref, in or out parameter Reason for the...
C# Error CS8129 โ€“ No suitable โ€˜Deconstructโ€™ instance or extension method was found for type โ€˜{0}โ€™, with {1} out parameters...
There are many different ways in which one can declare an array in C# . In this blog post ,...
C# Error CS1569 โ€“ Error writing to XML documentation file: {0} Reason for the Error & Solution Error generating XML...
C# Compiler Error CS0053 โ€“ Inconsistent accessibility: property type โ€˜typeโ€™ is less accessible than property โ€˜propertyโ€™ Reason for the Error...
C# Compiler Error CS0201 โ€“ Only assignment, call, increment, decrement, and new object expressions can be used as a statement...
C# Compiler Error CS0283 โ€“ The type โ€˜typeโ€™ cannot be declared const Reason for the Error Youโ€™ll get this error...
C# Error CS1037 โ€“ Overloadable operator expected Reason for the Error & Solution Overloadable operator expected When specifying a comment...
Assume that you have a string in C# and you will need to extract the number from it, You can...
Learnt something cool today on how to use Lambda expression and LINQ to concatenate string in C#. Using Lambda Expression...
C# Error CS1032 โ€“ Cannot define/undefine preprocessor symbols after first token in file Reason for the Error & Solution Cannot...