Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Browse the .NET Framework source code online: https://referencesource.microsoft.com/

...

Sample Code

...

Debugging Using Coredumps / Process Dumps In Visual Studio

...

C# Documentation

C# documentation

Constructors

...

languagec#

...

...

Methods

  • Static methods are methods you can call without instantiating the class.  Eg Math.Abs()

  • Function-bodied expressions allow for quick one-liner expressions:  func() => expression

  • You can override methods from the base class by adding the override qualifier to your function.

...

  • Search in NuGet.org for a logging package such as NLog.

...

JSON Serialization

See: Json.NET - From NewtonSoft

...

PropertyCollection 


Represents a collection of properties that can be added to DataColumnDataSet, or DataTable

...