HomeCSharpPage 14

CSharp

Showing 261 - 280 of 961 results
C# Error CS1599 – The return type of a method, delegate, or function pointer cannot be ‘{0}’ Reason for the...
C# Error CS8161 – A static readonly field cannot be returned by writable reference Reason for the Error & Solution...
C# Error CS1020 – Overloadable binary operator expected Reason for the Error & Solution Overloadable binary operator expected An attempt...
This blog post will explain what is a BigInteger and why we need it in C#. When talking to one...
C# Compiler Error CS0535 – ‘class’ does not implement interface member ‘member’ Reason for the Error You’ll get this error...
C# Error CS0811 – The fully qualified name for ‘{0}’ is too long for debug information. Compile without ‘/debug’ option....
Below is a sample code snippet demonstrating how the entries can be added to the ResourceDirectory in WPF application using...
C# Error CS0644 – ‘{0}’ cannot derive from special class ‘{1}’ Reason for the Error & Solution ‘class1’ cannot derive...
C# 6.0 Features How to try C# 6.0 and Rosyln? Getter-only (Read Only) Auto Properties in C# 6.0 Lambda and...
C# Compiler Error CS0568 – Structs cannot contain explicit parameterless constructors Reason for the Error You will get this error...
This C# program calculates the sum of digits of a given number using a recursive function. Problem statement You are...
C# Error CS1520 – Method must have a return type Reason for the Error & Solution Method must have a...
This C# program retrieves and displays the IP (Internet Protocol) address of the computer on which it is executed. The...
C# Error CS0666 – ‘{0}’: new protected member declared in struct Reason for the Error & Solution ‘member’ : new...
C# Error CS1655 – Cannot use fields of ‘{0}’ as a ref or out value because it is a ‘{1}’...
Do you want to merge string arrays and yet want to keep the distinct values in C# ? . One...
C# Error CS2011 – Error opening response file ‘{0}’ Reason for the Error & Solution Unable to open response file...
C# Error CS1527 – Elements defined in a namespace cannot be explicitly declared as private, protected, protected internal, or private...
C# Error CS2035 – Command-line syntax error: Missing ‘:‘ for ‘{0}’ option Reason for the Error & Solution Command-line syntax...
C# Compiler Error CS0526 – Interfaces cannot contain instance constructors Reason for the Error You’ll get this error in your...