Question
What are differences between function and stored procedure in .Net programming language?

Answers

The difference between function and stored procedure:

Function returns only one value but procedure can return one or more than one value.
Function can be used in select statements but procedure cannot be used.
Function has only input parameters while Procedure can have an input and output parameters.
Exceptions can be handled by try catch block in procedures but that is not possible in function.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q What is this lump on my penis?
  • Q Give us an example where you set a goal for yourself and achieved it.
  • Q What was the nickname of President Duvalier of Haiti, who died in 1971?
  • Q Acinonyx Jubatus is what big pussy
  • Q What's the flow of requests in Struts based applications?
  • Q Most commonly what note is the highest pitch open (unfretted) string on a standard/soprano ukulele?
  • Q How to integrate mm with fico?
  • Q Write short notes on Echo and reverberation
  • Q In nuclear fission, how many percentage of mass is converted into energy?
  • Q When asked personal or insulting questions that are not relevant, a witness should (A)Pause before answering to give the prosecutor time to object (B)Complain to the judge (C)Immediately answer to show he or she has nothing to hide or be ashamed about
  • Q Explain the Difference between the New and Malloc keyword.