Skip to content

Must Have's for High Level .NET APIs

Gerd Heber edited this page Feb 18, 2016 · 4 revisions

General

  • Thread-safe
  • NumPy-like arrays and dtype-like data type objects
  • "Standard" exceptions

Strings

  • Only string at the API level

Identifiers

  • Immutable (read-only)
  • Implement IDisposable