ASP.NET 2.0 Question:
Download Questions PDF

Explain DIff. between Friend and Protected Friend?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

Friend access provides access to member with in the namespaces .The protected friend gives specifies access to the member with in the namespace and the derving classes.

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
Lets say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET?How do u declare static variable and how it is declared and what is its lifetime?