What are the types of assemblies and where can u store them
and how ?
Answer Posted / alb.shah
Please note there are three types of Assemblies.
1) Private - Assembly available only to clients in the same
directory.
2) Shared - Assemblies in GAC
3) Satelite - Assembly in the specific directory of the
locale
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the Intermittent crashing of application in production?
What is different authentication mechanisms used in ASP.NET?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Why do we use web config?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Why mvc is better than asp.net? : Asp.Net MVC
What is route in web api?
Can we override the enablepartialrendering property of the scriptmanager class?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is the part of url?
How do active server pages work?
What is the difference between cookie and session?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What is asp.net version?
Is it possible to change the index of primary key on table?