PDA

View Full Version : c# project?



JPHamlett
06-15-2011, 05:54 PM
Hey, can someone give me a decent, kind of interesting, useful project idea for me to program in c#. I just learned the language and I can not think of any project to do in it. lol


Thank
JP

HarryJames
06-15-2011, 06:32 PM
XNA, pong :3

anonymity
06-15-2011, 06:58 PM
3 Player pong !!! ~ a triangle.

JPHamlett
06-15-2011, 07:02 PM
3 Player pong !!! ~ a triangle.

Interesting concept, interesting concept.......we shall see what I can do!

x[Warrior]x3500
06-15-2011, 09:41 PM
recreate your version of an fps (halo, CoD, etc) on the xbox 360 :) ppl at my college were having fun doing that. then we would all hav LAN parties and play.

lingmaaki
07-12-2012, 05:30 PM
It is better to do some communication level projects. Becuse you study the basics of windows communication. Look at the link below , it is the basic socket level communication program , you can develo this program as a project.

http://csharp.net-informations.com/communications/csharp-socket-programming.htm

ling.

NCDS
07-13-2012, 01:13 AM
It is better to do some communication level projects. Becuse you study the basics of windows communication. Look at the link below , it is the basic socket level communication program , you can develo this program as a project.

http://csharp.net-informations.com/communications/csharp-socket-programming.htm

ling.

If you do this, you may as well just make an IRC bot. Then you can practice parsing text and using regex as well.

Kyle Undefined
07-13-2012, 06:54 AM
If you do this, you may as well just make an IRC bot. Then you can practice parsing text and using regex as well.

Something like this? It's in VB and the code is kind of old and can be cleaned up :p

https://github.com/Kyle-Undefined/IRCToolKit
https://github.com/Kyle-Undefined/IRCBot