-->

Jun 21, 2014

ComboBox vs List Box

ComboBox vs List Box
S.NoParticularsComboBoxListBox
1SelectOne Data.Multiple Data.
2FacilityDrop Down Facility.Drop up and Drop Down Facility.
3Check Boxcan't Use CheckBox.Can use Check Box.

Dynamic vs Anonymous Type

. Dynamic vs Anonymous Type
S.NoParticularsDynamicAnonymous types
1Run timeDynamic types work at run time by late binding of object properties.Anonymous types cause the compile time errors.
2KeywordDynamic KeywordVar Keyword.