What is Pinvoke?
Can .NET Framework components use the features of Component Services?
Is it true that COM objects no longer need to be registered on the server?
What are Interop Services?
Difference between Value type & reference types ? and give the example in .Net?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What are the security types in ASP/ASP.NET? Different Authentication modes?
How do you do Client-side validation in .Net?
How does ASP.NET framework maps client side events to Server side events.?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Where do we store our connection string in asp.net application?
Is it possible for me to change my aspx file extension to some other name?
Explain the Order of events in an asp.net page?
What are the Difference between asp.net and asp ?