News

Optimization rules have changed under VB.NET-here are eight great new ways to build wicked-fast code.
Irina Medvinskaya explains why you should usually opt for using the & operator over the + operator to combine strings. She also provides a simple example of how to combine stings in VB.NET.
Mobilize.Net has updated its Visual Basic migration tool to support .NET 6. The firm specializes in migration software, with offerings for WinForms-to-web/cloud, VB6-to-.NET, Silverlight-to-HTML and ...
In C/C++, we can use the backslash escape sequence to create a string with any embedded ASCII code.",\\x09" is a string with a comma followed by an unprintable character whose ASCII code is 09.How ...
Mobilize.Net, an 'automated modernization' specialist headed by a former Microsoft corporate VP, has upgraded its Visual Basic upgrade tool to target .NET Core, the open source, cross-platform ...
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.
The Round() function returns a number rounded to the specified number of decimal places (2, down...). However, sometimes this function does not perform the operation correctly. In this article we show ...