Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB to C#

Status
Not open for further replies.

prprogrammer

Programmer
Jun 25, 2004
49
PR
Hi I was working wiht visual studio using vb language. now I tryin to learn some C# but I have a question , in VB I write Dim x as... then vb display all kind of stuff and press enter and the code do autotab..is that possible in c# because I write string x; and the code do not make autotab or display or var types.
 
Intellisense in C#.NET is not quite as helpful as in VB.NET. The other side of the coin (in my opinion) is that C# is less verbose so it balances out. You'll get used to it.
 
C# is case sensitive to...but I got you point and your right...
 
The case sensitivity is a blessing. You start really thinking about what you're writing. I think that ultimately you start writing better code. Sometimes I have to make enhancements on old Classic .ASP apps that I have done and all I can say is "YIKES"!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top