Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Learning C# course

Learning C# course

Scheduled Pinned Locked Moved C#
learningcsharpasp-netarchitecturequestion
18 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Aindriu Mac Giolla Eoin
    wrote on last edited by
    #1

    Hi, do you know of a free online course to learn C# to an advanced level (not just a beginners course) ? There are some great examples (like MVC tutorials) on this site but I was looking to improve my general C#. I know a fair bit of C# but would love to be able to use it better.

    A 1 Reply Last reply
    0
    • A Aindriu Mac Giolla Eoin

      Hi, do you know of a free online course to learn C# to an advanced level (not just a beginners course) ? There are some great examples (like MVC tutorials) on this site but I was looking to improve my general C#. I know a fair bit of C# but would love to be able to use it better.

      A Offline
      A Offline
      Afzaal Ahmad Zeeshan
      wrote on last edited by
      #2

      Yes, there is online course to become a C# programmer, to an expert level. Also, it is free! It is on the Microsoft Developer Network (AKA MSDN), and you can start your tutorial guide, from here... https://msdn.microsoft.com/en-us/library/kx37x362.aspx[^]. You can learn the basics about C#, keep applying them in your applications, convert basic real-world systems into .NET applications using C#, you will stumble upon a lot of problems while doing so. You will be able to tackle them, by getting help from MSDN or asking a question about that particular problem on CodeProject... You cannot just cram a book and learn a programming language, you must use it in real-life too.

      The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~

      A 1 Reply Last reply
      0
      • A Afzaal Ahmad Zeeshan

        Yes, there is online course to become a C# programmer, to an expert level. Also, it is free! It is on the Microsoft Developer Network (AKA MSDN), and you can start your tutorial guide, from here... https://msdn.microsoft.com/en-us/library/kx37x362.aspx[^]. You can learn the basics about C#, keep applying them in your applications, convert basic real-world systems into .NET applications using C#, you will stumble upon a lot of problems while doing so. You will be able to tackle them, by getting help from MSDN or asking a question about that particular problem on CodeProject... You cannot just cram a book and learn a programming language, you must use it in real-life too.

        The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~

        A Offline
        A Offline
        Aindriu Mac Giolla Eoin
        wrote on last edited by
        #3

        thank you for your reply !! I see the link you gave. Its good but a bit bullet point- there is an example and a few paragraphs underneath but not as interactive as i would have liked.

        A 1 Reply Last reply
        0
        • A Aindriu Mac Giolla Eoin

          thank you for your reply !! I see the link you gave. Its good but a bit bullet point- there is an example and a few paragraphs underneath but not as interactive as i would have liked.

          A Offline
          A Offline
          Afzaal Ahmad Zeeshan
          wrote on last edited by
          #4

          Programmers do not get attracted by the graphics or the images. They love the code, and the structure of the code. I have been using MSDN for many years, and I have always love the way they teach their APIs and languages. If you have a better scheme of user-interface or user-experience, please do share with them. They would love your suggestions and feedback. It would also help others like you, to better like MSDN. :)

          The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~

          A 1 Reply Last reply
          0
          • A Afzaal Ahmad Zeeshan

            Programmers do not get attracted by the graphics or the images. They love the code, and the structure of the code. I have been using MSDN for many years, and I have always love the way they teach their APIs and languages. If you have a better scheme of user-interface or user-experience, please do share with them. They would love your suggestions and feedback. It would also help others like you, to better like MSDN. :)

            The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~

            A Offline
            A Offline
            Aindriu Mac Giolla Eoin
            wrote on last edited by
            #5

            its code that I am after and not graphics. its just a bit hard to make something out of MSDN. I would love to build a bigger and bigger example where you could start off at the basics of classes and cover all the topics in between (arrays, interfaces, xml etc etc) and keep adding to the same example - you could see it working and play around with it. MSDN seems a bit of a reference point. Thanks for the help !

            R 1 Reply Last reply
            0
            • A Aindriu Mac Giolla Eoin

              its code that I am after and not graphics. its just a bit hard to make something out of MSDN. I would love to build a bigger and bigger example where you could start off at the basics of classes and cover all the topics in between (arrays, interfaces, xml etc etc) and keep adding to the same example - you could see it working and play around with it. MSDN seems a bit of a reference point. Thanks for the help !

              R Offline
              R Offline
              Richard Givis
              wrote on last edited by
              #6

              I agree that MSDN is pretty much like reading an encyclopedia. Lots of accurate, detailed information, but drier than stale beef jerky. Sounds to me like you're looking for something similar to what I'm after. I have been considering taking a C# class at our local community college, but I'd prefer something I can do at home on my free time (and schedule). I've already read and experimented with most of the projects in a book called Head First C#. That's pretty much how I taught myself the basics. I am now using Professional C# 2005 (another book) as my go-to reference for my on-the-job projects here at FlightSafety (Broken Arrow, OK). If you find a web site or another book that's a more advanced version of Head First C#, please let me know! Thanks. :-D

              A 1 Reply Last reply
              0
              • R Richard Givis

                I agree that MSDN is pretty much like reading an encyclopedia. Lots of accurate, detailed information, but drier than stale beef jerky. Sounds to me like you're looking for something similar to what I'm after. I have been considering taking a C# class at our local community college, but I'd prefer something I can do at home on my free time (and schedule). I've already read and experimented with most of the projects in a book called Head First C#. That's pretty much how I taught myself the basics. I am now using Professional C# 2005 (another book) as my go-to reference for my on-the-job projects here at FlightSafety (Broken Arrow, OK). If you find a web site or another book that's a more advanced version of Head First C#, please let me know! Thanks. :-D

                A Offline
                A Offline
                Aindriu Mac Giolla Eoin
                wrote on last edited by
                #7

                I think Head Frist C# is a great book for learning C#. I was going to get it but c# 6.0 is coming out and maybe it will do a new book for it. They should make a Pro or advanced version. I got books like 'Pro c# and the .NET framework' and it was interesting but even after finishing it I would not really be confident in writing a solution from scratch. Some of the tutorials here on codeproject are more tuned in to what I need than what Microsoft came up with :)

                R 1 Reply Last reply
                0
                • A Aindriu Mac Giolla Eoin

                  I think Head Frist C# is a great book for learning C#. I was going to get it but c# 6.0 is coming out and maybe it will do a new book for it. They should make a Pro or advanced version. I got books like 'Pro c# and the .NET framework' and it was interesting but even after finishing it I would not really be confident in writing a solution from scratch. Some of the tutorials here on codeproject are more tuned in to what I need than what Microsoft came up with :)

                  R Offline
                  R Offline
                  Richard Givis
                  wrote on last edited by
                  #8

                  I agree. Well, then... I guess we will just have to keep our fingers crossed (or keep looking). :~

                  A 1 Reply Last reply
                  0
                  • R Richard Givis

                    I agree. Well, then... I guess we will just have to keep our fingers crossed (or keep looking). :~

                    A Offline
                    A Offline
                    Aindriu Mac Giolla Eoin
                    wrote on last edited by
                    #9

                    hey do you have the book c# 2013 step by step by Microsoft ? let me know if you want it

                    R 1 Reply Last reply
                    0
                    • A Aindriu Mac Giolla Eoin

                      hey do you have the book c# 2013 step by step by Microsoft ? let me know if you want it

                      R Offline
                      R Offline
                      Richard Givis
                      wrote on last edited by
                      #10

                      Hi there! Looks like a good learning book. I had a look at the free PDF of Chapter 1 and 10, but I found it to be a little too Windows 8 and Visual Studio 2013 centric. We use Windows 7 and VS 2012 here at work. Does the rest of the book read more as a progressive tutorial, or more like a reference book? How much do want for it? ;)

                      A 1 Reply Last reply
                      0
                      • R Richard Givis

                        Hi there! Looks like a good learning book. I had a look at the free PDF of Chapter 1 and 10, but I found it to be a little too Windows 8 and Visual Studio 2013 centric. We use Windows 7 and VS 2012 here at work. Does the rest of the book read more as a progressive tutorial, or more like a reference book? How much do want for it? ;)

                        A Offline
                        A Offline
                        Aindriu Mac Giolla Eoin
                        wrote on last edited by
                        #11

                        its free : http://ptgmedia.pearsoncmg.com/images/9780735681835/samplepages/9780735681835.pdf[^]

                        R 2 Replies Last reply
                        0
                        • A Aindriu Mac Giolla Eoin

                          its free : http://ptgmedia.pearsoncmg.com/images/9780735681835/samplepages/9780735681835.pdf[^]

                          R Offline
                          R Offline
                          Richard Givis
                          wrote on last edited by
                          #12

                          That's only a sample! Nobody can learn all about C# by reading only chapters 1 and 10. That's why I asked about the rest of the book. :omg:

                          A 1 Reply Last reply
                          0
                          • R Richard Givis

                            That's only a sample! Nobody can learn all about C# by reading only chapters 1 and 10. That's why I asked about the rest of the book. :omg:

                            A Offline
                            A Offline
                            Aindriu Mac Giolla Eoin
                            wrote on last edited by
                            #13

                            i sent you a PM

                            R 2 Replies Last reply
                            0
                            • A Aindriu Mac Giolla Eoin

                              i sent you a PM

                              R Offline
                              R Offline
                              Richard Givis
                              wrote on last edited by
                              #14

                              What is a PM??? :confused:

                              1 Reply Last reply
                              0
                              • A Aindriu Mac Giolla Eoin

                                i sent you a PM

                                R Offline
                                R Offline
                                Richard Givis
                                wrote on last edited by
                                #15

                                How do you check PMs (Private Messages) in Code Project? :confused:

                                A 1 Reply Last reply
                                0
                                • R Richard Givis

                                  How do you check PMs (Private Messages) in Code Project? :confused:

                                  A Offline
                                  A Offline
                                  Aindriu Mac Giolla Eoin
                                  wrote on last edited by
                                  #16

                                  if you go to your name on the top right - mouse over and scroll down to my messages ... but here https://www.dropbox.com/s/3hf3wrxc7utmrju/%5Bzatmit.com%5DMicrosoft_Visual_C_Sharp_2013_Step_by_Step_John_Sharp.pdf?dl=0[^]

                                  1 Reply Last reply
                                  0
                                  • A Aindriu Mac Giolla Eoin

                                    its free : http://ptgmedia.pearsoncmg.com/images/9780735681835/samplepages/9780735681835.pdf[^]

                                    R Offline
                                    R Offline
                                    Richard Givis
                                    wrote on last edited by
                                    #17

                                    Thank you! Got the entire book. I had to download it from home, since your site was blocked at work. :cool:

                                    A 1 Reply Last reply
                                    0
                                    • R Richard Givis

                                      Thank you! Got the entire book. I had to download it from home, since your site was blocked at work. :cool:

                                      A Offline
                                      A Offline
                                      Aindriu Mac Giolla Eoin
                                      wrote on last edited by
                                      #18

                                      hi ! I'm glad you got it ! I hope its some help. I forgot to mention, www.edx.org are running a Microsoft: DEV204x Programming with C# (its started a few weeks back but maybe there will be another start date or you can still join). Its free : https://courses.edx.org/courses/course-v1:Microsoft+DEV204x+2015_T2/info[]

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Categories
                                      • Recent
                                      • Tags
                                      • Popular
                                      • World
                                      • Users
                                      • Groups