Saturday 28 June 2014

.Net Face to Face interview questions for 4+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, WCF , Unit Testing and Lamda Expressions.

  1. What is the Difference between abstraction and interface?
  2. What is overriding?
  3. Which keyword have to use in the parent class?
  4. If the method is virtual in parent can I use static for the overridden method
  5. If I want to Encrypt the connection string how can I do?
  6. What is the difference between session and application?
  7. Can you explain page life cycle
  8. What will happen in page initialization
  9. If we don’t want to inherit particular class what we have to do
  10. What is the Architecture of WCF Services?
  11. What is the difference between repeater and gridview
  12. Can we use update in Repeater?
  13. There are 100 pages in my application I want to give permission to one user some pages and  to another user other pages how can I do that
  14. What is Delegate? What is Multicaste Deligate
  15. How to Generate Public assembly Key?
  16. What is Satellite Assembly?
  17. What is the Use of Satellite Assembly?
  18. When you write a multilingual or multi-cultural application in .NET, and want to distribute the core application separately from the localized modules, the localized assemblies that modify the core application are called satellite assemblies.
  19. What is difference between Satellite Assembly and Public Assembly
  20. What is difference between delegates and events?
  21. What are Asynchronous Delegates?
  22. Can we implement Properties in Interface?
  23.  

No comments:

Post a Comment