vb.net vs. framework

Posted by Joe on Stack Overflow See other posts from Stack Overflow or by Joe
Published on 2010-03-11T16:21:29Z Indexed on 2010/03/11 17:49 UTC
Read the original article Hit count: 291

Filed under:

What reasons are there to migrate from vb.net specific language to .net framework language? Examples:

VB.net

ubound
msgBox

.Net Framework

array.getUpperBound(0)
messageBox

© Stack Overflow or respective owner

Related posts about vb.net