Answer Posted / swapna
We can dynamically reference an assembly by providing only
partial information, such as specifying only the assembly
name. When you specify a partial assembly reference, the
runtime looks for the assembly only in the application
directory.
We can make partial references to an assembly in your code
one of the following ways:
1) Use a method such as System.Reflection.Assembly.Load and
specify only a partial reference. The runtime checks for
the assembly in the application directory.
method and specify only a partial reference. The runtime
checks for the assembly in the application directory and in
the global assembly cache.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
mention what is code first approach and model first approach in entity framework?
What is oauth in web api?
Explain what is the difference between view and partial view?
What symbol would you use to denote, the start of a code block in razor views?
What are child actions in ASP.Net MVC?
Explain tempdata in mvc?
how do you mark a property as required? For example, for a project, the name is a required field.
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What is ado.net data provider? : Entity framework
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is Peek method in Tempdata in ASP.Net MVC?
What is entityset? : Entity framework
How to enable Attribute Routing?
What is the difference between ViewData, ViewBag and TempData?