What is datasource c#?



What is datasource c#?..

Answer / Mehtav Singh

dataSource in C# refers to the collection of data that a control or a component can access. It could be an array, list, database table, or any other type of data container.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What’s thread.sleep() in threading ?

1 Answers  


How you will create satellite assemblies?

1 Answers  


Is string immutable in c#?

1 Answers  


What is escape sequence in c#?

1 Answers  


Why we use extension method in c#?

1 Answers  


Which class does the remote object has to inherit?

1 Answers  


If all code is written in a try block and write a catch block with Exception type Exception .In that scenario will all the exceptions catched by that catch block? or any exceptions which will not be caught?

3 Answers   Honeywell,


Which namespace is required to implement trace ?

1 Answers  


What is the difference between values and reference types?

1 Answers   Alcatel-Lucent,


What?s class SortedList underneath?

1 Answers  


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

1 Answers  


What are the types of attributes in c#?

1 Answers  


Categories