What are the types of assemblies and where can u store them
and how ?
Answers were Sorted based on User's Feedback
Answer / rajitha
Types of assemblies in asp.net : specially 2 types
1.private :It will be stored only in local root directory
2.shared:It will be stored in Global Assembly Cache.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the Core features of ASP.NET MVC?
What is namespaces
What is the use of action filters in an mvc application?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
How we can invoke child actions in ASP.Net MVC?
How do you initiate a string without escaping each backslash ?
What are Code Blocks in Views?
How does the 'page lifecycle' of asp.net mvc works?
What are the ways to deploy an assembly?
Which are the important namespaces used in ASP.Net MVC?
js fn to go to the particular page when enter is clicked
About .NET Framework ?