Comparing strings with and without case sensitivity in VB.NET Your email has been sent Irina Medvinskaya offers an example that shows how VB.NET's String.Compare method can come in handy when you need ...
Learn the best way to combine strings in VB.NET Your email has been sent Irina Medvinskaya explains why you should usually opt for using the & operator over the + operator to combine strings. She also ...