views:

333

answers:

5

I am an M.Sc. Computer Science 2nd year student. I need to do a project for my college work. I have working experince with Java, databases, J2ME etc. I have satisfacotry knowledge of .NET but I have not done any projects with it. Please suggest a good topic with .NET or J2ME that will be of post-graduation level.

+2  A: 

Port over one of your J2ME projects to .NET. Preferably a non-trivial one. Then you'll find out for sure if you have satisfactory knowledge of the platform.

Kyle Walsh
A: 

Like kyle says, but take an small open source java program and port to .net.

Preet Sangha
+1  A: 

A simple desktop RSS reader application is a decent-sized (but relatively simple) project that will expose you to lots of different parts of .NET.

brien
A: 

A BitTorrent tracker. You'll have to handle communication between the server and clients, parse bencoded data and will probably need to handle some concurrency.

mauro.dec
+2  A: 

A program to generate ideas for programs of a user-specified level of difficulty.

Noon Silk
+1, I like it. Who are we on SO, his course advisor?
Ash