Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Partial Assembly References?

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


Please Help Members By Posting Answers For Below Questions

mention what is code first approach and model first approach in entity framework?

1059


What is oauth in web api?

973


Explain what is the difference between view and partial view?

1012


What symbol would you use to denote, the start of a code block in razor views?

922


What are child actions in ASP.Net MVC?

997


Explain tempdata in mvc?

936


how do you mark a property as required? For example, for a project, the name is a required field.

1001


Is it possible to unit test an mvc application without running the controllers in an asp.net process?

1066


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?

952


What is ado.net data provider? : Entity framework

989


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.

2555


What is Peek method in Tempdata in ASP.Net MVC?

1078


What is entityset? : Entity framework

976


How to enable Attribute Routing?

1060


What is the difference between ViewData, ViewBag and TempData?

1015