Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
Explain how garbage collection deals with circular referrences?
What are type safe function pointers?
Which of the following are the debugging windows in .NET?
Explain how garbage collection deals with circular references?
What is the purpose of reserved word using in C#?
Explain how garbage collection manages the reclamation of unused memory?
Explain the process of creating a menu using the MainMenu component
Define Virtual folder.?
Define Common Type System
What are the ways of preserving data on a Web Form in ASP.NET?
Explain how a web application works.
How to set breakpoints?
What is assembly manifest?
What is the information does assembly manifest provide?
Explain how a .NET application is compiled and executed?
Describe the .NET base class library
Explain the process of creating a context menu using the ContextMenu component
What is a delegate?
How to create a Delegate?
Explain how to configure Trace switches in the application’s .config file.?
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