what is the use of SQL command builder class in C#.net?
Explain how can we execute a stored procedure using C#.Net?
What is the difference between .DLL and .EXE?

Answers were Sorted based on User's Feedback



what is the use of SQL command builder class in C#.net? Explain how can we execute a stored procedu..

Answer / satish

It is one of the class in System.data.sqlclient namespace. this class is used to generate sql statements.This class generates sql statements depending upon the data adapter class.It some methods like GetInsertCommand,GetDelete and GetUpdateCommands. In C#,stored procedures can be used by using Sqlparameter class. Both .dll and .exe are called assemblies. .exe is called self executable file while .dll is not self executable file....

Is This Answer Correct ?    9 Yes 1 No

what is the use of SQL command builder class in C#.net? Explain how can we execute a stored procedu..

Answer / bharti

here is the link where you find the answer
http://getproductprice.com/Ads-difference-between-exe-and-dll.aspx

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Dot Net AllOther Interview Questions

What is a virtual memory? : .NET Architecture

0 Answers  


What is application frame host?

0 Answers  


what to choose among testing, .net , and java for a B-Tech (ECE) fresher.

1 Answers  


Explain about code access security?

0 Answers  


IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........

2 Answers  






Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile

0 Answers  


Explain difference between state server and sqlserver? : .NET Architecture

0 Answers  


Can I create my own metadata attributes?

0 Answers  


Which Binding best suits where a WCF Service and the client application resides in the same machine?

2 Answers   Cap Gemini,


Difference between abstract class and interface

100 Answers   Accenture, Altruist, Baba Group, CitiGroup, Fiserv, HCL, IBM, iGate, Infosys, Jean Martin, Karthik Industries, Microsoft, OnDLine, TCS,


Explain domestic architecture artifacts? : .NET Architecture

0 Answers  


What is the use of delegates

2 Answers  


Categories