What is Shared (static) member?

What is Shared (static) member?

- It belongs to the type but not to any instance of a type.
- It can be accessed without creating an instance of the type.
- It can be accessed using the type name instead of the instance name.
- It can't refer to any instance data.
What is the transport protocol you use to call a Web service?
ASP.NET - What is the transport protocol you use to call a Web service? - SOAP (Simple Object Access Protocol) is the preferred protocol.....
What is Option Strict used for? - .NET
.NET - What is Option Strict used for?..
Boxing and Unboxing - .NET
ASP.NET - Boxing and Unboxing - Boxing allows you to treat a value type the same as a reference type....
Post your comment