1.
Explain about
yourself?
2.
What is .Net frame
work?
3.
What is CLR?
4.
What is garbage
collector? Explain about garbage collector?
5.
What is managed code
& unmanaged code?
6.
Is CLR will clear
the unmanaged code? How to clean up the
unmanaged code?
7.
What is the
difference between Finalize and dispose?
8.
What is exception
handling in ASP.Net?
9.
What is
finally-block? Which type of code we keep in finally block?
10.
What is the
difference between Web Services & WCF Services?
11.
What is WCF?
12.
How many types of
bindings are there in WCF and explain them?
13.
Which types of
bindings you used in your application?
14.
What is the
difference between basic http binding and WS http binding?
15.
What is the
importance of JavaScript?
16.
How to capture a
textbox value from JavaScript?
17.
Can we call services
in JavaScript?
18.
Can we call server
side coding in JavaScript and how?
19.
What are the state
management techniques in ASP.Net?
20.
Explain different
types of sessions?
21.
When to use
sessions? Where session id will store?
22.
What are cookies?
What is the difference between cookies and sessions?
23.
What is the
difference between Interface and abstract class?
24.
I have one method in
both interface and abstract class? I do have to implement the method in child
classes, what is the difference between those two? Which will take less
compilation time?
25.
Do you know XML? Why
we need XML?
26.
Write one example
for XML?