.Net Deployment Interview Questions

.Net Deployment Interview Questions

  1. What is CLR in .NET?
  2. What are Attributes in .NET?
  3. How is meant by DLL in .NET?
  4. What is Machine config in .NET?
  5. What does mean by .NET framework?
  6. How to achieve Polymorphism in VB.Net?
  7. How can you debug failed assembly binds?
  8. What are the different types of assemblies?
  9. What do you know about .NET assemblies?
  10. Name some of the languages .NET support?
  11. What?s Singleton activation mode in .NET?
  12. Main differences between ASP and ASP.NET?
  13. How is the DLL Hell problem solved in .NET?
  14. What should one do to make class fertilizable?
  15. How many languages .NET is supporting now?
  16. What is the base class of Button control in .NET?
  17. Difference between Class and Interface in .NET?
  18. How to manage pagination in a page using .NET?
  19. How do you generate an RCW from a COM object?
  20. How do you define the lease of the object in .NET?
  21. When should you call the garbage collector in .NET?
  22. What?s Single Call activation mode used for in .NET?
  23. How many types of exception handlers are there in .NET?
  24. What do you know about ADO. Net?s objects and methods?
  25. What are the advantages and drawbacks of using ADO.NET?
  26. What’s the difference between private and shared assembly?
  27. What are different methods of session maintenance in ASP.NET?
  28. What is Response object? How is it related to ASP?s Response object?
  29. Explain Difference between Panel and Group Box classes using .NET?
  30. Which DLL translate XML to SQL in Internet Information Server (IIS)?
  31. What are possible implementations of distributed applications in .NET?
  32. What exactly is being serialized when you perform serialization in .NET?
  33. What is the difference between a namespace and assembly name in .NET?
  34. How do you call unmanaged methods from your .NET code through PInvoke?
  35. When we go for html server controls and when we go for web server controls?
  36. What is the equivalent to regsvr32 and regsvr32 /u a file in .NET development?
  37. Explain Data Set. Accept Changes and Data Adapter. Update methods in .NET?
  38. Which dll is required to translate XML to SQL in Internet Information Server (IIS)?
  39. What is the difference between users controls an custom control? Advantages and disadvantages?
  40. Why The JavaScript Validation Not Run on the Asp.Net Button But Run Successfully On The HTML Button?