Home All Groups Group Topic Archive Search About
Author
24 Nov 2005 5:48 AM
Adam Knight
Hi all,

Just a quick question.

When developing with VS obviously it adds references to particular dlls by
default when creating a project.
IE System, System.Data ect

My question is:
As System.Data.SqlClient is missing from the default references, what is the
standard in developing in visual studio.
Add a reference to the missing files or use the 'Imports' statement.

Is their a general trend out there in this regard?

Cheers,
Adam

Author
24 Nov 2005 7:03 AM
Ken Cox
I prefer to add it to the References to ensure I get IntelliSense support.
Not sure that one reply amounts to a trend, but there you go. <grin>


Show quoteHide quote
"Adam Knight" <a***@pertrain.com.au> wrote in message
news:uuSwDrL8FHA.2036@TK2MSFTNGP14.phx.gbl...
> Hi all,
>
> Just a quick question.
>
> When developing with VS obviously it adds references to particular dlls by
> default when creating a project.
> IE System, System.Data ect
>
> My question is:
> As System.Data.SqlClient is missing from the default references, what is
> the standard in developing in visual studio.
> Add a reference to the missing files or use the 'Imports' statement.
>
> Is their a general trend out there in this regard?
>
> Cheers,
> Adam
>



Post Thread options