Using Ado.net, what front ends and back ends can you use?
Answer Posted / hitesh anand
front end -------asp.net(visual studio -2008,2010)
back end -------- SQL server ,my sql,sql yog,sql management
studio express.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Which is faster datareader or dataadapter?
What are the advantages of ado.net?
What are disadvantages of microsoft-provided data provider classes in ado.net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
Explain how can we load multiple tables in to dataset?
How do you connect to sql server database without using sqlclient?
Which is faster sqldataadapter and sqldatareader?
What are the objects of ado.net?
What we do with the object of ado.net dataset after using it?
What is ado connection?
What are the steps to connect to a database?
Describe ado.net object model in detail.
What is oledb driver?
What is the difference between the clone() and copy() methods of the dataset class?
What is a dataview?