Pages

Wednesday 5 June 2013

Dot Net Interview Questions

  1. How many languages .NET is supporting now.
  2. How is .NET able to support multiple languages.
  3. How ASP .NET different from ASP.
  4. What is smart navigation in .NET.
  5. What is view state in .NET.
  6. How do you validate the controls in an ASP .NET page.
  7. Can the validation be done in the server side? Or this can be done only in the Client side.
  8. How to manage pagination in a page using .NET.
  9. What is ADO .NET and what is difference between ADO and ADO.NET.
  10. Observations between VB.NET and VC#.NET.
  11. Advantages of migrating to VB.NET.
  12. Advantages of VB.NET.
  13. Using ActiveX Control in .Net.
  14. What is Machine.config in .NET.
  15. What is Web.config in .NET.
  16. What is the difference between ADO and ADO.NET.
  17. What is the difference between VB and VB.NET.
  18. What is a Strong Name in .NET.
  19. What is a Manifest in .NET.
  20. Creating a Key Pair in .NET.
  21. What is the difference between "using System.Data;" and directly adding the reference from "Add References DialogBox".
  22. What is GAC in .NET.
  23. What is a Metadata in .NET.
  24. What is managed code and managed data in .NET.
  25. What is .NET and .NET Framework.
  26. What is Reflection in .NET.
  27. What is "Common Type System" (CTS) in .NET.
  28. What is "Common Language Specification" (CLS) in .NET.
  29. What is "Common Language Runtime" (CLR) in .NET.
  30. What are Attributes in .NET.
  31. What are the Types of Assemblies in .NET.
  32. What is an Intermediate language.
  33. ASP.NET Authentication Providers and IIS Security.
  34. What is the difference between ASP and ASP.NET.
  35. Using COM Component in .Net.
  36. What is an assembly in .NET.
  37. What is a Web Service in .NET.
  38. Explain webFarm Vs webGardens in .NET.
  39. What is the difference between a namespace and assembly name in .NET.
  40. What’s a Windows process in .NET.
  41. What’s typical about a Windows process in regards to memory allocation in .NET.
  42. Explain what relationship is between a Process, Application Domain, and Application.
  43. What are possible implementations of distributed applications in .NET.
  44. What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services.
  45. What’s a proxy of the server object in .NET Remoting.
  46. What are remotable objects in .NET Remoting.
  47. What are channels in .NET Remoting.
  48. What security measures exist for .NET Remoting in System.Runtime.Remoting.
  49. What is a formatter in .NET.
  50. Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs.



No comments:

Post a Comment