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 the Lapsed Listener problem in .net
Explain How to improve the cache performance? : Dot net architecture
Explain
Explain about appdomains?
Can you Explain
how to delete the record using data reader
Can you explain control extenders?
where should I put this information then?
Explain about httpruntime.cach.get(); method?
What is the mesi? : .NET Architecture
Explain about clr?
Explain the difference between primary & secondary storage device? : .NET Architecture
Explain difference between machine config vs. Web config : Dot net architecture
Explain the purpose of cache? How is it used? : Dot net architecture
How do we do authentications using atlas?