suggestions for a beginner

  • Thread starter Thread starter Mark Reed
  • Start date Start date
M

Mark Reed

I am just starting out learning C#... mainly via self study.
I am looking to get away from the networking/management hole I've found
myself in and expand my resume to include development skills.

My learning platform is C# using Visual Studio Academic.

I have the C# suite coming from AppDev.

I've never been exposed to programming and would like to know if anyone
has any suggestions, advice, tips, etc...
 
Hi, Mark,

Everyone learns in different ways, so take this with a grain of salt.
What I think will make the learning easiest is to have an actual
project in mind - something ambitious but achievable, and something
you're seriously interested in developing. The other thing is to work
incrementally, so that every step of the way you have something to show
for your efforts. Don't plan something that has so much infrastructure
that it will be weeks before you can see anything working.
Peace,
--Carl
 
Thanks Carl. I appreciate the suggestions and will apply them to my
studies.

Are there any "Pre C#" books or materials I should consider... maybe
ones that teach coding fundamentals and best practices?

I am open to any suggestions on how to get me from point A (being
clueless) to point Z (being able to at least function with C#)
 
Thanks!

I appreciate the suggestion and have ordered the book. It sounds
interesting!

As I am studying, I am finding it somewhat intimidating to learn the
various statements and codings along with the many variations of
syntax... I hope it gets easier as time goes on!
 
Hey, no problem! Don't worry about the syntax and such...it just comes
with time and practice. Just stick with it, and you'll be writing
complete, functional programs in no time!
 
Back
Top