Can we create .DLL file without using the namespace?

Answers were Sorted based on User's Feedback



Can we create .DLL file without using the namespace?..

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

Can we create .DLL file without using the namespace?..

Answer / bijesh

no we cant create dll with out using namespace,

Is This Answer Correct ?    6 Yes 4 No

Can we create .DLL file without using the namespace?..

Answer / elumalai

yes we can create

Is This Answer Correct ?    2 Yes 1 No

Can we create .DLL file without using the namespace?..

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

Post New Answer

More Dot Net Framework Interview Questions

How .net assemblies are registred as private and shared assembly ?

2 Answers   Infosys, MMTS,


What is the difference between model view and controller?

0 Answers  


what is the three pillar of .Net ?

11 Answers  


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?

0 Answers  


Where are the value-type variables allocated in the computer RAM ?

1 Answers  






What is tempdata?

0 Answers  


What does a viewmodel do?

0 Answers  


When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?

5 Answers   TCS,


Explain unit test done by tester on development team?

0 Answers  


How does CAS work

1 Answers  


what are generics? Without generics what are the disadvantages in 1.1?

3 Answers   HP, iSoft, nTech Solutions,


How we can invoke child actions in ASP.Net MVC?

0 Answers  


Categories