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
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 |
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 |
What is .net mobile forms? : Microsoft dot net mobile
What is the access level of the visibility type internal?
What is a sealed Class? What is the differnce between sealed class and private class?
What actually happes when you add a something to arraylistcollection ?
What do you know about machine.config file ?
Whats new features in Visual Studio 2012?
What is msil, and why should my developers need an appreciation of it if at all?
Explain the purpose of cache? How is it used? : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
how to add list of items in a web application and win application?
How is the using() pattern useful? What is idisposable?
How to improve the cache performance? : Dot net architecture