Hi All,
With over a week off of work I wanted to try out a bunch of new stuff at home. What I've done is written a simple TicTacToe game that I want to incorporate things into that I've never worked with before. I have three main ideas first.
- TCP/IP ability so that the app can be played over the internet.
- Learn how to integrate tests into my builds in Visual Studio.
- Develop my nant skills further by scripting my builds and such.
My question for stack overflow is what else would you recommend that is out of the ordinary that I could take a look at over the next week? Is there certain odd ball things you've come across as a developer that I may want to look at?
Thanks
Mike