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 does mvvm mean?
How to bind table colum with gridview column?
Does windows 10 need .net framework?
What are Scaffold templates in ASP.Net MVC?
What are differences between entity framework and l2s? : Entity framework
What is orm entity framework?
What are the components required to create a route in mvc?
What is viewstart page in mvc?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
mention what is code first approach and model first approach in entity framework?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
what is entityclient?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What are the new enhancements done in default project template of asp.net mvc 4?
Explain representational state transfer (rest) in detail?