R

Ram Sharma • 193.86K Points
Coach

Q. Can we use linq to query against a DataTable?

  • (A) Yes
  • (B) No
  • (C) Situational
  • (D) None of the mentioned

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.

Related MCQs on C#

Q. The stream class has been designed to provide functional features for ________ and __________.

Q. Which is/are the correct method(s) to input a float value in C#?

Q. COM Interop is simplified in C#4.0 e.g.var doc = Application.GetDocument("MyFile.txt"); In above statement_______ keyword was essential in parameters of GetDocument() in previous versions of C#.

Q. When an instance method declaration includes the abstract modifier, the method is said to be an ______.

Q. Which of the following jobs are NOT performed by Garbage Collector? 1.Freeing memory on the stack. 2.Avoiding memory leaks. 3.Freeing memory occupied by unreferenced objects. 4.Closing unclosed database collections. 5.Closing unclosed files.

Q. What is the C# keyword which is used to change data and behaviour of a base class by replacing a member of the base class with a new derived member?

Q. An Event is -

Q. A delegate defines

Q. In Visual Studio, the tool that enables you to connect to a database and automatically populate a dataset object using a TableAdapter object is the ___________wizard:

Q. Which of the following statements are correct? 1. Instance members of a class can be accessed only through an object of that class. 2. A class can contain only instance data and instance member function. 3. All objects created from a class will occupy equal number of bytes in memory. 4. A class can contain Friend functions. 5. A class is a blueprint or a template according to which objects are created.

Learn All C# MCQs