User:Rodasmith

From Wikibooks, open books for an open world
Jump to navigation Jump to search

See my user page on Wikipedia.

To do[edit | edit source]

C Sharp Programming[edit | edit source]

  • Complete moving pages from Programming:C sharp to C Sharp Programming, per WB:NP and the C# book name discussion. (Template:C sharp/kw uses many pages under [[Programming:C sharp/Keywords/]].)
  • Organize sections to cover everything in the ECMA spec.
  • Review for MS-centric vs. ECMA-centric terminology.
  • Add at least one example for each keyword.
  • Describe exception handling.
  • Describe inheritance and partial types in C Sharp Programming/Classes.
  • Describe interfaces and delegates.
  • Describe versioning.
  • Describe external aliases.
  • Describe attributes.
  • Describe generics.
  • Describe anonymous methods.
  • Describe iterators.
  • Describe nullable types.
  • Describe lock.
  • Describe yield.
  • Describe qualified alias, e.g. global::SomeClass.
  • Describe abstract, sealed, override, virtual, overloading.
  • Describe readonly, volatile.
  • Add C Sharp Programming links to table in Computer programming#Programming Concepts.