HomeCSharpPage 10

CSharp

Showing 181 - 200 of 961 results
Want to convert array of strings to List of strings in C# ? . Below is a sample code to...
C# Error CS0650 โ€“ Bad array declarator: To declare a managed array the rank specifier precedes the variableโ€™s identifier. To...
C# Compiler Error CS0508 โ€“ โ€˜Type 1โ€™: return type must be โ€˜Type 2โ€™ to match overridden member โ€˜Member Nameโ€™ Reason...
C# Error CS0610 โ€“ Field or property cannot be of type โ€˜{0}โ€™ Reason for the Error & Solution Field or...
C# Error CS1677 โ€“ Parameter {0} should not be declared with the โ€˜{1}โ€™ keyword Reason for the Error & Solution...
C# Error CS0683 โ€“ โ€˜{0}โ€™ explicit method implementation cannot implement โ€˜{1}โ€™ because it is an accessor Reason for the Error...
C# Compiler Error CS0075 โ€“ To cast a negative value, you must enclose the value in parentheses Reason for the...
There are times when you might want to find out what is the last day of a given month in...
C# Error CS0820 โ€“ Cannot initialize an implicitly-typed variable with an array initializer Reason for the Error & Solution Cannot...
Are you looking for C# profilers ? . In this blog post , we list out some of the popular...
If you want to Truncate Data or delete all the data from the table in Entity Framework (.NET 4.5) ,...
C# Compiler Error CS0216 โ€“ The operator โ€˜operatorโ€™ requires a matching operator โ€˜missing_operatorโ€™ to also be defined Reason for the...
This C# console program simulates an ATM (Automated Teller Machine) interface for basic transactions. It allows users to perform the...
You might encounter an scenario where you have to find out if the integer value that is passed needs to...
C# Error CS1508 โ€“ Resource identifier โ€˜{0}โ€™ has already been used in this assembly Reason for the Error & Solution...
The orderby keyword can be used in LINQ to retrieve the ordered list of records based on the specified field....
This C# program is designed to interchange or swap the rows of a matrix. A matrix is a two-dimensional array...
C# Error CS1613 โ€“ The managed coclass wrapper class โ€˜{0}โ€™ for interface โ€˜{1}โ€™ cannot be found (are you missing an...
C# Error CS1624 โ€“ The body of โ€˜{0}โ€™ cannot be an iterator block because โ€˜{1}โ€™ is not an iterator interface...
This blog post will explain 3 different use cases of the @ Symbol in C# and how the .NET developers...