Tuesday, August 21, 2007

 

C# interview questions

Note: the answers are blanked out in white color. Just use your mouse and select the bullet point below the mouse, you can see the answer.

These are my own questions and not copied...

  1. When an object is deserialized, does it call default constructor ?
    • Noooooooooo.
  2. What is the interface that a class needs to implement inorder for it to be able to be bound to controls.
    • For Win Forms: No interface required. For web forms:IBindingList
  3. You can not sign an assembly with strong name after it is created. True or False ?
    • True. You can sign an assembly with a strong name only when you create it. Also., all assemblies that reference stong named assembly also have to have strong names, so that the security of the strongly named assembly is not compromised
Copyright: Hey, if you are copying my questions, dont forget to acknowledge and link it to here

Comments:
Many thanks and great job. It already helped me to solve a problem which i was facing from a lot of days.A good article, to the point tutorial.
http://www.dapfor.com/en/net-suite/net-grid/features/performance
 
Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?