Syntax of namespace in VB and DOT NET

Write the syntax to declare the namespace in the .NET and in VB?

E

Expert

Verified

In .NET, a namespace keyword is used to declare the namespace in the code.

Syntax for declaring the namespace in C# is as follows:

namespace UserNameSpace;

Syntax for declaring the namespace in VB is as follows:

Namespace UserNameSpace

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.