Irina Medvinskaya offers an example that shows how VB.NET’s String.Compare method can come in handy when you need to compare two string variables. Working with strings is a very important ...
VB.NET allows you to use Web services as if they were entirely local objects since most of the marshaling between the client and the server is taking place in the background. This tip shows you how to ...