Writing Games With Unity 3D in JavaScript and C# – Part 1

John Boardman .NET, Articles, Keyhole Creations, Tutorial, Unity3D Series 2 5 Comments

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Unity is a development environment for creating professional-level games. It is built on top of MonoDevelop, and utilizes it to achieve the deployment of the …

Introduction to MonoTouch Library sqlite-net

Mark Fricke Articles, Development Technologies & Tools, Mobile, Tutorial Leave a Comment

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.In my previous article, I gave a tutorial on how we can use Xamarin.iOS (formally known as Monotouch) to build iOS mobile applications using …

What They Didn’t Teach Me In College

Robert Rice Articles, Programming Leave a Comment

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.I attained my IT degree (B. S. in Computer Science) 12+ years ago at a traditional midwestern college, so the education was fairly well …

Don’t Fear The Rewrite

Keith Shakib Articles, Programming, Tutorial 1 Comment

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Over the past dozen years, I’ve been involved in half a dozen engagements where my role was to lead an effort to rewrite a …

Tutorial: RabbitMQ with Spring Framework

Zhihua Douglas Dong Articles, Java, Spring, Tutorial 13 Comments

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.In this quick tutorial, we will create a RabbitMQ Template to send messages to an exchange. The exchange we are working to send a …