its been since few of my friends were behind me for Nested ananymous functions real life sample, due to busy consulting hours and work pressure, i couldnt post this. here u go guys .............. copy the entity files using System; using System.Collections.Generic; using System.Text; namespace TestHarness { public class MenuItem { private int menuID; public int MenuID { get { return menuID; } set { menuID = value; } } private string menuText; public string MenuText { get { return menuText; } set ......