Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Technology Questions
In Microsoft application development, what is the .NET Framework and what role does it play when building and running managed applications on Windows?
In the architecture of the Microsoft .NET Framework, what are the main components that work together to compile, execute, and support managed applications?
In the .NET Base Class Library, which namespace primarily contains the standard collection classes such as lists, dictionaries, and other fundamental collection types?
In the context of object oriented languages on the .NET platform, does .NET support multiple inheritance, and if so in what form is multiple inheritance allowed?
In C sharp syntax, how do you declare that one class inherits from another base class in order to reuse and extend its members?
In C sharp and Visual Basic on the .NET platform, how can you prevent a class from being inherited or overridden further so that it cannot act as a base class?
In the Microsoft data access stack, what is ADO.NET and how does it help .NET applications interact with relational databases and other data sources?
In ADO.NET programming, what are the main usages of the Command object when working with databases and other data sources?
In the .NET runtime environment, what is the Dynamic Language Runtime DLR and what purpose does it serve when working with dynamic languages and dynamic features?
In web development on the Microsoft platform, what is ASP.NET and how is it used to build dynamic web sites, web applications, and web services?
From a web technology perspective, what is the basic difference between classic ASP and ASP.NET when building server side web applications on the Microsoft platform?
In an ASP.NET web application, how can you send an email message from a web page using the .NET Framework classes and an SMTP server?
In ASP.NET web forms, what is the code behind feature and how does it help separate presentation markup from server side application logic?
In ASP.NET 4.0, what are validation controls and approximately how many standard validation controls are provided for validating user input on web forms?
In ASP.NET Web Forms, what is meant by the concept of state, and what are the main types of state management mechanisms available to preserve data across requests?
In the Microsoft .NET platform, what is Windows Workflow Foundation WF and how does it support building workflow based applications?
Within Windows Workflow Foundation WF, what are the main types of workflows that developers can build to model different kinds of business processes?
In Windows Workflow Foundation, why are workflows designed around extensible models, and what advantages does this extensibility provide when building and evolving workflow based applications?
In .NET Framework 4.0, which deployment techniques are supported for installing and distributing applications to end users?
In ASP.NET and .NET Framework 4.0, how can an ASP.NET Web application be deployed to a server or delivered to end users?
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
71
72
73
74
75
76
77
78
79