I got them from PSC.
this is link to article
Oct 7, 2007
Planet Source Code Superior Coding Contest Winner
Posted by DevGod at 8:32:00 PM 19 comments
Labels: Prize
Sep 21, 2007
Microsoft Silver light VDO
Microsoft Silverlight
Silverlight for Windows Mobile
Silverlight offical document
Posted by DevGod at 12:11:00 AM 0 comments
Labels: .Net, Silverlight
Sep 12, 2007
Sep 10, 2007
My Project 6 K15 Puzzle
Simple puzzle game. it have many feature,it is not just game develop by vb6.0 tools
but i think i can play this game hour after hour.
If you want to download you just click
Posted by DevGod at 10:35:00 PM 1 comments
My Project 5 Tower of Hanoi animation
This is a tower of Hanoi.net ,It can solve by bot.
if you want to download code you just click
Posted by DevGod at 10:28:00 PM 3 comments
Aug 24, 2007
Display Hello World without semicolon
C# version
namespace WriteHelloWorld
{
class Program
{
static void Main(string[] args)
{
while (!"0".Equals(System.Console.Title = "Hello world").Equals(System.Console.ReadLine()))
{
}
}
}
}
C++ version
#include "stdio.h"
int main()
{
while( !printf( "Hello World\n" ) )
{
}
}
Posted by DevGod at 5:02:00 AM 2 comments
Aug 22, 2007
Google Trends about .Net developer
This is a trend of software developer by Google.
Compare .Net,Java,PHP
Compare C#,VB
Compare MCSD,MCPD,MCSE,MCITS
Compare Ajax.Net,ASP.Net Ajax
Compare Planet source code,Code Project,DevX
Compare MySQL,SQL Server,Oracle
By the way this is not benchmark popular trends.Because Google trends can't separate java platform from java Island or java coffee and in other case too.
Posted by DevGod at 10:54:00 PM 0 comments
Labels: .Net, Google Trends