Wednesday 30 November 2016

Contextual and Query Keywords in DotNet

Contextual Keywords in DotNet


It provide a specific meaning in the code.
it is not a reserved word.

Examples: 

  • add
  • async
  • await
  • dynamic
  • get
  • global
  • partial
  • remove
  • set
  • value
  • var
  • where
  • yield
  • and all Query Keywords.


Query Keywords in DotNet

  • from
  • where
  • select
  • group
  • into
  • orderby
  • join
  • let
  • in
  • on
  • equals
  • by
  • ascending
  • descending