C# Feature Presentation

December 28th, 2007

Here are the slide deck and source code used in my presentation about C# features for fellow developers. Topics include:

C# feature demo: Find even number from a list of integers:

  • C# 1.x – Loop in Collection (Array)
  • C# 1.x – Delegate (Custom Delegate)
  • C# 2.0 – Iterators (yield return)
  • C# 2.0 – Delegate (Predicate<T>)
  • C# 2.0 – Anonymous Method
  • C# 3.0 – Lambda Expression
  • C# 3.0 – LINQ (Language integrated Query)
  • C# 3.0 – Extended Method

LINQ demo: Match orders with appraisers

  • Select: Default, Anonymous Class, Dictionary
  • Where: Static, Dynamic Query
  • Group: Aggregation, e.g. count
  • Join: Inner Join, Out Join, Group Join
  • Order: e.g. order by count desc

 

Entry Filed under: Programming

Leave a Comment

Required

Required, hidden

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackback this post  |  Subscribe to the comments via RSS Feed


Calendar

February 2012
M T W T F S S
« Feb    
 12345
6789101112
13141516171819
20212223242526
272829  

Most Recent Posts


1