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