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
Is http stateful or stateless?
What does a viewmodel do?
What is model first? : Entity framework
Name a few different return types of a controller action method?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
what do you mean by table-per-hierarchy?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
How you can implement custom validation in asp.net MVC?
What is the use of display modes?
How do I use partial view?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
Can you explain the page life cycle of mvc?
How does work clr?
Explain linq to entities? : Entity framework
What is viewbag?