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 boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?

0 Answers  


What is the use of web.config?

0 Answers  


Please tell me the .net 2.5 frame work with example

2 Answers  


What is .net viewstate?

0 Answers  


What is the use of delegates

2 Answers  






How can u manage state ?

2 Answers   Ness Technologies,


What is a managed code? : Dot net architecture

0 Answers  


How do we do authentications using atlas?

0 Answers  


Explain the race around condition? How can it be overcome? : Dot net architecture

0 Answers  


Explain COM with example?

0 Answers   MaxSolPro,


What is VSS? Use of VSS? How can we use VSS in our Application?

4 Answers  


Explain .net mobile automatic paging? : Microsoft dot net mobile

0 Answers  


Categories