Answers

Question and Answer:

  Home  Dot Net

⟩ List of ASP.NET interview questions only?

1. What is a static class?

2. What is static member?

3. What is static function?

4. What is static constructor?

5. How can we inherit a static variable?

6. How can we inherit a static member?

7. Can we use a static function with a non-static variable?

8. How can we access static variable?

9. Why main function is static?

10. How will you load dynamic assembly? How will create assesblies at run time?

11. What is Reflection?

12. If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) in my application?

13. How do you create threading in.NET? What is the namespace for that?

14. What do you mean by Serialize and MarshalByRef?

15. What is the difference between Array and LinkedList?

16. What is Asynchronous call and how it can be implemented using delegates?

17. How to create events for a control? What is custom events? How to create it?

18. If you want to write your own dot net language, what steps you will you take care?

19. Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

20. How dot net compiled code will become platform independent?

 146 views

More Questions for you: