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

how to delete the record using data reader

0 Answers   PCS,


What is ILDASM ?

0 Answers   B-Ways TecnoSoft,


what are login controls?

0 Answers   Six Sigma,


How can we integrate atlas with web services?

0 Answers  


What does the term "green architecture" mean? : Dot net architecture

0 Answers  


which of the following statement is true about gac. a)it is being handled by .net framwork b)It is special folder c)it can have files with same name etc etc.

4 Answers   Honeywell,


how to change the application name?

0 Answers   Six Sigma,


what is the difference between value types and reference types?

4 Answers   Six Sigma,


Explain difference between inprocess vs out process session state? : .NET Architecture

0 Answers  


What is a clickonce application?

0 Answers  


How do I write to the application configuration file at runtime?

0 Answers  


what is the difference between running an application with and without debugger?

0 Answers   Six Sigma,


Categories