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 |
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?
How to create an alias name for a namespace?
Can you please explain the request flow in ASP.NET MVC framework?
What is the need of .Net framework ?
what is ssdl?
What is the CLS
how to face first interview in .NET?
what is code first approach?
How does CAS work
what is csdl?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Is http stateful or stateless?