Hash tables, mutability, and identity: How to implement a bi-directional hash table in Java or .NET

It’s easy to implement a table where you can look up an object given a key. But what if you have the object and want to find its key? We show you how.

Bridging Between JVM-Based Languages and .NET

It’s easy to bridge bewteen JVM-based languages and .NET. This article shows you how.

Reflections on Build 2016

We’re back from Build in San Francisco. Here’s the stuff that excited us.

Using the Play Framework to Create a Java Web Application on Top of a .NET Back-End

Use Play Framework and JNBridgePro to build a Java web application that uses .NET-based business logic.

Integrating Java- and Mono-based Microservices Using Docker

Create Docker microservices in Java and .NET/Mono, and link them together using JNBridgePro.