Test Status
      CSHARPTEST5
      (A) Different parameter data types
      (B) Different order of parameters
      (C) Different number of parameters
      (D) All of above
      (A) A reference to an object in a different process.
      (B) A strongly typed function pointer.
      (C) An inter-process message channel.
      (D) A light weight thread or process that can call a single method.
      (A) The runtime checks to see that only one version of an assembly is on the machine at any one time.
      (B) The compiler offers compile time checking for backward compatibility.
      (C) .NET allows assemblies to specify the name AND the version of any assemblies they need to run.
      (D) It doesn.t.
      (A) A constructor can be used to set default values and limit instantiation.
      (B) Destructors are used with classes as well as structures.
      (C) A class can have more than one destructor.
      (D) C# provides a copy constructor.
      (A) TestFixtureAttribute
      (B) TestClassAttribute
      (C) TestAttribute
      (D) NUnitTestClassAttribute
      (A) ExecuteQuery
      (B) ExecuteUpdate
      (C) ExecuteNonQuery
      (D) ExecuteCommand
      (A) Static constructors can use optional arguments.
      (B) Overloaded constructors cannot use optional arguments.
      (C) If we provide a one-argument constructor then the compiler still provides a zero-argument constructor.
      (D) If we do not provide a constructor, then the compiler provides a zero-argument constructor.
      (A) Client computer as a cookie
      (B) Server machine
      (C) Passed to and fro on each and every request and response
      (D) Both a and b are correct
      (A) HasCollision
      (B) HasErrorConflict
      (C) HasError
      (D) HasDataError