Results 1 to 17 of 17

Thread: I want to learn programming

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2008
    Posts
    2

    I want to learn programming

    Hi all,

    I am giving a serious thought towards learning programming. I am completely new to this world. I have never done programming but I am very comfortable with using computer. I have some basic knowledge about programming( basic terminologies like platform, editor, some basics of BASIC language etc.)
    I am in to Human resources right now, but I want to get in to software.
    What would be the best way to do that. I am very smart and can grasp anything very quickly. So learning is not an issue for me. All I need is a point to start learning and the right direction.
    What programming language should I learn?
    And what could be the sources?

    I would really appreciate if you could help me on this.

    Thank you,

    Manali.

  2. #2

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

    Re: I want to learn programming

    Welcome to the forums.

    What are you interested in?

    Desktop programming?
    Web programming?
    Both?

  4. #4
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: I want to learn programming

    Let me ask the same question Hack asked, but slightly different:

    Why do you want to learn to program?
    To simply do it? To get a job? To create something specific for yourself? Or, some other reason?

    Guidance that we give for learning to program is dependent upon what you want to do. We could say "go get an entry-level book on Visual Basic or C#", but depending on what you want to do, those might be the wrong topics. We need more information to guide you properly.

    If you aren't sure of your answers, then I suggest getting an entry level book on Visual Basic.NET or C#. You can also download the Express Editions of either of these from Microsoft for free
    ( http://www.microsoft.com/express/default.aspx )

    Of course, if you have questions while learning, then posting here at VBForums is a good idea

    BraD!

    Brad!

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

    Re: I want to learn programming

    Quote Originally Posted by brad jones
    I suggest getting an entry level book on Visual Basic.NET or C#.
    And for VB.NET entry level books, permit me to suggest this one.

  6. #6

    Thread Starter
    New Member
    Join Date
    Aug 2008
    Posts
    2

    Re: I want to learn programming

    Thank you for all the suggestions. I have a strong desire to learn programming' Little bit about my background. I have been working in the HR, but I think my brain needs something more challenging than what HR/ administrative field offers.
    I am considering learning programming as a career change. I have been observing the software industry for a long time. My husband is a software engg. so I am familiar with the software, and I think I should start with web programming. So I was wondering if I should start with learning C# or VB.net.

    I hope this will give you more idea about what I am looking for.
    I bought programming for dummies today, and started reading it. Do you think it's a good start just to get a hang of really basic stuff?

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

    Re: I want to learn programming

    Learning VB.NET is probably the easier language to learn. You can use either VB.NET or C# in ASP.NET (web development) but VB.NET is more verbose which makes it easier to understand.
    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

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

    Re: I want to learn programming

    Before selecting a language (I agree with VB.NET), you should get comfortable with programming.

    If you understand programming, picking up a language to program in becomes much easier.

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

    Re: I want to learn programming

    Web Development is a good place to start since it can be a bit more easier to start out with.
    Download the Web Developer Express from MS (should be linked from brads posted link) so you can check it out and see if that is where you want to concentrate your efforts on.
    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

  10. #10
    Addicted Member
    Join Date
    Feb 2006
    Location
    Hyderabad, India
    Posts
    233

    Re: I want to learn programming

    Once you are comfortable with simple programming, may be you should consider SAP HR module. That way you can do programming and your experience in HR can be put to use.

  11. #11
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: I want to learn programming

    Since it has not been mentioned, there is also PHP as a web development language. You can find more information about it on its web site.

    Welcome to the forums
    My usual boring signature: Something

  12. #12
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: I want to learn programming

    If you are learning for a career in programming, then I recommend C#. While there might be more jobs to be found with something like Java, C# is easier and the number of available jobs are greater. Yes, this is a VB forum, so most people will recommend VB form here; however, in truth, more companies will hire you quicker if you have C# experience today.

    Brad!

  13. #13
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: I want to learn programming

    Java and C# go well together since they are in a lot of ways similar.

  14. #14
    Frenzied Member CoachBarker's Avatar
    Join Date
    Aug 2007
    Location
    Central NY State
    Posts
    1,121

    Re: I want to learn programming

    Could you provide any links to some basic tutorials for C#.
    Thanks
    CoachBarker

    Code Bank Contribution
    Login/Manage Users/Navigate Records
    VB.Net | C#

    Helpful Links: VB.net Tutorial | C Sharp Tutorial | SQL Basics

  15. #15
    Frenzied Member
    Join Date
    Jan 2006
    Posts
    1,875

    Re: I want to learn programming

    Quote Originally Posted by CoachBarker
    Could you provide any links to some basic tutorials for C#.
    check This

    and ofcourse MSDN is always there
    __________________
    Rate the posts that helped you

  16. #16
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: I want to learn programming

    Quote Originally Posted by CoachBarker
    Could you provide any links to some basic tutorials for C#.
    There are lots of tutorials and articles on C# on this site. If there is something you don't see on this site, let us know. Chances are, one of us can write up what you need or provide answers here in the forum.

    To be honest, we aren't going to create a very good list of other sites with tutorials as those would likely be competitors to Codeguru. But then, our hope is to take care of you here!

    Brad!

  17. #17
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: I want to learn programming

    MSDN was always the main resource for me when I learned VB.Net and C# on my own. Of course knowing other languages beforehand helps in grasping new programming languages.

    C# would be easier since there is less keywords to remember I believe but if you have patience VB will prove to be easier to understand because of its verbosity.

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