Can we create .DLL file without using the namespace?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is poco proxy? : Entity framework
Can you explain the page life cycle of mvc?
How we can register the Area in ASP.Net MVC?
Is the following route definition a valid route definition? {controller}{action}/{id}
Explain how to use multiple submit buttons in ASP.Net MVC?
Microsoft introduced c# as a de facto language of the .NET platform. What is mean by de facto and fot what purpose? Please answer me. Advance thanks.
What is the advantage of mvc?
What is viewbag?
What is ado.net data provider? : Entity framework
what is entity framework advantage?
Can we have enum in entity framework?
What is namespaces