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
what is code first approach?
How we can multiple submit buttons in ASP.Net MVC
Is .net framework going away?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is NonActionAttribute ?
what is entity framework?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What you mean by routing in asp.net mvc?
How we can call a javascript function on the change of a dropdown list in mvc?
When will the .net framework 3.0 be released?
What is entitytypes? : Entity framework
What is the role of the jit compiler in .net framework?
Does .NET Framework support SAX?
differences between poco, model first and data first approach?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?