Loosly Coupled Database Class – example

I thought I would practice on creating a loosly coupled database model in .NET. Here is in my opinion, a good way to implement mongodb. Nothing else included than the connect part. This is what all our clients can do which is Connect and Disconnect. Seems reasonble enough. Then let’s make a client utulizing this …

Unity – Create a simple main menu

4. Select the Button and Add Component, and select New Script, name it btnStart. 5. Double click on the btnStart script name to open up Visual Studio to start editing it, and add the following. As you can see in the Console in Unity, we are now getting a log message when we click the …