Can you write a class without specifying namespace? Which namespace does it belong to by default?
Answer / kirti
Yes, you can, then the class belongs to global namespace which has no name. For commercial products, naturally, you wouldn't want global namespace.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is needed for running an application built on winfx on the .net framework 3.0?
What are the sub types of ActionResult?
Explain how to use multiple submit buttons in ASP.Net MVC?
Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
Which are the important namespaces used in mvc?
What is model first? : Entity framework
What is the difference between renderaction and renderpartial?
How large is the .net framework 3.0?
what is entity data model?
What is Partial Assembly References?
How .net assemblies are registred as private and shared assembly ?
What’s the advantage of using System.Text.StringBuilder over System.String?