About Assembly in .NET, types of assemblies, their
difference, How to register into GAC. How to generate the
strong names & its use ?
Answer Posted / hari
Their is only two type of assemblies
That is Private and Shared Assembly.
| Is This Answer Correct ? | 11 Yes | 13 No |
Post New Answer View All Answers
Explain the tools used for unit testing in ASP.Net MVC
Do you know about the new features in ASP.Net MVC 4 ?
In razor syntax, what is the escape sequence character for @ symbol?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is Differnce between html.action and ajax.action?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
what is use of entitydatasource control?
Define the core components of an ASP.NET MVC application?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
Possible ways to prevent xss attacks on mvc application?
what is lazy loading in entity framework?
How can you return string result from Action in ASP.Net MVC?
What is the difference between renderaction and renderpartial?
What you mean by routing in mvc?