Quote:
|
thanks, I think I will try C#. know any good books for it?
|
Once you get a good grounding in C# with an entry level book like Sam's and assuming you are new to programming - I highly recommend "
Beginning C# Objects: From Concepts to Code" by APress.
Also if you are considering a career in the field consider "
The Career Programmer: Guerilla Tactics for an Imperfect World" by APress. This book will give you an early wakeup call. And for a quick reference (I take this to class with me) "
C# Essentials" by O'Reilly.
Quote:
|
I tryed some VB but really didnt like it because of the lack of hard codeing you do and the fact that things your doing with VB go from easy to hard fast.
|
I don't agree with the "from easy to hard fast" bit, but I have never been a fan of Visual Basic. Dim wordy As New Wordy
Quote:
|
c# also allows you to code in c style so the move to or from another language such as c, c++, php, perl, or java would be much smoother than to/from vb.
|
C# :rock: