michael_hk
Well-known member
Hi guys,
ADO.NET provides dataset/datatable so that you can store your data you get from databases in your code. But some deem dataset/datatable are not real objects and they dont fit into the object paradigm. (Agree?) So those ppl use O/R mappings tool like ORM.NET. My questsions is do you guys use these kinds of things?
Michael
ADO.NET provides dataset/datatable so that you can store your data you get from databases in your code. But some deem dataset/datatable are not real objects and they dont fit into the object paradigm. (Agree?) So those ppl use O/R mappings tool like ORM.NET. My questsions is do you guys use these kinds of things?
Michael