Can we create .DLL file without using the namespace?
Answer Posted / sanjida
Hi,
Yes we can create .dll file without using the namespace.
Just you need to change the assembly reference from name of
the namespace to class name.
| Is This Answer Correct ? | 32 Yes | 5 No |
Post New Answer View All Answers
Is the following route definition a valid route definition? {controller}{action}/{id}
Is it possible to share a view across multiple controllers?
What is the difference between tempdata and viewbag?
What is the difference between ViewData, ViewBag and TempData?
What is the domain object?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is mapping in entity framework? : Entity framework
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is the difference between model view and controller?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is the use .Glimpse in ASP.Net MVC
Explain dependency resolution?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Explain what is asp.net mvc?
what is use of entitydatasource control?