Written tests assess the depth of your .NET programming knowledge. Taking .NET
online practice test helps you judge your programming skills. The objective
.NET test here comprises of theoretical and practical questions to help you
find out your current status and prepare for the job interviews. This is a set
of 26 practice questions on .NET programming with some sample .NET multiple
choice objective questions.
Online Practice
Test > .NET Test
More online .NET test
.NET
Framework online test (26 questions)
.NET Security online test
.NET Caching online test
.Net online test
ADO.NET
online test (10 questions)
.NET Remoting and webservices online test
C#.NET online
test (20 questions)
ASP.NET
online test (20 questions)
Csharp.NET online
test for experienced (20 questions)
ASP.NET online
test for Experienced(19 questions)
Here are few sample .NET practice test/quiz questions
Which of the following is not true for garbage collection?
Options
It manages the reclamation of unused memory
It deals with circular references
You can be certain when an object will be reclaimed by garbage collector
It disposes unreferenced objects
Which of the following is not true for .NET exception?
Options
All exceptions in .NET are derived from Exception base class
Exceptions can’t be generated programmatically
We have system exceptions and application exceptions in .NET
Which tool can be used to precompile a window application?
Options
ngen.exe
caspol.exe
caspol.dll
ngen.dll
Click here to start
.NET practice test/quiz
More Links
Latest answer: IComparable, IDisposable, IConvertible,
ICloneable, IEquatable, IFormattable
IComparable: It is implemented by types for ordering and sorting. The
implementation types must implement one single method i.e. CompareTo.........
public static object CreateMethod(Type generic, Type innerType, params object[]
args)
{
System.Type type = generic.MakeGenericType(new
System.Type[] { innerType });
return Activator.CreateInstance(type,
args);..............
Latest answer: Type forwarding is a technique to move types
from one assembly to another without the clients needing to recompile the
assemblies..................
|