DotNet 3.5 using C# Test
By which contract are the ws-addressing action and replyaction elements of the soap envelop controllable when Windows Communication Foundation is used?
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:
For which of the following scenarios does Reflection.Emit provide support?
Given the code below, which of the following items will cause a compilation error? static void F1(params int [] y) { } static void Sample() { int [] j = new Int32[3]; List k = new List(); ...
In which of the following types of applications can Windows Workflow Foundation be used?
In which of the following ways do structs differ from classes?
Of which elements does Generics allow parameterization by type?
The default number of threads per processor in the System.Threading.ThreadPool class under version 3.5 of the Framework is:
The framework provides three different timer classes. Select the answer that properly matches the class with the listed characteristic.
The output generated by the following code will be: string t = "This Is a Test"; t.Replace("T", "?"); Console.WriteLine(t);
To which contract is the SessionMode property to disallow, require, or permit applied when Windows Communication Foundation is used?
To which of the following can System.IO.IsolatedStorage not be scoped?
To which of the following do automatic properties refer?
What impact will using implicitly typed local variables as in the following example have? var sample = "Hello World";
When Deleting a DataRow from the DataRowCollection of a DataTable, you can:
When Implementing System.EnterpriseServices.ServicedComponent derived classes, which of the following statements are true?
When using a DataReader to access the results of a Database operation, which of the following are true?
When using an automatic property, which of the following statements is true?
When using an implicitly typed array, which of the following is most appropriate?
When using the Demand method of System.Security.IPermission, which of the following will occur?
When using version 3.5 of the framework in applications which emit a dynamic code, which of the following are true?
When Windows Communication Foundation is used to develop a Web Service, which of the following are supported?
Which access limitation is found in a class member declared protected internal?
Which features that are not supported in the System.TimeZone class does the System.TimeZoneInfo class provide?
Which of the following regarding the System.DateTimeOffset structure are true?
Which of the following advantages does System.Collections.IDictionaryEnumerator provide over System.Collections.IEnumerator?
Which of the following are characteristics of the System.Threading.Timer class?
Which of the following are goals of Windows Communication Foundation?
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 static methods of the System.Reflection Activator class?
Which of the following are true about anonymous types?
Which of the following are true about declarative attributes?
Which of the following are true about Extension methods?
Which of the following are true about Nullable types?
Which of the following are true about System.GC under version 3.5 of the Framework?
Which of the following are true about System.Security.Cryptography under version 3.5 of the framework
Which of the following are true about using ADO.NET DataSets and DataTables?
Which of the following are true regarding multiple versions of an assembly?
Which of the following are true regarding event declaration in the code below? class Sample { event MyEventHandlerType MyEvent; }
Which of the following are true regarding System.Threading.ReaderWriterLockSlim?
Which of the following are true regarding System.Web.Mail and System.Net.Mail namespaces?
Which of the following are true regarding the System.Collections.Generic.HashSet<T> class?
Which of the following are true when comparing ADO.NET with Microsoft DNA (Distributed interNet Applications)?
Which of the following are true with respect to the standard implementation of Garbage Collection?
Which of the following characteristics are found in a query expression?
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 present in the DateTime type?
Which of the following code samples show a valid static constructor?
Which of the following do the advantages of Lambda Expressions over Anonymous methods include?
Which of the following does the System.IO.Pipes namespace provide?
Which of the following does using Initializer Syntax with a collection as shown below require? CollectionClass numbers = new CollectionClass { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
Which of the following is not an unboxing conversion?
Which of the following is not supported by remoting object types?
Which of the following is true about C# generics?
Which of the following items are recommended when using XML comments to generate documentation?
Which of the following operators can be overloaded?
Which of the following scenarios are applicable to Window Workflow Foundation?
Which of the following statements apply to developing .NET code, using .NET utilities that are available with the SDK or Visual Studio?
Which of the following statements are applicable to LINQ to SQL?
Which of the following statements do Expression Trees fit best?
Which of the following types guarantee atomic reads and writes?
While using the capabilities supplied by the System.Messaging classes, which of the following are true?
With which class is the task of mapping a specific point in time into units, such as weeks, months, and years accomplished?
Within Windows Workflow Foundation, Compensating Actions are used for: