November 2010 - Posts

0
Comments

Filtering and Ordering Include by zhirani

Lot of times in your application, you have a requirement to eagerly load related collection but you want to load the collection partially and also have the data sorted when before it is materialized at the client layer. Currently in EF, there is no direct...
1
Comments

Binding Stored Procedure Result from Entity Framework to ObjectDataSource Control by zhirani

Not too long ago someone asked me how can they bind data returned from stored procedure to a gridview control. There are several ways to achieve that. You can either use EntityDataSource or ObjectDataSource Control. I find it easier to use ObjectDataSource...
More Posts