What is stored procedure ? how we use it in .NET ?
Answer / Sweety Kumari
A stored procedure is a prepared SQL code that you can save, so it can be reused multiple times. In .NET, you can create and execute stored procedures using ADO.NET and the SqlCommand or OracleCommand classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between machine.config and web.config?
explain the states of a window service application?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
What are the differences between user control and server control?
Which dll is required to translate xml to sql in internet information server (iis)?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
What's singleton activation mode in .net?
How many types of exception handlers are there in .NET?
Name the classes that are introduced in the system.numerics namespace.
How is a property designated as read-only?
Explain the code behind wors and contrast that using the inline style.
How to instantiate a delegate?