Ideas for a C# development project?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Heitmuller.

    Ideas for a C# development project?

    Hi, I'm looking for ideas for a C#.Net Windows application project.
    I've been programming for 20+ years and consider myself pretty
    capable. I'd like to take on developing a significant C# Windows app
    as a way of refining my knowledge of C#.Net. I'd like to spend my
    time developing an app that people will actually be able to use. I
    don't want to write another ME TOO text editor, or file browser.

    Anybody got any ideas for new Windows utility or application that
    would be useful to a bunch of people? Something unique and not done
    before, or something that needs to be done better.

    Thanks,
    John

  • =?ISO-8859-1?Q?Arne_Vajh=F8j?=

    #2
    Re: Ideas for a C# development project?

    John Heitmuller. wrote:
    Hi, I'm looking for ideas for a C#.Net Windows application project.
    I've been programming for 20+ years and consider myself pretty
    capable. I'd like to take on developing a significant C# Windows app
    as a way of refining my knowledge of C#.Net. I'd like to spend my
    time developing an app that people will actually be able to use. I
    don't want to write another ME TOO text editor, or file browser.
    >
    Anybody got any ideas for new Windows utility or application that
    would be useful to a bunch of people? Something unique and not done
    before, or something that needs to be done better.
    DB admin tool with support for multiple flavors of databases ??

    Arne

    Comment

    • Jon Skeet [C# MVP]

      #3
      Re: Ideas for a C# development project?

      John Heitmuller. <john.heitmulle r@jrfcorp.netwr ote:
      Hi, I'm looking for ideas for a C#.Net Windows application project.
      I've been programming for 20+ years and consider myself pretty
      capable. I'd like to take on developing a significant C# Windows app
      as a way of refining my knowledge of C#.Net. I'd like to spend my
      time developing an app that people will actually be able to use. I
      don't want to write another ME TOO text editor, or file browser.
      >
      Anybody got any ideas for new Windows utility or application that
      would be useful to a bunch of people? Something unique and not done
      before, or something that needs to be done better.
      Something I've been thinking about: a "repeatable copier with memory".

      Quite often when I'm developing I want to copy some files from one
      place to another, and do it repeatedly. I normally end up writing a
      batch file, but it would be nice to be able to just fire up a tool,
      show the source, destination, and subset of files, and then either just
      have it running unobtrusively ready for me to hit "Copy" every so
      often, or save the copy details for another time.

      Anyway, just an idea...

      --
      Jon Skeet - <skeet@pobox.co m>
      http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
      If replying to the group, please do not mail me too

      Comment

      • Michael C

        #4
        Re: Ideas for a C# development project?

        "John Heitmuller." <john.heitmulle r@jrfcorp.netwr ote in message
        news:1191363490 .123108.284900@ y42g2000hsy.goo glegroups.com.. .
        Hi, I'm looking for ideas for a C#.Net Windows application project.
        I've been programming for 20+ years and consider myself pretty
        capable. I'd like to take on developing a significant C# Windows app
        as a way of refining my knowledge of C#.Net. I'd like to spend my
        time developing an app that people will actually be able to use. I
        don't want to write another ME TOO text editor, or file browser.
        >
        Anybody got any ideas for new Windows utility or application that
        would be useful to a bunch of people? Something unique and not done
        before, or something that needs to be done better.
        A good simple backup program.
        >
        Thanks,
        John
        >

        Comment

        • John Vottero

          #5
          Re: Ideas for a C# development project?

          "John Heitmuller." <john.heitmulle r@jrfcorp.netwr ote in message
          news:1191363490 .123108.284900@ y42g2000hsy.goo glegroups.com.. .
          Hi, I'm looking for ideas for a C#.Net Windows application project.
          I've been programming for 20+ years and consider myself pretty
          capable. I'd like to take on developing a significant C# Windows app
          as a way of refining my knowledge of C#.Net. I'd like to spend my
          time developing an app that people will actually be able to use. I
          don't want to write another ME TOO text editor, or file browser.
          >
          Anybody got any ideas for new Windows utility or application that
          would be useful to a bunch of people? Something unique and not done
          before, or something that needs to be done better.
          >
          How about a tool for creating and editing PowerShell Format and type files?
          Then you would learn PowerShell, XML manipulation, reflection and Windows
          Forms (or maybe WPF).

          Comment

          • Alan T

            #6
            Re: Ideas for a C# development project?

            What I am thinking is a book/dvd library management system.

            "John Vottero" <JVottero@mvpsi .comwrote in message
            news:uE71UZVBIH A.3900@TK2MSFTN GP02.phx.gbl...
            "John Heitmuller." <john.heitmulle r@jrfcorp.netwr ote in message
            news:1191363490 .123108.284900@ y42g2000hsy.goo glegroups.com.. .
            Hi, I'm looking for ideas for a C#.Net Windows application project.
            I've been programming for 20+ years and consider myself pretty
            capable. I'd like to take on developing a significant C# Windows app
            as a way of refining my knowledge of C#.Net. I'd like to spend my
            time developing an app that people will actually be able to use. I
            don't want to write another ME TOO text editor, or file browser.

            Anybody got any ideas for new Windows utility or application that
            would be useful to a bunch of people? Something unique and not done
            before, or something that needs to be done better.
            >
            How about a tool for creating and editing PowerShell Format and type
            files?
            Then you would learn PowerShell, XML manipulation, reflection and Windows
            Forms (or maybe WPF).
            >

            Comment

            • verbiest@gmail.com

              #7
              Re: Ideas for a C# development project?

              On 3 okt, 00:18, "John Heitmuller." <john.heitmul.. .@jrfcorp.net>
              wrote:
              Hi, I'm looking for ideas for a C#.Net Windows application project.
              I've been programming for 20+ years and consider myself pretty
              capable. I'd like to take on developing a significant C# Windows app
              as a way of refining my knowledge of C#.Net. I'd like to spend my
              time developing an app that people will actually be able to use. I
              don't want to write another ME TOO text editor, or file browser.
              >
              Anybody got any ideas for new Windows utility or application that
              would be useful to a bunch of people? Something unique and not done
              before, or something that needs to be done better.
              >
              Thanks,
              John
              How about getting involved in an existing open-source project?

              Comment

              • Martin Lundberg

                #8
                Re: Ideas for a C# development project?

                I agree, getting involved in an existing open-source project seems like a
                great idea :)

                <verbiest@gmail .comwrote in message
                news:1191395676 .745747.105340@ 19g2000hsx.goog legroups.com...
                On 3 okt, 00:18, "John Heitmuller." <john.heitmul.. .@jrfcorp.net>
                wrote:
                >Hi, I'm looking for ideas for a C#.Net Windows application project.
                >I've been programming for 20+ years and consider myself pretty
                >capable. I'd like to take on developing a significant C# Windows app
                >as a way of refining my knowledge of C#.Net. I'd like to spend my
                >time developing an app that people will actually be able to use. I
                >don't want to write another ME TOO text editor, or file browser.
                >>
                >Anybody got any ideas for new Windows utility or application that
                >would be useful to a bunch of people? Something unique and not done
                >before, or something that needs to be done better.
                >>
                >Thanks,
                >John
                >
                How about getting involved in an existing open-source project?
                >

                Comment

                • Peter Morris

                  #9
                  Re: Ideas for a C# development project?

                  Writing code is the easy bit, writing code someone wants is a completely
                  different matter :-)


                  Comment

                  • John Heitmuller.

                    #10
                    Re: Ideas for a C# development project?

                    How about getting involved in an existing open-source project?

                    Hmmm... I had not thought of that, but I really like that idea. One of
                    my strengths has always been the ability to come into a large body of
                    someone else's code and understand their design and be able to
                    maintain their code. That is a great way to transition into a new
                    language, especially if the original programmer was really good.
                    I'll look around for an open source C#.Net Windows project. Anybody
                    got any favorites?
                    Thanks,
                    John



                    Comment

                    • Jon Skeet [C# MVP]

                      #11
                      Re: Ideas for a C# development project?

                      On Oct 3, 11:37 am, "John Heitmuller." <john.heitmul.. .@jrfcorp.net>
                      wrote:
                      How about getting involved in an existing open-source project?
                      >
                      Hmmm... I had not thought of that, but I really like that idea. One of
                      my strengths has always been the ability to come into a large body of
                      someone else's code and understand their design and be able to
                      maintain their code. That is a great way to transition into a new
                      language, especially if the original programmer was really good.
                      I'll look around for an open source C#.Net Windows project. Anybody
                      got any favorites?
                      If you're interested in ORM stuff at all, I'm sure the NHibernate team
                      would be glad of assistance.

                      Jon

                      Comment

                      • =?ISO-8859-1?Q?Arne_Vajh=F8j?=

                        #12
                        Re: Ideas for a C# development project?

                        Jon Skeet [C# MVP] wrote:
                        On Oct 3, 11:37 am, "John Heitmuller." <john.heitmul.. .@jrfcorp.net>
                        wrote:
                        >>How about getting involved in an existing open-source project?
                        >Hmmm... I had not thought of that, but I really like that idea. One of
                        >my strengths has always been the ability to come into a large body of
                        >someone else's code and understand their design and be able to
                        >maintain their code. That is a great way to transition into a new
                        >language, especially if the original programmer was really good.
                        >I'll look around for an open source C#.Net Windows project. Anybody
                        >got any favorites?
                        >
                        If you're interested in ORM stuff at all, I'm sure the NHibernate team
                        would be glad of assistance.
                        Or Spring.NET they must also have a ton of code to maintain and develop.

                        Arne

                        Comment

                        • Andrus

                          #13
                          Re: Ideas for a C# development project?

                          I'll look around for an open source C#.Net Windows project. Anybody
                          got any favorites?
                          Start with fyireporting.co m
                          and open source reporing engine.

                          Community waits your contributions.

                          Andrus.


                          Comment

                          • Brian Gideon

                            #14
                            Re: Ideas for a C# development project?

                            On Oct 2, 5:18 pm, "John Heitmuller." <john.heitmul.. .@jrfcorp.net>
                            wrote:
                            Hi, I'm looking for ideas for a C#.Net Windows application project.
                            I've been programming for 20+ years and consider myself pretty
                            capable. I'd like to take on developing a significant C# Windows app
                            as a way of refining my knowledge of C#.Net. I'd like to spend my
                            time developing an app that people will actually be able to use. I
                            don't want to write another ME TOO text editor, or file browser.
                            >
                            Anybody got any ideas for new Windows utility or application that
                            would be useful to a bunch of people? Something unique and not done
                            before, or something that needs to be done better.
                            >
                            Thanks,
                            John
                            John,

                            I've had aspirations for some time now to develop a computer algebra
                            system in C#. Or at least a decent expression evaluator. Does that
                            pique your interest?

                            Brian

                            Comment

                            • vbsqluser

                              #15
                              Re: Ideas for a C# development project?

                              Hi,

                              Develop web services using C#



                              *** Sent via Developersdex http://www.developersdex.com ***

                              Comment

                              Working...