Describe datareader object of ado.net with example.
Is ado.net an orm?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the significance of CommandBehavior.CloseConnection ?
How to creating a SqlCommand Object?
What is ODP.NET ?
what is type dataset?
What are the different ado.net namespaces?
What is sqldatasource?
i making a project using windows application c#, i want to show user name, password, and one button login. i wanna make it with sealed class .how its possible . when i clicked my login button all project should be open. pls cleare me.
What is a non query?
Can you explain how to enable and disable connection pooling?
What are the uses of Stored Procedure?