HomeCSharpPage 28

CSharp

Showing 541 - 560 of 961 results
C# Error CS1002 – ; expected Reason for the Error & Solution ; expected The compiler detected a missing semicolon....
C# Error CS8151 – The return expression must be of type ‘{0}’ because this method returns by reference Reason for...
Compiler Error CS0275 – ‘accessor’: accessibility modifiers may not be used on accessors in an interface Reason for the Error...
C# Error CS0694 – Type parameter ‘{0}’ has the same name as the containing type, or method Reason for the...
I was searching for an Visual Studio extension which can theme the Visual Studio 2010 IDE , and found this...
C# Compiler Error CS0153 – A goto case is only valid inside a switch statement Reason for the Error You...
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 looking forward to find the reverse of a number in C# , below is a sample source...
Microsoft had released Windows 8 Release Preview which can be downloaded from the Official Windows 8 website. Windows 8 includes...
Assume that you have a List of string and you wish you to get the items of the list into...
Microsoft had released the preview version of .NET 5 some time back which comes with C# 9 Preview too. While...
C# Compiler Error CS0163 – Control cannot fall through from one case label (‘label’) to another Reason for the Error...
C# Error CS0685 – Conditional member ‘{0}’ cannot have an out parameter Reason for the Error & Solution Conditional member...
C# Error CS0839 – Argument missing Reason for the Error & Solution Argument missing. An argument is missing in the...
C# Error CS8139 – ‘{0}’: cannot change tuple element names when overriding inherited member ‘{1}’ Reason for the Error &...
C# Error CS0729 – Type ‘{0}’ is defined in this assembly, but a type forwarder is specified for it Reason...
Most of the developers would have come across Any() and Count() when using LINQ in C# . What is difference...
C# Error CS0637 – The FieldOffset attribute is not allowed on static or const fields Reason for the Error &...
C# Error CS1513 – } expected Reason for the Error & Solution } expected The compiler expected a closing curly...
C# Compiler Error CS0236 – A field initializer cannot reference the non-static field, method, or property ‘name’ Reason for the...