HomeCSharpPage 11

CSharp

Showing 201 - 220 of 961 results
This blog post on the C# Questions and Answers – Data Types Part 2 focuses on C# multiple choice interview...
C# Error CS1586 – Array creation must have array size or array initializer Reason for the Error & Solution Array...
C# Compiler Error CS0204 – Only 65534 locals, including those generated by the compiler, are allowed Reason for the Error...
C# Error CS1535 – Overloaded unary operator ‘{0}’ takes one parameter Reason for the Error & Solution Overloaded unary operator...
This C# program checks whether a given number is an amicable number or not. An amicable number is a pair...
C# Compiler Error CS0107 – More than one protection modifier Reason for the Error In C#, you are allowed to...
C# Error CS8172 – Cannot initialize a by-reference variable with a value Reason for the Error & Solution Cannot initialize...
C# Error CS1686 – Local ‘{0}’ or its members cannot have their address taken and be used inside an anonymous...
C# Error CS0764 – Both partial method declarations must be unsafe or neither may be unsafe Reason for the Error...
C# Error CS1918 – Members of property ‘{0}’ of type ‘{1}’ cannot be assigned with an object initializer because it...
C# Error CS4009 – A void or int returning entry point cannot be async Reason for the Error & Solution...
When you navigate from one page top another in the android application using C# and Xamarin , you might receive...
C# Error CS8163 – Fields of static readonly field ‘{0}’ cannot be returned by writable reference Reason for the Error...
C# Error CS1910 – Argument of type ‘{0}’ is not applicable for the DefaultParameterValue attribute Reason for the Error &...
C# Error CS0669 – A class with the ComImport attribute cannot have a user-defined constructor Reason for the Error &...
C# Compiler Error CS0262 – Partial declarations of ‘type’ have conflicting accessibility modifiers Reason for the Error You’ll get this...
C# Error CS0767 – Cannot inherit interface ‘{0}’ with the specified type parameters because it causes method ‘{1}’ to contain...
C# 6.0 Features Series How to try C# 6.0 and Rosyln? Getter-only (Read Only) Auto Properties in C# 6.0 Lambda...
If you are working on arrays in C# and want to search the array using the Binary Search algorithm ,...
C# Error CS1040 – Preprocessor directives must appear as the first non-whitespace character on a line Reason for the Error...