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# Program to Find the Length of Jagged Array using Predefined Functions
C# Error CS1534 – Overloaded binary operator ‘{0}’ takes two parameters
GraphQL.NET 101 – What is GraphQL?
C# Error CS0687 – The namespace alias qualifier ‘::’ always resolves to a type or namespace so is illegal here. Consider using ‘.’ instead.
C# Error CS1681 – You cannot redefine the global extern alias
C# Error CS0625 – ‘{0}’: instance field in types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
How to get the MAX row with group by in LINQ query using C# ?
C# Error CS1611 – The params parameter cannot be declared as {0}
C# Error CS1934 – Could not find an implementation of the query pattern for source type ‘{0}’. ‘{1}’ not found. Consider explicitly specifying the type of the range variable ‘{2}’.
Using GroupBy in LINQ and C#
C# Error CS1547 – Keyword ‘void’ cannot be used in this context
C# Error CS4013 – Instance of type ‘{0}’ cannot be used inside a nested function, query expression, iterator block or async method
C# Error CS1948 – The range variable ‘{0}’ cannot have the same name as a method type parameter
C# Error CS1983 – The return type of an async method must be void, Task, Task
, a task-like type, IAsyncEnumerable
, or IAsyncEnumerator
C# Error CS1649 – Members of readonly field ‘{0}’ cannot be used as a ref or out value (except in a constructor)
C# Error CS1519 – Invalid token ‘{0}’ in class, record, struct, or interface member declaration
String Interpolation in C# 6.0
Using Face API in C#
C# Error CS1622 – Cannot return a value from an iterator. Use the yield return statement to return a value, or yield break to end the iteration.
Anonymous Type and Equality Check in C#
1
…
36
37
38
…
49