Results 1 to 9 of 9

Thread: Best way of learning

  1. #1

    Thread Starter
    Fanatic Member x-ice's Avatar
    Join Date
    Mar 2004
    Location
    UK
    Posts
    671

    Resolved Best way of learning

    What is the best way for me to learn C#?

    - Would it be to have a teacher?
    - Read books?
    - Trail and Error? (just try things out)
    - Use tutorials?

    I have a few problems though. I dont have a teacher, i can't afford to buy books (but i do have access to a very good university library) and i don't have much time.

    Also, is C# really that different to Java, the syntax seems very similar? I am guessing that being pretty good with Java (as i am) is a help when learning C#.
    Last edited by x-ice; Feb 25th, 2007 at 07:00 PM.

  2. #2
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Best way of learning

    1. Read tutorials on the internet.
    2. Write small java applications and convert them to C#.
    3. Ask questions on VBF.

    The syntax of C# is quite similar to Java. The main difference is the different code libraries in the java/.net frameworks.

    You might also want to look at the 101 C# Examples (sticky at top of forum).
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Best way of learning

    Teachers are always useless and inferior, thats why they are teachers.

    Books are the best way.
    I don't live here any more.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Best way of learning

    C# is for the most part very much like a combination of VB.NET (the .NET class library part) and java (the syntax part). I was able to pretty much write a C# app straight-off with C++ and VB.NET experience. There are a few pitfalls but you can work those out using MSDN or VBF.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Best way of learning

    So what if you dont know Java ( ) like me? I think I learn best from examples/tutorials vs. books. Also, threads here at vbf should be everybodys #1 source.
    Last edited by RobDog888; Jan 1st, 2006 at 03:04 PM.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6

    Thread Starter
    Fanatic Member x-ice's Avatar
    Join Date
    Mar 2004
    Location
    UK
    Posts
    671

    Re: Best way of learning

    I learn best from trail and error. As i first did with vb6 i created several small projects that taught my specific things that i wanted to know. In the end i made:

    Contact Manager v1.0

    Also i got my problems answered here too.
    Last edited by x-ice; Jan 1st, 2006 at 05:30 PM.

  7. #7
    Addicted Member techwizz's Avatar
    Join Date
    Apr 2005
    Location
    U.S.A.
    Posts
    246

    Re: Best way of learning

    I learn best by learning.

    There was this poster in my high school english class that broke down leaning methods into percentages.

    You retain 90% of what you teach and like 20% of what you read.

    When u teach.. you have to understand it and then explain it with confidence.

    Maybe that self-satisfication helps retain the knoledge.

    Last edited by techwizz; Jan 6th, 2006 at 01:03 PM.

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Best way of learning

    I found this interesting.

  9. #9
    Addicted Member techwizz's Avatar
    Join Date
    Apr 2005
    Location
    U.S.A.
    Posts
    246

    Re: Best way of learning

    Wow... i find that interessting also..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width