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. Visual Studio 2015 & .NET 4.6
  4. coding

coding

Scheduled Pinned Locked Moved Visual Studio 2015 & .NET 4.6
tutorial
7 Posts 5 Posters 2 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.
  • U Offline
    U Offline
    User 12737065
    wrote on last edited by
    #1

    basics of coding how to make your own codes

    L P S N 6 Replies Last reply
    0
    • U User 12737065

      basics of coding how to make your own codes

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You first need to decide which language you wish to learn. Then use Google to find tutorials.

      1 Reply Last reply
      0
      • U User 12737065

        basics of coding how to make your own codes

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        If they have schools where you live, you could try a college or university. Many people learn in those places.

        1 Reply Last reply
        0
        • U User 12737065

          basics of coding how to make your own codes

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          All programs break down to 3 things. 1. Flow. All programs have a direction, i.e., they have a beginning, middle and an end. 2. Decision. All programs generally have decisions, i.e., if this condition, do this, else do that. 3. Repetition. It's a very rare program that doesn't need you to do the same thing in places. So, there's generally some looping structure that allows you to repeat the same code again and again without having to write the code out multiple times. Everything else is just knowing the syntax of the language and how and when to apply these techniques.

          This space for rent

          1 Reply Last reply
          0
          • U User 12737065

            basics of coding how to make your own codes

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Microsoft Virtual Academy – Free Online Training for Developers, IT Professionals and Data Scientists[^]

            1 Reply Last reply
            0
            • U User 12737065

              basics of coding how to make your own codes

              S Offline
              S Offline
              Swinkaran
              wrote on last edited by
              #6

              Basic of coding? develop your creativity. Think logically, Learn Algorithm before coding.

              1 Reply Last reply
              0
              • U User 12737065

                basics of coding how to make your own codes

                N Offline
                N Offline
                Nelson Costa Inacio
                wrote on last edited by
                #7

                Reuse code, if you repeating on 2 or more places consider put that inside a function and call it everywhere you need that code. Application resources consume. For example you have a variable that will have values between 0 and 20, declare it as byte instead of int. Byte support number until 256 and only consume 1 byte, int support a number until 2.147.483.647 but consumes 4 bytes. If you are loading a list of objects this can have a huge impact on performance. Comment code, give some hints of what you have done. When you have maintain code not developed by you, you will understand the importance of comment code.

                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