What is the access level of the visibility type internal?
No Answer is Posted For this Question
Be the First to Post Answer
What is static Constructor?
Explain COM with example?
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
what are the lifetime events of a from?
What do you know about machine.config file ?
How will you do windows authentication and what is the namespace?
Explain difference between machine config vs. Web config? : .NET Architecture
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
What are end points, contract, address and bindings?
Can you explain the difference between an ADO.NET Dataset and ADO Recordset?
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
what are the things we generally declare in session_start , application_start ?