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 |
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Define pipelining? : Dot net architecture
Explain the race around condition? : .NET Architecture
What is biginteger and when would you use that?
What is the cli? Is it the same as the clr?
Explain pipelining? : .NET Architecture
How to send e-mail to gmail/yahoo or any other ID from your mail server.I need the code.
Differnce between managed code and unmanaged code ?
What are the options provived by vss to the user? how it will help us while delevoping application?
How can i create only one instance of class and thus doesn't allow creating any more instances?
What is MS chart control in visual studio?