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