.Net Deployment Interview Questions
- What is CLR in .NET?
- What are Attributes in .NET?
- How is meant by DLL in .NET?
- What is Machine config in .NET?
- What does mean by .NET framework?
- How to achieve Polymorphism in VB.Net?
- How can you debug failed assembly binds?
- What are the different types of assemblies?
- What do you know about .NET assemblies?
- Name some of the languages .NET support?
- What?s Singleton activation mode in .NET?
- Main differences between ASP and ASP.NET?
- How is the DLL Hell problem solved in .NET?
- What should one do to make class fertilizable?
- How many languages .NET is supporting now?
- What is the base class of Button control in .NET?
- Difference between Class and Interface in .NET?
- How to manage pagination in a page using .NET?
- How do you generate an RCW from a COM object?
- How do you define the lease of the object in .NET?
- When should you call the garbage collector in .NET?
- What?s Single Call activation mode used for in .NET?
- How many types of exception handlers are there in .NET?
- What do you know about ADO. Net?s objects and methods?
- What are the advantages and drawbacks of using ADO.NET?
- What’s the difference between private and shared assembly?
- What are different methods of session maintenance in ASP.NET?
- What is Response object? How is it related to ASP?s Response object?
- Explain Difference between Panel and Group Box classes using .NET?
- Which DLL translate XML to SQL in Internet Information Server (IIS)?
- What are possible implementations of distributed applications in .NET?
- What exactly is being serialized when you perform serialization in .NET?
- What is the difference between a namespace and assembly name in .NET?
- How do you call unmanaged methods from your .NET code through PInvoke?
- When we go for html server controls and when we go for web server controls?
- What is the equivalent to regsvr32 and regsvr32 /u a file in .NET development?
- Explain Data Set. Accept Changes and Data Adapter. Update methods in .NET?
- Which dll is required to translate XML to SQL in Internet Information Server (IIS)?
- What is the difference between users controls an custom control? Advantages and disadvantages?
- Why The JavaScript Validation Not Run on the Asp.Net Button But Run Successfully On The HTML Button?