The most exciting thing about this world is its ever changing quality.

Friday, October 31, 2008

LINQ Jazz, a natural step forward, well MS way

LINQ 2 Object => IEnumerable
LINQ 2 SQL => IQueryable via DataContext
=> Extending Data Handling Logic with Partial Methods
=> To customize the Property change notification with partial methods is quite useful. To do so we could implement partial class of the database entity (automatically created while you drag&drop database table sp etc. onto LINQ2SQL designer).

No comments: