What are the types of assemblies and where can u store them
and how ?
Answer Posted / srinivas m
Assembly is Basic Unit Application Deployment in .Net. This
is either DLL or EXE.We have 3 types of Assemblies in .Net
1.Private Assembly:This is Local to Perticular Application
and not sharable among all the applications.This will be
stored on application Root directory.
2.Shared Assembly:This is Sharable among all the
applications in our System.This will Stored in Global
Assembly Cache.
3.Sattelite Assembly:This is not having appliaction having
only Language Specification.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Can you set the unlimited length for "maxjsonlength" property in config?
What is meant by bootstrap in mvc5?
How we can invoke child actions in ASP.Net MVC?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is the significance of nonactionattribute?
Is dapper faster than entity framework?
which are the key concepts of entity data model?
What are action filters?
What is the difference between model view and controller?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Explain the .net framework.
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What are Action Filters in ASP.NET MVC and its use?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is session state management?