M

Mr. Dubey • 52.48K Points
Coach

Q. ADO.NET is the data access component of Microsoft’s .NET framework that enables you to

  • (A) connect your Visual Basic.NET applications to your company’s local area network.
  • (B) connect your Visual Basic.NET applications to databases.
  • (C) connect your PC to the Internet.
  • (D) connect your local area network to the Internet.
  • Correct Answer - Option(B)
  • Views: 83
  • Filed under category C#

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. Which C# concept has the capability of an object to take number of different forms and hence display behaviour as accordingly?

Q. SOAP in C# stands for ___.

Q. The C# provides special methods known as _____ methods to provide access to data members.

Q. it possible to store multiple data types in System.Array?

Q. Code that targets the Common Language Runtime is known as

Q. Which of the following statements are correct about data types? 1. If the integer literal exceeds the range of byte, a compilation error will occur. 2. We cannot implicitly convert non-literal numeric types of larger storage size to byte. 3. Byte cannot be implicitly converted to float. 4. A char can be implicitly converted to only int data type. 5. We can cast the integral character codes.

Q. The ADO.NET provides greater case of ___________

Q. The file steam class is designed specifically for reading and writing_______________ files.

Q. Which of the following is the correct ways to set a value 3.14 in a variable pi such that it cannot be modified?

Q. Which of the following statements are correct about the C#.NET code snippet given below? if (age > 18 && no < 11) a = 25; 1. The condition no <11 will be evaluated only if age > 18 evaluates to True. 2. The statement a =25 will get executed if any one condition is True. 3. The condition no < 11will be evaluated only if age > 18 evaluates to False. 4. The statement a = 25 will get executed if both the conditions are True. 5. && is known as a short circuiting logical operator.

Learn All C# MCQs


Question analytics