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 Copy a Section of One Array to Another
C# Error CS1673 – Anonymous methods, lambda expressions, query expressions, and local functions inside structs cannot access instance members of ‘this’. Consider copying ‘this’ to a local variable outside the anonymous method, lambda expression, query expression, or local function and using the local instead.
C# Tips and Tricks #20 – Get Assembly File Version
C# Error CS1507 – Cannot link resource files when building a module
C# Error CS0121 – The call is ambiguous between the following methods or properties: ‘method1’ and ‘method2’
C# Error CS0191 – Property or indexer ‘name’ cannot be assigned to — it is read only
C# Error CS0179 – ‘member’ cannot be extern and declare a body
C# Error CS0575 – Only class types can contain destructors
C# Tips and Tricks #2 – How to Get the Description Attribute Value of Enum in C# ?
C# Error CS1521 – Invalid base type
C# Error CS1013 – Invalid number
C# Error CS1929 – ‘{0}’ does not contain a definition for ‘{1}’ and the best extension method overload ‘{2}’ requires a receiver of type ‘{3}’
C# Error CS1004 – Duplicate ‘{0}’ modifier
C# Error CS8515 – Parentheses are required around the switch governing expression.
C# Program to Find the Largest of Two Numbers
C# Error CS0648 – ‘{0}’ is a type not supported by the language
C# Error CS0592 – Attribute ‘{0}’ is not valid on this declaration type. It is only valid on ‘{1}’ declarations.
C# Error CS1945 – An expression tree may not contain an anonymous method expression
“The type ‘System.IO.Packaging.Package’ is defined in an assembly that is not referenced.” Error
How to get the Current Application Directory in C# ?
1
…
14
15
16
…
49