Types of assemblies that can be created in dotnet ?
Answer Posted / chandhru a
Private Assembly , Shared Assembly , Single File Assembly ,
Multi File Assembly , Satelite Assembly.
Chandhru A
Microbase Technologies.
05.03.2010
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is .net architecture?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
mention what is code first approach and model first approach in entity framework?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is page life cycle?
How do I use partial view?
What is domain class model?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Explain Keep method in Tempdata in ASP.Net MVC?
Does Tempdata hold the data for other request in ASP.Net MVC?
what is code first approach?
Is http stateful or stateless?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Can I use razor code in javascript in asp.net mvc?
How can we determine action invoked from HTTP GET or HTTP POST?