Sometimes when programs become sufficiently large, I like to group my variables in Structures. I consider this a good practice, some of my peers find it odd.
On a code review, I was challange...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21086349.htm...
Hi,
I'm developping an application under vb.net 2005 and SQL server 2005.
In many forms, i'm using a connection like this one:
Dim SQlconn As SqlClient.SqlConnection
SQlco...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22122892.htm...