1. Live Connect Developer Center
http://msdn.microsoft.com/en-us/live/
2.SignIn Scopes and permissions(wl.xxx)
http://msdn.microsoft.com/en-us/library/live/hh243646
3.Sigining Users in(c#)
http://msdn.microsoft.com/en-us/library/live/hh826543#csharp
4.Get Live Client Id
http://manage.dev.live...
[More]
3. May 2012
xhinker
DotNet
As the title indicates, the following code can calcuate words appearance frequence in a text file. to use this code,
1. run it and input a file name,
2. Press Enter, few seconds later, a result file will be created which contains the word frequence information.
class Program
{
...
[More]