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
What is MS chart control in visual studio?
Explain about appdomains?
What is msil, and why should my developers need an appreciation of it if at all?
.Net Frame work arch?
deference between display and visibility property of CSS
what is the difference between running an application with and without debugger?
What are the five stages in a dlx pipeline? : Dot net architecture
What are different types that a variable can be defined and their scopes ?
where should I put this information then?
What is difference between .net and visual studio?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain the race around condition? How can it be overcome? : Dot net architecture
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain Intermediate Language?
define cache memory? : Dot net architecture