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 components of the .net framework.
What is the difference between .net core and .net framework?
Explain the types of Scaffoldings.
What’s the advantage of using System.Text.StringBuilder over System.String?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is the advantage of using asp.net routing?
How you can implement custom validation in asp.net MVC?
Is it possible to share a view across multiple controllers?
Can I use razor code in javascript in asp.net mvc?
Does Tempdata hold the data for other request in ASP.Net MVC?
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
What is the .net framework 3.0 (formerly winfx)?