I am talking about the popular Facebook applications called “Pet Society”, “Brain Buddies”, “Who has the Biggest Brain?”, “Geo Challenge”, “Word Challenge”, “Typing Maniac”, “Scramble”, “Biotronic”, “Bowling Buddies”, “Minigolf Party”, etc.
“Who Has The Biggest Brain” is well known, since it has over 50M players. Some people have started breaking records using bots that recognize the [...]

Continue reading about Brain Buddies Bot / Pet Society Bot / Who has the Biggest Brain? Bot / Geo Challenge Bot & other Bots

Okay, I came across this error today:
Warning 1 
The service System.Windows.Forms.Design.IEventHandlerService already exists in the service container.
Parameter name: serviceType

and it took me a while to find the solution. In my case, and I say this because I’m not sure if this will work in your case… the solution was as simple as cleaning the OBJ folder manually.
Other [...]

Continue reading about System.Windows.Forms.Design. IEventHandlerService already exists in the service container

After searching on google for a simple method to get the current installed version of the .NET Framework, I decided to implement my own. I have put this method in its own class, because there are probably a lot of other similar methods that could be grouped together.
using System;
using System.IO;
using System.Security;
using System.Text.RegularExpressions;

namespace YourNameSpace
{
[...]

Continue reading about C# code to detect which version of the .NET Framework is installed