Extension for ASP.NET Web Handler File?
ASCX
ASPX
ASHX
ASMx
Windows Font File having extensions as --
.fnt
.fonts
.winfonts
.wfnts
This file type indicates an HTML file?
.html
.hta
.htx
.httml
CGI stands for … ?
Common Gateway Interface
Common Gateway International
Commercial Gateway Interface
Common Global Interface
Extension for Active Server Custom Control?
Font files having extensions as …
.ttf
.sfnt
.fn
.fnts
Which one is similar to Delegates?
Interface in Java
pointer in C or C++
function pointer in C or C++
Interface in .NET
The C# keyword int maps to which .NET type
System.Int16
System.Int32
System.Int64
System.Int8
Which of these statements correctly declares a two-dimensional array in C#?
int[,] myArray;
int[][] myArray;
int[2] myArray;
System.Array[2] myArray;