Can we create .DLL file without using the namespace?
Answer Posted / narsimha rao
yes we create, reason is dll is the library,in library namespace is there. understand point of view dll is parent and namespace is child.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention what is the difference between “ActionResult” and “ViewResult” ?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is entitytypes? : Entity framework
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is ViewStart Page in ASP.Net MVC?
Can we add constraints to the route? If yes, explain how we can do it?
What is storage model? : Entity framework
What is a model in programming?
Can you explain renderbody and renderpage in asp.net mvc?
how to disable the lazy loading framework?
Explain bundle.config in mvc4?
What is routeconfig.cs in mvc 4?
how do you truncate a table using entity data model?
Can you use Razor code in Javascript in ASP.Net MVC?