Learning C#

S

SpudFlubber

I hope the old saying, "The only dumb question is the one you did not
ask." applies here.

I have been "attempting" to program vb.net for years. Previously and
sometimes even now I use vbscript for random projects, but I cannot say
that I truly know vb.net or even vbscript. I am excelent at code
swapping and copy and pasting from msdn, but I truly want to learn C#.
I would like the input from someone who considers themself to truly
know C# as the best way to gain full control of C#.

Thank You,

Jon Turlington
(e-mail address removed)
 
B

bcaller

Just search for tutorials on the web and follow through all examples.
Then spend lots of time coding little things. Be interested or it won't
work.
_____
Compilr - the online C#, C, VB.NET and fortran compiler
http://www.caller.me.uk/Compilr
 
D

Dan Manges

Personally, I think the best way to learn is by actually doing it.
Think of simple applications you can write, and then write them. You'll
learn much more by actual working with code than just looking at it. It
will also help you're understanding if you're using it.

Good luck!

Dan Manges
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top