Suggest a Project

lovepavan_c

New member
Joined
Nov 18, 2006
Messages
2
Programming Experience
Beginner
hi all, i am learning .net and have to develop a project as a standalone application and web application. Can anyone plz suggest me few topics in which i can start the project ?

thanks in advance
 
how about a simple bank application that enables the user to log in, make a transaction depending on his account which lives in a DB...

~signo.X
 
Do the two have to be the same project? Sounds like you saying you have to implement something as a Windows Form application, then again a Web app.

If you can do two apps, or perhaps two apps that work together, I had great fun a while back developing a Windows Form application that spidered the internet for images. When it found one, it downloaded it. All those images where databased and stored on the media server here in the house, and anyone on the network could lauch the intranet homepage (the second application, web portion) and browse and rate the images.

Lots of cool features to learn about from WebClients to Threaded processes (if you choose)..don't know how complex you want to get...
 
Thanks signo.x for your suggestion but i had created the bank application in java, now i cant repeat the same in .net.


Raven65 yeah i am thinking to merge web and windows application togthr and make a project. Dont u think this functionality is very small according to a project ( Sorry if i said wrong).

Can you plz suggest me few more topics ?

Any idea on artificial intelligence ??
 
Here's an idea for a web project:


A system to allow people to request new features in software. Each person has 5 votes, and they can use a vote to vote for an existing feature, or they can add a feature idea of their own. It would allow developers to satisfy the most community demand for features in their apps.
Voters could change their sway at any time
 
Back
Top