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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. definition of .net programming building blocks

definition of .net programming building blocks

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharp
7 Posts 4 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.
  • D Offline
    D Offline
    damo275
    wrote on last edited by
    #1

    :)Hi all, I am very new to .net programming and doing alot of reading but am getting a bit list with some of the terminologies. Could somebody explain the building blocks of .net programming eg: objects, classes, methods etc etc. All responses will be gratefully accepted. csp

    C S 2 Replies Last reply
    0
    • D damo275

      :)Hi all, I am very new to .net programming and doing alot of reading but am getting a bit list with some of the terminologies. Could somebody explain the building blocks of .net programming eg: objects, classes, methods etc etc. All responses will be gratefully accepted. csp

      C Offline
      C Offline
      chinnasrihari
      wrote on last edited by
      #2

      :sigh: Hi There are somany thing in that case... tell me which one you are looking.... Chinna Srihari Tech Lead, Capgemini

      D 1 Reply Last reply
      0
      • D damo275

        :)Hi all, I am very new to .net programming and doing alot of reading but am getting a bit list with some of the terminologies. Could somebody explain the building blocks of .net programming eg: objects, classes, methods etc etc. All responses will be gratefully accepted. csp

        S Offline
        S Offline
        Saravanakumar K
        wrote on last edited by
        #3

        Hi before you are going through the .NET syntax and other .NET stuff. You should understand OOPs concept. There are lot of website describe the OOPs in better manner. Once you understand the OOPs then you will get answers for your maximum number of question. Thanks Saravanakumar.K Saravanakumar.K Tokyo

        D 1 Reply Last reply
        0
        • C chinnasrihari

          :sigh: Hi There are somany thing in that case... tell me which one you are looking.... Chinna Srihari Tech Lead, Capgemini

          D Offline
          D Offline
          damo275
          wrote on last edited by
          #4

          :)Hi Chinna, Thankyou very much for answering my post. I am just starting to teach myself .NET programming. I have taught myself basic programming, but wish to channel all my studies in to .NET. I am at the very beginning and was hoping that somebody would be able to give me an application diagram or something similar which would show me the concepts of object oriented programming eg: how classes, objects, methods, functions, enumerations, interfaces etc etc all fit in together. Hopefully this is making sense. As I mentioned I am right at the beginning of my studies but this is something that I really want to devote alot of time to, and I will keep on reading but am hoping somebody can give a clear picture of how an application all fits together. Much appreciated. Craig. csp

          R 1 Reply Last reply
          0
          • S Saravanakumar K

            Hi before you are going through the .NET syntax and other .NET stuff. You should understand OOPs concept. There are lot of website describe the OOPs in better manner. Once you understand the OOPs then you will get answers for your maximum number of question. Thanks Saravanakumar.K Saravanakumar.K Tokyo

            D Offline
            D Offline
            damo275
            wrote on last edited by
            #5

            :)Thanks for replying to my post Saravanakumar.K I am right at the beginning of my studies. Could you suggest some links for beginners to OOP Thanks in advance Craig csp

            S 1 Reply Last reply
            0
            • D damo275

              :)Thanks for replying to my post Saravanakumar.K I am right at the beginning of my studies. Could you suggest some links for beginners to OOP Thanks in advance Craig csp

              S Offline
              S Offline
              Saravanakumar K
              wrote on last edited by
              #6

              Hi There are many websites are describing OOPs Concept, below link explain the OOPs with .NET as example http://www.c-sharpcorner.com/Code/2005/June/OOPSand.NET2.asp You can find many other OOPs tutorial by searching Google Thanks Saravanakumar.K Saravanakumar.K Tokyo

              1 Reply Last reply
              0
              • D damo275

                :)Hi Chinna, Thankyou very much for answering my post. I am just starting to teach myself .NET programming. I have taught myself basic programming, but wish to channel all my studies in to .NET. I am at the very beginning and was hoping that somebody would be able to give me an application diagram or something similar which would show me the concepts of object oriented programming eg: how classes, objects, methods, functions, enumerations, interfaces etc etc all fit in together. Hopefully this is making sense. As I mentioned I am right at the beginning of my studies but this is something that I really want to devote alot of time to, and I will keep on reading but am hoping somebody can give a clear picture of how an application all fits together. Much appreciated. Craig. csp

                R Offline
                R Offline
                Ruth Ivimey Cook
                wrote on last edited by
                #7

                My suggestion: Don't start off trying to learn the .NET hierachy. It's huge. Learn in small chunks. Start by learning from a good book on OO techniques. I'm afraid all my basic reference works are out of date, but I'm sure a search in Amazon or Google will help. Look for books that have several *independent* good reviews. Learn the basic principles of encapsulation and data hiding, inheritance and abstraction. Understand what is meant by "Design by Contract". Don't go into multiple inheritance - it's a minefield, and not supported in .NET anyway. Learn about the failings of OO too: where it doesn't work as where it does. For example, that mututally dependent objects can cause unwanted side effects. It's harder to find info about where/why OO doesn't work because it's not "cool", but it is useful to know, all the same. Although not all directly relevant, books like "The Mythical Man Month", "extreme .NET" (Roodyn), "Microsoft Secrets", and "Classical and Object Oriented Software Engineering" (Scach) might be of interest. HTH, Ruth Ruth Ivimey-Cook VS2005 / C# & VB

                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