Data in Objects
I have a table or tables in sqlServer. I want to take data from database and keep this table's data into objects like class, but I dont want to keep this data into dataset. What are those ways to keep data into objects taking data from database? How can I pass data into object but not in dataset or datatable?
Jignesh TrivediPosted Jan 2, 2013, 11:10 PM
to do this you may use any ORM Framework like Entity framework, nHibernate ect..
please go through
http://geekswithblogs.net/kobush/archive/2007/08/29/GettingStartedWithEntityFramework_1.aspx
http://www.dotnetcurry.com/ShowArticle.aspx?ID=619
hope this will help you.