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 |
Where are the value-type variables allocated in the computer RAM ?
Which is the default http method for an action method?
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
what is Assemble
What are the ways to show data grid inside a data grid for a master details type of tables?
How do you box a primitive data type variable ?
What type of filter does outputcacheattribute class represents?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.
What are the methods in Thread class?
Tell me about the internal working of Garbage collector?
what is the diff b/w asp.net 2.0 & 3.5
Explain Keep method in Tempdata in ASP.Net MVC?