By tag: TypedDataset
0
kicks
Why you shouldn't use Typed Dataset...!
When working with persistent layer in .NET environment, you feel something is needed like hibernate or ibatis as a data access layer which automatically makes relations between tables and object, and give us an opportunity to call stored procedures and queries like we call methods of an object. Alth...