Types of assemblies that can be created in dotnet ?
Answer Posted / guest
Private, Public/Shared, Satellite
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is the difference between viewbag and viewdata in mvc?
What is tempdata?
How does work clr?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Which is the default http method for an action method?
Is dapper better than entity framework?
What is Area in ASP.Net MVC?
What is the difference between adding routes, to a webforms application and to an mvc application?
Which are the important namespaces used in ASP.Net MVC?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Is the following route definition a valid route definition? {controller}{action}/{id}
which are the key concepts of entity data model?
How to return the JSON from action method in ASP.Net MVC?
Explain Keep method in Tempdata in ASP.Net MVC?