Category Archives: events

Introducing Foundatio – Pluggable Foundation Blocks for Building Distributed Apps

In the process of developing Exceptionless, we realized there was a lack of good, simple, open source solutions for caching, queues, locks, messaging, jobs, file storage, and metrics when building scaleable applications. We tried an open source Redis cache client for caching, but it went commercial (expensive) and there wasn’t any in-memory implementations. For the …Read More

Introducing Foundatio – Pluggable Foundation Blocks for Building Distributed Apps

In the process of developing Exceptionless, we realized there was a lack of good, simple, open source solutions for caching, queues, locks, messaging, jobs, file storage, and metrics when building scaleable applications. We tried an open source Redis cache client for caching, but it went commercial (expensive) and there wasn’t any in-memory implementations. For the …Read More

The Power of Real-time Project Settings

Did you know there are customizable server/client configuration values within your Exceptionless Project’s settings? Well now you do – and knowing’s half the battle! These project level settings are a dictionary of key value pairs (string key, string value). They are defined server-side and automatically pushed to the client when they are updated. Using this …Read More