Using SmartFox with C# (I) : Installations and 1st handshaking
Despite that SmartFox has offered a Unity3D package for easy access SmartFox functionalities for game developers, however it is not very straightforward to directly get to know how to consume SmartFox...
View ArticleUsing SmartFox with C# (II) : Login and join room
The next step after connection with SmartFox server might be login to SmartFox. If you wish to know how to connect to SmartFox server, refer to this post. Try below code to login to SmartFox: using...
View ArticleUsing SmartFox with C# (III) : Frequently used functions
If you haven’t read below posts, you might wish to have a quick go through: Using SmartFox with C# (I) : Installations and 1st handshakingUsing SmartFox with C# (II) : Login and join room If you are...
View ArticleBing Search in C#: A step by step walk-through tutorial
This blog is the 3rd article of the series Search in C# example demonstration. If you are interested in my earlier blogs in this series, please refer to below blogs: Google Search in C#: A step by step...
View Article