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...


Can private assembly be used for more than one application?
If so how?

Answers were Sorted based on User's Feedback



Can private assembly be used for more than one application? If so how?..

Answer / vyas pyk

Private assembly cannot b shared between two different
application, because private assembly will be stored beneat
the application folder or in root folder.

Is This Answer Correct ?    5 Yes 0 No

Can private assembly be used for more than one application? If so how?..

Answer / nishant

Yes, private assemblies can be used more than 1 application.
if you add the reference of private assembly in your
project, it creates the copy which stored in a bin
directory.

Is This Answer Correct ?    8 Yes 4 No

Can private assembly be used for more than one application? If so how?..

Answer / raj

no

Is This Answer Correct ?    5 Yes 4 No

Can private assembly be used for more than one application? If so how?..

Answer / anand. m. m

No, in directly we cannot use, but using the tool
ILDASM(provided my microsoft) or Reflector(third party), we
can decompile the other assembiles and look into them. So it
is easy to reverse engineer them and crack your application.

To provide this reverse engineering using the technique
"obfuscation". There are many third parties(xenocode,
Demeanor for .Net)

Is This Answer Correct ?    1 Yes 0 No

Can private assembly be used for more than one application? If so how?..

Answer / amit

I think yes we can do this, because in my multitier solution if I am having three different projects as presentation layer, business logic and data access layer. Whenever I want some data to display in Browser, I am first requesting to Business layer and it will request to Data layer. For this I am calling respective methods from that layer and to achieve this, I am adding reference of that project or layer in my current layer. Without adding reference I cannot do that. So this way I am accessing my data layer private assembly in Business layer and business layer in presentation layer. Please correct me if I am wrong. Thanks.

Is This Answer Correct ?    0 Yes 0 No

Can private assembly be used for more than one application? If so how?..

Answer / rajesh kumar

NO, Private Assembly in Stored in Application Diretory or
Sub Directory Benethe. Private Assembly is Appliaction to
that Application Only.

Is This Answer Correct ?    0 Yes 1 No

Can private assembly be used for more than one application? If so how?..

Answer / sani

The same question was asked to me, i think the answer is
yes, got this frm interviewer itself.
Not sure, is it by side by side execution?

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

Is asp.net different from asp? If yes, explain how?

0 Answers  


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

0 Answers  


How many Controls present in Asp dot net?

7 Answers   TCS,


What does postback mean?

0 Answers  


wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?

1 Answers  


What is the difference between mvc and asp.net? : Asp.Net MVC

0 Answers  


What is the difference between globalization and localization?

0 Answers  


Explain the use of resource manager class in .net.

0 Answers  


What are asp.net web forms?

0 Answers  


I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....

2 Answers  


What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor

1 Answers   Icertis, Microsoft, Syntax Softtech,


what is the uses Of Global.asax

3 Answers  


Categories