What is stored procedure ? how we use it in .NET ?



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

Post New Answer

More Dot Net General Interview Questions

Difference between machine.config and web.config?

1 Answers  


explain the states of a window service application?

1 Answers  


How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?

1 Answers  


What are the differences between user control and server control?

1 Answers  


Which dll is required to translate xml to sql in internet information server (iis)?

1 Answers  


How can you automatically generate interface for the remotable object in .NET with Microsoft tools?

1 Answers  


What's singleton activation mode in .net?

1 Answers  


How many types of exception handlers are there in .NET?

2 Answers  


Name the classes that are introduced in the system.numerics namespace.

1 Answers  


How is a property designated as read-only?

2 Answers   Siebel Systems,


Explain the code behind wors and contrast that using the inline style.

1 Answers  


How to instantiate a delegate?

1 Answers  


Categories