Choose a topic to test your knowledge and improve your C skills
The compiled version of a VC#.NET program will be in_______________.
The purpose of JIT compiler is to convert____________.
The Garbage Collection solves_____________.
The code that requires the CLR at runtime for the execution is known as the ________.
Which one of the following JIT compilers produce highly optimized code?
The VC#.NET language________________.
Home page in VS.NET is also known as__________.
The ______________ enables to move through the code very quickly.
In VC#.NET project files are grouped into a _____________.
Which one of the following statements about code debugging is correct?
The arrays involved in a jagged array__________
The parameters of a method __________.
The ref type parameters are____________.
The out type parameters can be used_______________.
In case of the Params type parameter____________.
An instance class member is referred by using the format____________.
Overloaded constructors will have________.
A static constructor_____________
A property_____________
An indexer________________.
A namespace can contain___________.
The alias should have
In the case of a component,
In the case of access modifiers___________.
The size of integer is___________.
An instance of a value type variable is allocated memory on_______.
An instance of a reference type variable is allocated memory on_______.
________________ access modifier is applied to a method or a data member, it can beaccessed by all classes in the same namespace and derived class in other namespace.
The first type of streams is specially used to represent _________
The second type of streams is used to represent __________
All IO classes that represent streams are derived from the ______ class.
The stream class has been designed to provide functional features for ________ and__________.
The file steam class is designed specifically for reading and writing_______________ files.
A buffer is a block of bytes in memory used to ___________
The Buffered Stream class is a ________ of the Stream class.
The text files are helpful in __________ and ____________ textual data.
A machine on a network is called ________
The node is also called as ______________
The various possible values of dock property are_________
The ADO.NET provides greater case of ___________
Only ___________ amount of processing time is needed for data conversion.
A Managed provider can be considered as a set of objects that mediate between a_____________ and ___________
The main ASP.NET page class is derived from the ____________ class
We can attach _________ validation control to an input control
The validation control has ____________ control.
The up level browser will perform validation on the client, using the _________ and____________
For client-side custom validation, the name of the custom function must be identified in the______________ function property
For server-side custom validation, the name of the custom function must be identified in the______________ function property