Ideas for a C# development project?

  • Thread starter John Heitmuller.
  • 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
 
?

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

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
 
J

Jon Skeet [C# MVP]

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

Michael C

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

John Vottero

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).
 
V

verbiest

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?
 
M

Martin Lundberg

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

Peter Morris

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

John Heitmuller.

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
 
J

Jon Skeet [C# MVP]

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
 
?

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

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
 
A

Andrus

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

Brian Gideon

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
 
Joined
Sep 5, 2012
Messages
1
Reaction score
0

> 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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top