I got this ADO.Net book (by microsoft, its not that great) and a LOT of the examples are using Me and This like there was no tomorrow.
Me.Textbox1.Text
This.DataAdaptor.Connection
are these really required, or was the author just anal?
I want to keep up good OOP programming habits and I wasn't sure if this is something that would be more helpful/vital in the future with classes?
Me.Textbox1.Text
This.DataAdaptor.Connection
are these really required, or was the author just anal?
I want to keep up good OOP programming habits and I wasn't sure if this is something that would be more helpful/vital in the future with classes?