What is namespace used for loading assemblies at run time
and name the methods?
Answers were Sorted based on User's Feedback
Answer / umesh
System.Reflection and System.Type.InvokeMember to invoke
the method.
| Is This Answer Correct ? | 6 Yes | 1 No |
What is the need of .Net framework ?
What are the components required to create a route in ASP.Net MVC?
Where The Inheritence is useful?How we decide the situation of inheritence
In which assembly is the mvc framework defined?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Is there built-in support for tracing/logging
What is orm entity framework?
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
What is route config?
How do I use partial view?
How do you enforce garbage collection in .NET
What are the 2 ways of adding constraints to a route?