HomeCSharpPage 44

CSharp

Showing 861 - 880 of 961 results
C# Error CS0664 โ€“ Literal of type double cannot be implicitly converted to type โ€˜{1}โ€™; use an โ€˜{0}โ€™ suffix to...
C# Error CS0670 โ€“ Field cannot have void type Reason for the Error & Solution Field cannot have void type...
C# Error CS2024 โ€“ Invalid file section alignment โ€˜{0}โ€™ Reason for the Error & Solution Invalid file section alignment number...
This C# program is designed to determine the minimum and maximum values within an array of integers. Finding the minimum...
C# Error CS1689 โ€“ Attribute โ€˜{0}โ€™ is only valid on methods or attribute classes Reason for the Error & Solution...
C# Error CS1639 โ€“ The managed coclass wrapper class signature โ€˜{0}โ€™ for interface โ€˜{1}โ€™ is not a valid class name...
This C# program identifies and prints all Armstrong numbers within the range of 1 to 1000. Armstrong number (also known...
C# Error CS1515 โ€“ โ€˜inโ€™ expected Reason for the Error & Solution โ€˜inโ€™ expected In a statement, the "in" part...
C# Error CS1022 โ€“ Type or namespace definition, or end-of-file expected Reason for the Error & Solution Type or namespace...
The Object Initializer and Collection Initializer in C# are similar to initialized Array and Object Constructor where we are able...
If you need to translate a hostname (for example : Ginktage.com) to its IP Addressย  , you can use the...
This tutorial will demonstrate in simple steps on how to retrieve a record (single record) from a table using Dapper...
Introduction This program developed using C# , .NET Framework and Visual Studio demonstrates how to find if the entered year...
C# Compiler Error CS0123 โ€“ No overload for โ€˜methodโ€™ matches delegate โ€˜delegateโ€™ Reason for the Error This C# error will...
C# Compiler Error CS0547 โ€“ โ€˜propertyโ€™ : property or indexer cannot have void type Reason for the Error You will...
C# Compiler Error CS0504 โ€“ The constant โ€˜variableโ€™ cannot be marked static Reason for the Error Youโ€™ll get this error...
C# Error CS1941 โ€“ The type of one of the expressions in the {0} clause is incorrect. Type inference failed...
C# Compiler Error Message CS0031 Constant value โ€˜valueโ€™ cannot be converted to a โ€˜typeโ€™ Reason for the Error You will...
C# Error CS1617 โ€“ Invalid option โ€˜{0}โ€™ for /langversion. Use โ€˜/langversion:?โ€™ to list supported values. Reason for the Error &...
C# Error CS1737 โ€“ Optional parameters must appear after all required parameters Reason for the Error & Solution Optional parameters...