Multithreading Template in VB.NET

There are number of reasons you want multi-threading on your application. One is making your application interface responsive while its processing another job, because nobody want a screen that freeze until a process is finished. A common use of Multi-threading is allowing your user to interfere with... 

Source:  Fryan's Digital World

Facebook Developer Toolkit for .NET

Recently, I got interested in developing apps on Facebook platform. Since I am more of a Microsoft .NET guy, I tried searching for a SDK for .NET and lucky me, I found the Facebook Developer Toolkit for .NET. This toolkit is provided as a Facebook Client Library similar to Facebook's PHP Client Library... 

Source:  Fryan's Digital World

Google’s Go, The New Programming Language in Town

A new system programming language was recently released by Google and it goes by the name of "Go". According to Google, Go is still in experimental stage and it is an attempt to combine the ease of programming of an interpreted, dynamically typed language (such as Python and javascript) with the efficiency... 

Source:  Fryan's Digital World

  . .