PDA

View Full Version : Dot Net Framework



  1. What is MSIL, IL, CTS
  2. What is CLR? How it will work
  3. Is .NET a runtime service or a development platform
  4. What is .NET Framework
  5. How can Bitwise OR operator represents in .Net
  6. Is it possible to run 2 applications on a single m/c, one App on .Net framework 1.0
  7. What is JIT and how is works
  8. Which is the base class for .net Class library
  9. What is the use of trace utility
  10. What are Satellite Assemblies how will create this
  11. Features in .net framework 1.1
  12. What is CLR and how it generates native code
  13. Define .NET architecture
  14. What is serialization in .NET? What are the ways to control serialization
  15. Explain About .NET Framework ?
  16. What does CLR do as soon as an assembly is created
  17. Explain About namespaces
  18. How .net assemblies are registered as private and shared assembly
  19. Types of assemblies that can be created in dot net
  20. What is side by side Execution
  21. Integer & Struct are value types or reference types in .NET
  22. Explain About DTS package
  23. How do you do role based security
  24. How do you register the dot net component or assembly
  25. What does assemblyinfo.cs file consists of
  26. What is strong name and which tool is used for this
  27. What is gacutil.exe. Where do we store assemblies
  28. What are the different steps to create shared assemblies
  29. What platforms does the .NET Framework run on
  30. Where does web. config info stored? Will this be stored in the registry
  31. What is Partial Assembly References
  32. What does assert() method do
  33. How do assemblies find each other
  34. Why are there five tracing levels in System.Diagnostics.TraceSwitcher
  35. How does assembly versioning work
  36. Can we look at the IL for an assembly
  37. Does the .NET Framework have in-built support for serialization
  38. Can source code be reverse-engineered from IL
  39. What are the contents of assembly
  40. What are the ways to deploy an assembly
  41. What are the mobile devices supported by .net platform
  42. What are the methods in Thread class
  43. What are the properties of Thread class
  44. What is Thread Priority
  45. What is the difference between STA and MTA
  46. What is VSS? Where we use it
  47. Can we call the garbage collector to run explicitly
  48. What is boxing and unboxing
  49. What is the use of finalize and dispose even though garbage collector is working
  50. What is the main difference between VS 2005 and VS 2003
  51. What is namespace used for loading assemblies at run time and name the methods
  52. How would you make a combo-box appear in one column of a DataGrid
  53. What is different between User Control and Web Control and Custom Control
  54. What are the different authentication modes in the .NET environment
  55. What is Global Assembly Cache (GAC) and what is the purpose of it
  56. What are the ways to show data grid inside a data grid for a master type of tables
  57. How will you load dynamic assembly
  58. How will create assemblies at run time
  59. What are the types of assemblies and where can u store them and how
  60. Reading doc file in textbox using .net2005 with c#
  61. In which circumstances you used delegates
  62. What are generics? Without generics what are the disadvantages in 1.1
  63. How Garbage Collector identifies the objects which are not in use
  64. Tell me about the internal working of Garbage collector
  65. What is MVC pattern
  66. Difference between manifest , metadata
  67. If Controller is not there in MVC Pattern what happens
  68. What are background threads
  69. Can you handle all button click events at once in a form? Give coding
  70. If foreground completes its processing will it wait for background threads
  71. If background completes its processing will it wait for foreground threads
  72. If we write return statement in finally block will it works fine or throws any error
  73. Verify this code whether it works fine or gives error: Object obj=5; int i=6;i=i+obj;
  74. Can any one tell about REFLECTION with example
  75. If we not suppress finalize method in dispose what will happen
  76. If we want to construct our own Garbage collector what are the things we have to do
  77. If you are using components in your application, how can you handle exceptions raised
  78. What does CLR do after the IL is generated and machine language is generated
  79. How to maintain the session state
  80. what is Abstract class and interface and inheritance with example
  81. What was the problem in traditional component why side by side execution is supported
  82. How to generate the strong names & its use
  83. About Assembly in .NET, types of assemblies, their difference, Howto register GAC
  84. what is the access specifier used for that methods in the code behind file
  85. write any code for DataGrid methods