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# Tips & Tricks #29 – Check if String is Null
C# Error CS1528 – Expected ; or = (cannot specify constructor arguments in declaration)
C# Error CS2033 – Cannot create short filename ‘{0}’ when a long filename with the same short filename already exists
C# Tips and Tricks #10 – Send email via Gmail in C#
C# Tips & Tricks #31 – Nullable DateTime & Ternary Operator
C# Error CS1666 – You cannot use fixed size buffers contained in unfixed expressions. Try using the fixed statement.
C# Error CS1604 – Cannot assign to ‘{0}’ because it is read-only
Dapper.NET Guide – Installing Dapper
C# Error CS2021 – File name ‘{0}’ is empty, contains invalid characters, has a drive specification without an absolute path, or is too long
C# Error CS0730 – Cannot forward type ‘{0}’ because it is a nested type of ‘{1}’
C# Error CS0815 – Cannot assign {0} to an implicitly-typed variable
C# Error CS8131 – Deconstruct assignment requires an expression with a type on the right-hand-side.
C# Error CS0037 – Cannot convert null to ‘type’ because it is a non-nullable value type
C# Error CS1526 – A new expression requires an argument list or (), [], or {} after type
Constant->static and readonly->instance field in C#
C# Error CS0136 – A local variable named ‘var’ cannot be declared in this scope
C# Error CS1031 – Type expected
C# Error CS4033 – The ‘await’ operator can only be used within an async method. Consider marking this method with the ‘async’ modifier and changing its return type to ‘Task’.
C# Error CS0112 – A static member ‘function’ cannot be marked as override, virtual or abstract
C# Error CS0431 – Cannot use alias ‘identifier’ with ‘::’ since the alias references a type. Use ‘.’ instead
1
…
6
7
8
…
49