Which of the following statements is NOT true about the UNIQUE constraint of SQL Server 2008?
1. Which of the following define the rules for .NET Languages?
Note: Select more than 1 option as correct answer
Is it possible to define custom Exception classes in C#?
Which type of class members are associated with the class itself rather than the objects of the class?
What is the syntax required to load and use a normal unmanaged windows DLL (e.g. kernel32.DLL) in a managed .NET C# code?
Which of the following will block the current thread for a specified number of milliseconds?
Which of the following functions are used to wait for a thread to terminate?
What is the benefit of using a finally{} block with a try-catch statement in C#?
In which of the following namespaces is the Assembly class defined?
Which of the following statements is true regarding predicate delegates in C#?
Which of the following is true about friend functions in C#?
Where does a C# assembly store the information regarding the other external dependencies, such as satellite assemblies, global assemblies etc, and their versions so that they can be loaded correctly when the assembly is executed?
In C#, exception handling should be used...
The global assembly cache:
Which statements will give the path where the executing assembly is currently located?
In C#, can global functions that are not associated with a particular class be defined?
Which of the following is true for CLR?
The ___________ namespace is not defined in the .NET class library.
Which of the following is true about constructors and member functions?
Which of the following language code is not 'managed' by default in .NET framework?
Which object oriented term is related to protecting data from access by unauthorized functions?
One of the ternary operators provided in C# is:
What type of code is written to avail the services provided by Common Language Runtime?
The .NET Framework consists of:
Which of the following keywords prevents a class from being overridden further?
Which of the following is true regarding a null and an empty collection in C#?
Which of the following statements are true regarding the ref and out parameters in C#?
What is the difference between the String and StringBuilder class objects with respect to mutability?
What are Satellite assemblies in C# .NET?
An Interface represents which kind of relationship?
Why is it a bad practice to use iteration variables in lambda expressions?
Which of the following is the correct way to implement deep copying of an object in C#?
What is the purpose of the vshost.exe file in Visual Studio?
What is the difference between data types
How can a single instance application be created in C#?