What is .net environment?
What are the purposes of using .net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Which file is taken by compiler when we have both file Application and Server Configuration file?
Explain something about WebService?
Explain About GDI object ?
What is a design pattern and what is it for?
What is boxing and un-boxing in .net?
What is portable executable (PE)?
How to create properties and methods using controls?
What is an exe and a dll?
How do you turn off cookies for one page in your site?
What is typical about a windows process in regards to memory allocation in dot net?