Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
What is the syntax to inherit from a class in C#?
How can you prevent a class from overriding in C# and Visual Basic?
Explain ADO.NET in brief.
What are the usages of the Command object in ADO.NET?
What are the usages of the Command object in ADO.NET?
What is Dynamic Language Runtime (DLR)?
What is ASP.NET?
What is the basic difference between ASP and ASP.NET?
How can you send an email message from an ASP.NET Web page?
What is the code-behind feature in ASP.NET?
Explain the validation controls. How many validation controls in ASP.NET 4.0?
Explain the concept of states in ASP.NET.
What is Windows Workflow Foundation (WF)?
What are the different types of workflow in WF?
Explain why workflows are based on Extensible Models.
List different ways of deployment that are supported by .NET Framework 4.0.
How can you deploy an ASP.NET Web application?
Mention the two major categories that distinctly classify the variables of C# programs.
What is Language Integrated Query (LINQ)?
Write the basic syntax of a LINQ query in Visual Basic as well as in C#.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70