Ideas for a C# development project?

  • Thread starter Thread starter John Heitmuller.
  • Start date Start date
J

John Heitmuller.

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 said:
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
 
John Heitmuller. said:
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...
 
John Heitmuller. said:
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.
 
John Heitmuller. said:
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).
 
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?
 
I agree, getting involved in an existing open-source project seems like a
great idea :)
 
Writing code is the easy bit, writing code someone wants is a completely
different matter :-)
 
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
 
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
 
Jon said:
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
 
I'll look around for an open source C#.Net Windows project. Anybody
got any favorites?

Start with fyireporting.com
and open source reporing engine.

Community waits your contributions.

Andrus.
 
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
 

> Hi, I'm looking for ideas for a C#.Net Windows application project.
> i am student now.
> 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:cheers:
> 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 ??:dance:

Arne[/QUOTE]
 
Back
Top