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 are the different authentication modes in the .NET environment?
Does Tempdata hold the data for other request in ASP.Net MVC?
What is entity client data provider? : Entity framework
Can I customise the serialization process
And if they have conflicting method names ?
How do you enforce garbage collection in .NET
What are attributes
Explain how you can send the result back in JSON format in MVC?
What is CLR? How it will work?
What are the new enhancements done in default project template of asp.net mvc 4?
What is the need of Action Filters in ASP.Net MVC
what is the three pillar of .Net ?