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 cache memory? : .NET Architecture
Explain the difference between state server and sqlserver : Dot net architecture
Define a virtual memory? : Dot net architecture
what is the method while we are using adapter and dataset ?
Explain a .net mobile example with details? : Microsoft dot net mobile
any one can explain about projectarchitecture and project approach briefly
Explain dotnet framework ?
Explain Intermediate Language?
Define domestic architecture artifacts? : Dot net architecture
Define pipelining? : Dot net architecture
Why only boxed types can be unboxed?
What is .net viewstate?
Explain domestic architecture artifacts? : Dot net architecture
What is .net mobile images control. : Microsoft dot net mobile
Explain difference between machine config vs. Web config : Dot net architecture