Content Writing
Blogging
General
Analytics
How To
.NET
ASP.NET
Delphi
Excel
Outlook
Powerpoint
OutSystems
PowerShell
JavaScript
Windows
Courses
Jobs
UK Visa Sponsorship & PSW Jobs
India Freshers Jobs
Tutorials
C Programming
Java
Python
C#
SQL
HTML
PHP
SQL Server
Blog
Tools
What is My IP Address?
Password Generator
CSharp
C# Error CS1509 – The referenced file ‘{0}’ is not an assembly
C# Error CS0316 – The parameter name ‘name’ conflicts with an automatically-generated parameter name
C# Error CS1564 – Conflicting options specified: Win32 resource file; Win32 manifest
C# Error CS1716 – Do not use ‘System.Runtime.CompilerServices.FixedBuffer’ attribute. Use the ‘fixed’ field modifier instead.
C# Error CS0525 – Interfaces cannot contain fields
C# Error CS1667 – Attribute ‘{0}’ is not valid on property or event accessors. It is only valid on ‘{1}’ declarations.
C# Error CS1579 – foreach statement cannot operate on variables of type ‘{0}’ because ‘{0}’ does not contain a public instance or extension definition for ‘{1}’
How to rename a file in C# ?
C# Error CS1946 – An anonymous method expression cannot be converted to an expression tree
C# – How to Use the ternary operator in String Interpolation ?
C# Error CS1558 – ‘{0}’ does not have a suitable static ‘Main’ method
C# Error CS1688 – Cannot convert anonymous method block without a parameter list to delegate type ‘{0}’ because it has one or more out parameters
C# Error CS1725 – Friend assembly reference ‘{0}’ is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.
Using Math.Pow Method to Compute Exponents in C#
C# Error CS1997 – Since ‘{0}’ is an async method that returns ‘Task’, a return keyword must not be followed by an object expression. Did you intend to return ‘Task
‘?
C# Program to Find the Average of All the Array Elements
C# Error CS0198 – Fields of static readonly field ‘name’ cannot be assigned to
C# Error CS0128 – A local variable named ‘variable’ is already defined in this scope
C# Error CS1065 – Default values are not valid in this context.
C# Error CS0756 – A partial method may not have multiple defining declarations
1
…
46
47
48
49