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 |
two common properties for any validation control ?
How to improve the cache performance? : Dot net architecture
What are .net mobile controls features? : Microsoft dot net mobile
How does .net mobile work? : Microsoft dot net mobile
3. Should validation (did the user enter a real date) occur server-side or client-side? Why?
how to minimize,maximize and restore my form programmatically?
1 Answers Interlac, Six Sigma,
Explain pipelining? : Dot net architecture
if i want to validate all the control on web page how i will do
what is an assembly ?
Which tool you will use to deploy a windows service
What is private constructor? And it's use?
can any one urls for learning .net(which is written in simple english)