Hello, this is probably a real newbie question, but I could use a bit of advice.
I have some experience in VB.NET, and one of the things I like is that I can put "me." in the code, and all the objects on my forms (text boxes, labels, list boxes, etc) show up in an intellisense list. It makes it easy to code, and I love it.
I am pretty new to C#, and I see that if I use "this." in the code, I get the intellisense list.
My question: is this a good practice? Are there potential problems, and should I suck it up and just type out the name of the form objects I am using?
It seems like "this" and "me" are not exactly equal in terms of what they do and what they mean, but I am not sure.
Thanks in advance,
Jason
I have some experience in VB.NET, and one of the things I like is that I can put "me." in the code, and all the objects on my forms (text boxes, labels, list boxes, etc) show up in an intellisense list. It makes it easy to code, and I love it.
I am pretty new to C#, and I see that if I use "this." in the code, I get the intellisense list.
My question: is this a good practice? Are there potential problems, and should I suck it up and just type out the name of the form objects I am using?
It seems like "this" and "me" are not exactly equal in terms of what they do and what they mean, but I am not sure.
Thanks in advance,
Jason