Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What is "common language specification" (cls) in .net?
Explain the process of serialization in .NET?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What are the two kinds of properties.
in hibernate, what is dirty reading?
What's singlecall activation mode used for in .net?
What is the Difference between directcast and ctype?
What is the transport protocol you use to call a seb service soap?
Explain about managed heap?
What is the difference between server.transfer and response.redirect? Why?