473,394 Members | 1,481 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

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

Oct 2 '07 #1
14 21642
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
Oct 2 '07 #2
John Heitmuller. <jo*************@jrfcorp.netwrote:
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 - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 2 '07 #3
"John Heitmuller." <jo*************@jrfcorp.netwrote in message
news:11**********************@y42g2000hsy.googlegr oups.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

Oct 2 '07 #4
"John Heitmuller." <jo*************@jrfcorp.netwrote in message
news:11**********************@y42g2000hsy.googlegr oups.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).

Oct 3 '07 #5
What I am thinking is a book/dvd library management system.

"John Vottero" <JV******@mvpsi.comwrote in message
news:uE**************@TK2MSFTNGP02.phx.gbl...
"John Heitmuller." <jo*************@jrfcorp.netwrote in message
news:11**********************@y42g2000hsy.googlegr oups.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).

Oct 3 '07 #6
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?

Oct 3 '07 #7
I agree, getting involved in an existing open-source project seems like a
great idea :)

<ve******@gmail.comwrote in message
news:11**********************@19g2000hsx.googlegro ups.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?
Oct 3 '07 #8
Writing code is the easy bit, writing code someone wants is a completely
different matter :-)
Oct 3 '07 #9
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

Oct 3 '07 #10
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

Oct 3 '07 #11
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
Oct 4 '07 #12
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.
Oct 4 '07 #13
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

Oct 4 '07 #14
Hi,

Develop web services using C#

http://www.vkinfotek.com/webservice/...ebservice.aspx

*** Sent via Developersdex http://www.developersdex.com ***
Oct 5 '07 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Craig S. Ugoretz | last post by:
Dear newgroup readers, I am pleased to announce the presentation of the new open source software project I have created, called the "Wisdom Seeker IDE". For a description of what open source...
1
by: PM Guru | last post by:
Guys have a look at the following website. They have dotnet project plan templates for application development. http://www.balfourgroup.com.au
0
by: Dano | last post by:
I am interested in developing a business-oriented Web site, but would like to collaborate with other developers to bring it to fruition. I will be using MySQL and PHP, with a LOT of interactivity....
1
by: brosner | last post by:
I have an ADP project running. My client is requesting a change to the layout of one of the forms. Lets say, They want to add a field on a form. No problem. I simply go into my development copy,...
8
by: mahmoud wessimy | last post by:
hi can anyone tell me some ideas cauz i have a project in c++ to do any program i want but i don't know what to do?
2
by: john_sm3853 | last post by:
Hey guys, I am interested in knowing, what new Web Development projects you are doing, curious to know, what data base you use, and if you are using Linux or Windows platform. Also, will like to...
1
by: nithy | last post by:
I am doing Web Development project using ASP.NET C# as front-end & MS SQL Server 2005 as back-end. I am not familiar to ASP.NET C#, i need some help. I am doing project for maintaining the leave...
2
Niheel
by: Niheel | last post by:
I am looking for ideas on how to setup source control for web development projects? We have a live server, a development server, multiple workstations for developers and are planning on using...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.