Can private assembly be used for more than one application?
If so how?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
How many webforms are possible on a single webpage?
What is viewstategenerator?
What do you mean by serialize?
How many no of classes in .net
Explain security types in asp.net?
What’s the difference between asp.net web forms and asp.net mvc?
Have you used microsoft dataaccess blocks and Exception blocks?
Hi..I have created a website in Asp.net with C# i want to add Chinese language in my website..could any body tell me that how can i add dynamically this language on user's request...??? thanks n advance...
Where is the session stored?
Which namespace in used to connction web cam
Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control?
What is session in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)