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. C#
  4. Sample C# project

Sample C# project

Scheduled Pinned Locked Moved C#
databasequestioncsharpc++
9 Posts 8 Posters 1 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.
  • S Offline
    S Offline
    Software2007
    wrote on last edited by
    #1

    I would like to learn C#, I have been doing C++ for a while. What is a good meaningful project that I can work on to learn lots of C#, like SQL db, basics of C# and webservices if possible, all in one project. I can do like a banking exxample, but can anyone suggest a more meaningful project?

    W P M A L 7 Replies Last reply
    0
    • S Software2007

      I would like to learn C#, I have been doing C++ for a while. What is a good meaningful project that I can work on to learn lots of C#, like SQL db, basics of C# and webservices if possible, all in one project. I can do like a banking exxample, but can anyone suggest a more meaningful project?

      W Offline
      W Offline
      walterhevedeich
      wrote on last edited by
      #2

      It depends on what you really want to learn. I believe there's no such thing as all-in-one project. A lot of developers are excited to jump into the advanced topics without getting familiar first with the basic ones. IMHO, I would advice you to start by writing some simple data entry application when you want to learn C# and SQL. That way, you get to familiarize yourself with the syntax.

      Signature construction in progress. Sorry for the inconvenience.

      1 Reply Last reply
      0
      • S Software2007

        I would like to learn C#, I have been doing C++ for a while. What is a good meaningful project that I can work on to learn lots of C#, like SQL db, basics of C# and webservices if possible, all in one project. I can do like a banking exxample, but can anyone suggest a more meaningful project?

        P Offline
        P Offline
        PIEBALDconsult
        wrote on last edited by
        #3

        A messaging application?

        1 Reply Last reply
        0
        • S Software2007

          I would like to learn C#, I have been doing C++ for a while. What is a good meaningful project that I can work on to learn lots of C#, like SQL db, basics of C# and webservices if possible, all in one project. I can do like a banking exxample, but can anyone suggest a more meaningful project?

          M Offline
          M Offline
          Mycroft Holmes
          wrote on last edited by
          #4

          First you need to narrow your focus quite a bit, what interests you (not what you think will make you the most money), look at the different types of application that can be built. Tools, communications, LOB, new media, social crap, web, desktop and many more. The requirements for each are dramatically different. Example: I do LOB work and would not a accept new media contract as I have no expertise in that area. Once you have an area defined then pick a subject that you have some knowledge about, or find a sponsor who is willing to share their knowledge. Now you can start work.

          Never underestimate the power of human stupidity RAH

          1 Reply Last reply
          0
          • S Software2007

            I would like to learn C#, I have been doing C++ for a while. What is a good meaningful project that I can work on to learn lots of C#, like SQL db, basics of C# and webservices if possible, all in one project. I can do like a banking exxample, but can anyone suggest a more meaningful project?

            A Offline
            A Offline
            Abhinav S
            wrote on last edited by
            #5

            I find a number of code samples and quick starts available on msdn. They should get you help started.

            1 Reply Last reply
            0
            • S Software2007

              I would like to learn C#, I have been doing C++ for a while. What is a good meaningful project that I can work on to learn lots of C#, like SQL db, basics of C# and webservices if possible, all in one project. I can do like a banking exxample, but can anyone suggest a more meaningful project?

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

              Firstly: don't! Trying to learn everything at once is a certain recipe for disaster. Secondly: Decide what you need to learn and then prioritise those needs and approach them one at a time. You say that you are new to C# programming so that is the obvious place to start. .NET Book Zero[^] by Charle Petzold is a great place to start. You can follow that up by the C# Tutorials[^] on MSDN, and also lots of samples in the CodeProject Articles[^] section. Once you are comfortable with the language you can move on to SQL[^] and perhaps ASP.NET[^] depending on what you plane to develop.

              Unrequited desire is character building. OriginalGriff

              1 Reply Last reply
              0
              • S Software2007

                I would like to learn C#, I have been doing C++ for a while. What is a good meaningful project that I can work on to learn lots of C#, like SQL db, basics of C# and webservices if possible, all in one project. I can do like a banking exxample, but can anyone suggest a more meaningful project?

                B Offline
                B Offline
                BobJanova
                wrote on last edited by
                #7

                A web application of some kind is good for getting a cross-section across the various technologies. A book I used to learn PHP/mySQL did an online wine store (minus the actual interface to a payment provider which is not particularly instructive and rather tedious). You could write a simple social networking site (Facebook/LinkedIn/etc) or a microbroadcast site (a la Twitter), but be sure not to set your sights too high trying to create something similar to a multi-million dollar commercial enterprise – you'll just burn out.

                1 Reply Last reply
                0
                • S Software2007

                  I would like to learn C#, I have been doing C++ for a while. What is a good meaningful project that I can work on to learn lots of C#, like SQL db, basics of C# and webservices if possible, all in one project. I can do like a banking exxample, but can anyone suggest a more meaningful project?

                  U Offline
                  U Offline
                  uspatel
                  wrote on last edited by
                  #8

                  Develop any MIS as Hospital Management System, Student Information System etc.

                  S 1 Reply Last reply
                  0
                  • U uspatel

                    Develop any MIS as Hospital Management System, Student Information System etc.

                    S Offline
                    S Offline
                    Software2007
                    wrote on last edited by
                    #9

                    Thanks all, great answers. Some of you suggested to brush up on my C#, I actually have. I have read all the basics of the C# language, thats why I was looking for some project to get into and apply the principles that I know. Talkingto SQL database is always similar to other languages, no big deal. I didn't want to learn all aspects in details, just do something simple with webservces, WCF..etc to know how it works for the most part. Someone suggested a hospital or student Information system, I think either one is a good example. Thanks again

                    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