DotNet 2.0 using C# Test
class Sample { public Sample(int x) { } } In the above code, which of the following other class constructors can directly access the provided constructor?
Custom non-fatal exceptions should be derived from:
Determining the availability of sufficient memory for an operation can be accomplished by?
Elements in a System.Collections.Specialized.OrderedDictionary are:
If two assemblies contain the same fully qualified class, which of the following will be true?
In which of the following ways do structs differ from classes?
Of which elements does Generics allow parameterization by type?
Parameterized Properties in C# are__________.
The framework provides three different timer classes. Select the answer that properly matches the class with the listed characteristic.
The term Encapsulation is most commonly used to mean:
To which of the following can System.IO.IsolatedStorage not be scoped?
Transactions initiated in which of the following are supported by System.Transactions infrastructure?
What output will be generated by the following code? StringBuilder sb = new StringBuilder(10); sb.AppendFormat("1234567890123"); Console.WriteLine(sb.Capacity);
What will be the output generated by the following code? string t = "This Is a Test"; t.Replace("T", "?"); Console.WriteLine(t);
When Deleting a DataRow from the DataRowCollection of a DataTable, you can:
When developing a managed client to be used with an existing COM Component, __________.
When using the Demand method of System.Security.IPermission, which of the following will occur?
Which access limitation does a class member declared protected internal have?
Which of the following is a primary characteristic of System.Xml.XmlDataDocument?
Which of the following applies to interface inheritance?
Which of the following are characteristics of the System.Threading.Timer class?
Which of the following are defined as a "token"?
Which of the following are required to be true by objects which are going to be used as keys in a System.Collections.HashTable?
Which of the following are true about anonymous methods?
Which of the following are true about declarative attributes?
Which of the following are true about delegates?
Which of the following are true about enums?
Which of the following are true about event handling?
Which of the following are true about namespaces and assemblies?
Which of the following are true about Nullable types?
Which of the following are true about operator precedence?
Which of the following are true about pointers?
Which of the following are true about statements?
Which of the following are true about using ADO.NET DataSets and DataTables?
Which of the following are true about using the System.Messaging.MessageQueue class?
Which of the following are true for parameters?
Which of the following are true when comparing built in types for equality?
Which of the following are true with respect to the standard implementation of Garbage Collection?
Which of the following are typical steps in creating a managed COM server component?
Which of the following are valid as the underlying type for an enumeration?
Which of the following can an interface NOT contain?
Which of the following can Interfaces contain?
Which of the following can one perform to create a System.Type instance for a given specialization of a generic?
Which of the following characteristics are found in an iterator?
Which of the following characteristics are found in overloaded methods?
Which of the following characteristics do classes in the System.Drawing namespace such as Brush,Font,Pen, and Icon share?
Which of the following characteristics is found in The DateTime type?
Which of the following code samples will cause a compilation error?
Which of the following conditions are true regarding System.Diagnostics.Trace?
Which of the following does NOT apply to XCOPY deployment?
Which of the following encodings are NOT supported by classes in the System.Text namespace?
Which of the following is true about C# generics?
Which of the following is an effect of marking resources in satellite assemblies?
Which of the following is false regarding arrays?
Which of the following is NOT a requirement for an application to be certified in the "Certified for Windows Program"?
Which of the following is not a standard service behavior supported by the System.ServiceProcess.ServiceController class members?
Which of the following is not a valid attribute for impacting serialization?
Which of the following is NOT a valid C# preprocessor directive?
Which of the following is not a valid value for DataRowState?
Which of the following is not an application entry point?
Which of the following is NOT part of an assembly?
Which of the following is true about exceptions?
Which of the following operations can NOT be performed inside a catch block?
Which of the following operators can be overloaded?
Which of the following properties are found in Static Constructors?
Which of the following types are derived from System.Reflection.MemberInfo?
Which of the following types guarantee atomic reads and writes?
Which of the listed characteristics is found in the following code sample? [DllImport("msvcrt.dll")] public static extern int puts([MarshalAs(UnmanagedType.LPStr)] string m);
Which System.Runtime.Remoting class is used store all relevant information required to generate a proxy in order to communicate with a remote object?
Which System.Runtime.Remoting class is used to store all relevant information required to generate a proxy in order to communicate with a remote object?
With which class is the task of mapping a specific point in time into units, such as weeks, months, and years accomplished?