⟩ What is namespace?
Namespace is a logical container for all types i.e
class, enum, struct, interface etc..
Namespace is used in two scenarios:
1. to overcome the naming collision
2. to group related items together
Namespace is a logical container for all types i.e
class, enum, struct, interface etc..
Namespace is used in two scenarios:
1. to overcome the naming collision
2. to group related items together
How to upload an image files only in .net web forms?
How to select multiple non-sequential dates at Code-Behind in Microsoft web forms?
What is Difference between static page and dynamic page?
Explain How does assembly versioning work?
Explain CLR, CTS and CLS?
Explain SOAP and XML?
What is .NET architecture and framework?
What is ISAPI?
Explain What platforms does the .NET Framework run on?
Explain ASP.NET?