HomeCSharpPage 40

CSharp

Showing 781 - 800 of 961 results
C# Error CS7000 โ€“ Unexpected use of an aliased name Reason for the Error & Solution Unexpected use of an...
C# Error CS0726 โ€“ โ€˜{0}โ€™ is not a valid format specifier Reason for the Error & Solution โ€˜format specifierโ€™ is...
C# Error CS1955 โ€“ Non-invocable member โ€˜{0}โ€™ cannot be used like a method. Reason for the Error & Solution Non-invocable...
Creating a C# program to implement a phonebook is a common beginner-level project that can help you learn the basics...
C# Error CS1575 โ€“ A stackalloc expression requires [] after type Reason for the Error & Solution A stackalloc expression...
In this post, letโ€™s have a look at a simple tip to find out if the current time zone is...
C# Compiler Error CS0152 โ€“ The switch statement contains multiple cases with the label value Reason for the Error You...
C# Compiler Error Message CS0027 Keyword โ€˜thisโ€™ is not available in the current context Reason for the Error You will...
C# Error CS1670 โ€“ params is not valid in this context Reason for the Error & Solution params is not...
There are times when you want to identify and detect the availability of a host . .NET provides the developers...
C# Error CS9043 โ€“ Ref returning properties cannot be required. Reason for the Error & Solution Ref returning properties cannot...
C# Compiler Error CS0070 โ€“ The event โ€˜eventโ€™ can only appear on the left hand side of += or -=...
C# Error CS0736 โ€“ โ€˜{0}โ€™ does not implement instance interface member โ€˜{1}โ€™. โ€˜{2}โ€™ cannot implement the interface member because it...
Introduction This program in C# developed using .NET Framework and Visual Studioย  will demonstrate how to swap numbers without using...
C# Error CS1015 โ€“ An object, string, or class type expected Reason for the Error & Solution An object, string,...
C# Error CS0571 โ€“ โ€˜{0}โ€™: cannot explicitly call operator or accessor Reason for the Error & Solution โ€˜functionโ€™ : cannot...
C# Compiler Error CS0274 โ€“ Cannot specify accessibility modifiers for both accessors of the property or indexer โ€˜property/indexerโ€™ Reason for...
C# Compiler Error CS0225 โ€“ The params parameter must be a single dimensional array Reason for the Error The params...
C# Error CS8173 โ€“ The expression must be of type โ€˜{0}โ€™ because it is being assigned by reference Reason for...
This tutorial will demonstrate on how to update a record using Dapper in .NET. Note that we will continue using...