Differnce between Stored procedure and user defined functions?
Answer Posted / ramesh
stored proc is a precompiled one.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Does entity framework use ado.net?
Name which operations can you not perform on an ado.net dataset?
Explain the two fundamental objects in ado.net?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Define the executescalar method?
What is ado.net explain with diagram?
How to identify the updated rows in a dataset?
Explain what are the steps to connect to a database?
What are the pre-requisites for connection pooling?
Is bulk insert faster than insert?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
Some important instruction regarding ADO.NET connection string ?
What is namespace in ado.net?
What are the main differences between classic ado and ado.net?
How to connect and retrieve data from database using dataset