CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Jul 2010
    Posts
    2

    Smile A good place to start?

    Hi,

    I wanna get started with .Net, and wanted to ask you guys, if you know any good books (preferably downloadable )?

    My main experience is with Java, C and PHP, and I want to learn C++ as well, so .Net++ using C++.

    Thanks in advance
    Thomas

  2. #2
    Join Date
    Jul 2005
    Location
    Netherlands
    Posts
    2,042

    Re: A good place to start?

    If you want to learn .Net, then learn C#.
    If you want to learn C++/CLI, learn C++ first, then C#, then C++/CLI.
    Cheers, D Drmmr

    Please put [code][/code] tags around your code to preserve indentation and make it more readable.

    As long as man ascribes to himself what is merely a posibility, he will not work for the attainment of it. - P. D. Ouspensky

  3. #3
    Join Date
    Jul 2002
    Posts
    2,543

    Re: A good place to start?

    Quote Originally Posted by D_Drmmr View Post
    If you want to learn .Net, then learn C#.
    If you want to learn C++/CLI, learn C++ first, then C#, then C++/CLI.
    Absolutely correct, start from C#. Keep away from C++/CLI unless you don't have another choice. The only reason to use C++/CLI is managed/unmanaged code interoperability.

  4. #4
    Join Date
    Jul 2010
    Posts
    2

    Re: A good place to start?

    Thanks guys

    Good thing to know where to start I'll look into C# instead. Any reccomendations on books or online tutorials on .NET and C#?

  5. #5
    Join Date
    Jul 2010
    Posts
    18

    Re: A good place to start?

    once you get a basis of c++, this eBook has been helping me a lot (*edit* I have removed the link at a suggestion, The book is called "Expert C++/Cli .Net")
    Last edited by TFobear; August 5th, 2010 at 09:55 AM.

  6. #6
    Join Date
    Jul 2002
    Posts
    2,543

    Re: A good place to start?

    Looks good, can be recommended for C++/C# professionals. But this is illegal link, I don't think it is allowed on this site

  7. #7
    Join Date
    Aug 2010
    Posts
    51

    Smile Re: A good place to start?

    hi,


    My experience is java and c++ and get started with .Net, and wanted to ask you guys, if you know any good books


    thanks in advance



    regards,
    phe9oxis,
    http://www.guidebuddha.com

  8. #8
    Join Date
    Aug 2010
    Posts
    51

    Smile Re: A good place to start?

    hi,


    I'll look into C# instead. Any reccomendations on books or online tutorials on .NET and C#?


    thanks


    regards,
    phe9oxis,
    http://www.guidebuddha.com

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

Featured