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?
Answer Posted / 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 |
Post New Answer View All Answers
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Explain pipelining? : Dot net architecture
Are there any third party logging components available?
what is the difference between master page and content page?
Define dma? : Dot net architecture
what are login controls?
What is difference between Desktop, Client Server & Web based applications?
Can you explain atlasuiglitz library?
Explain about the base class library provided by microsoft.net?
Explain about microsoft visual studio?
How do we do authentications using atlas?
What is the difference between an application and a program?
Explain the difference between l1 and l2 cache? : .NET Architecture
Explain the difference between inprocess vs out process session state : Dot net architecture
How does .net remoting work?