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 |
When do you absolutely have to declare a class as abstract
What is a razor file?
what is namespace?
What are the types of assemblies
What is the significance of nonactionattribute?
Mention what is the difference between “ActionResult” and “ViewResult” ?
Why do I get errors when I try to serialize a Hashtable
what is way of loading data in ef (entity framework)?
Types of assemblies that can be created in dotnet ?
Difference between manifest , metadata?
3 Answers Soma Technology, TCS,
What's the difference between Java and .NET garbage collectors ?
Can we access the web controls in a page pre initialising event?