What is sqlconnection in c#?



What is sqlconnection in c#?..

Answer / Mohd Shikoh

SqlConnection is a class in C# that provides access to data sources using the ADO.NET SQL Server provider. It establishes a connection between the application and the database, allowing data operations like query execution, data reading, and writing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is concrete class in c#?

1 Answers  


What is namespace explain with example?

1 Answers  


STATIC METHOD CAN BE OVERLOADING AND OVERIDNG? IS POSSIBLE IN iN c# .NET AND WHAT IS THE REASON??

3 Answers   IBM, TCS,


Can you use foreach iteration on arrays in c#?

1 Answers  


What is a decimal in c#?

1 Answers  


How do you implement multiple inheritance in .NET?

5 Answers   Infosys, Microsoft,


Why array is faster than arraylist in c#?

1 Answers  


How can we give strong name to assembly? What is satellite assembly?

2 Answers   SMNetserv,


Explain About friend and Protected friend

1 Answers  


What?s the .NET datatype that allows the retrieval of data by a unique key?

1 Answers  


Can you inherit multiple classes in c#?

1 Answers  


Do void methods have parameters?

1 Answers  


Categories