# SnowBankSDK

> Open-source publisher. Listings imported from github.com/SnowBankSDK — credited to the original author with their license.

- **Listings:** 9
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/snowbanksdk
- **Website:** https://github.com/SnowBankSDK

## Published listings

- [Foundationdb Advanced Layers](https://agentstack.voostack.com/l/skill-snowbanksdk-foundationdb-dotnet-client-foundationdb-advanced-layers) — Skill · Free · security-reviewed — `agentstack add skill-snowbanksdk-foundationdb-dotnet-client-foundationdb-advanced-layers`
  Advanced engineering for sophisticated FoundationDB layers with the .NET client (FoundationDB.Client / SnowBank) — the cluster model and transaction lifecycle (proxies, resolvers, tlogs, storage servers, the sequencer/version clock), latency/throughput optimization (batching reads with GetValuesAsync / Task.WhenAll, removing round-trip dependencies, snapshot reads), high-contention avoidance, and…
- [Snowbank Slices And Buffers](https://agentstack.voostack.com/l/skill-snowbanksdk-foundationdb-dotnet-client-snowbank-slices-and-buffers) — Skill · Free · security-reviewed — `agentstack add skill-snowbanksdk-foundationdb-dotnet-client-snowbank-slices-and-buffers`
  How to correctly use the Slice type and its companions (SliceReader, SliceWriter, SliceOwner) for binary data in the FoundationDB .NET client / SnowBank.Core codebase. Slice is a readonly struct (namespace System) — the logical equivalent of a ReadOnlyMemory of bytes with many helpers. Use whenever code constructs or reads a Slice, converts between bytes and other types (Slice.FromBytes/FromStrin…
- [Foundationdb Aspire](https://agentstack.voostack.com/l/skill-snowbanksdk-foundationdb-dotnet-client-foundationdb-aspire) — Skill · Free · security-reviewed — `agentstack add skill-snowbanksdk-foundationdb-dotnet-client-foundationdb-aspire`
  How to run a FoundationDB cluster and connect to it from .NET — getting the IFdbDatabaseProvider that the keys/transactions/layers skills assume you already have. Covers the ways to get a provider (plain DI services.AddFoundationDb, FdbDatabaseProvider.Create, or Aspire), the Aspire AppHost integration (FoundationDB.Aspire.Hosting — builder.AddFoundationDb starts a Docker cluster, AddFoundationDb…
- [Snowbank Contracts](https://agentstack.voostack.com/l/skill-snowbanksdk-foundationdb-dotnet-client-snowbank-contracts) — Skill · Free · security-reviewed — `agentstack add skill-snowbanksdk-foundationdb-dotnet-client-snowbank-contracts`
  >-
- [Snowbank Distributed Testing](https://agentstack.voostack.com/l/skill-snowbanksdk-foundationdb-dotnet-client-snowbank-distributed-testing) — Skill · Free · security-reviewed — `agentstack add skill-snowbanksdk-foundationdb-dotnet-client-snowbank-distributed-testing`
  How to write, run, and especially DIAGNOSE multi-node integration tests built on the SnowBank distributed-test framework (SnowBank.Testing.Framework / SnowBank.Testing.Common — a general-purpose harness, NOT FoundationDB-specific). Covers DistributedTest/MakeItSo + virtual hosts (AddSimpleLan/WithMinimalWebHost), the unified in-memory Timeline journal that every test prints (its column format and…
- [Crystaljson](https://agentstack.voostack.com/l/skill-snowbanksdk-foundationdb-dotnet-client-crystaljson) — Skill · Free · security-reviewed — `agentstack add skill-snowbanksdk-foundationdb-dotnet-client-crystaljson`
  >-
- [Foundationdb Keys And Layers](https://agentstack.voostack.com/l/skill-snowbanksdk-foundationdb-dotnet-client-foundationdb-keys-and-layers) — Skill · Free · security-reviewed — `agentstack add skill-snowbanksdk-foundationdb-dotnet-client-foundationdb-keys-and-layers`
  >-
- [Snowbank Betterhttp](https://agentstack.voostack.com/l/skill-snowbanksdk-foundationdb-dotnet-client-snowbank-betterhttp) — Skill · Free · security-reviewed — `agentstack add skill-snowbanksdk-foundationdb-dotnet-client-snowbank-betterhttp`
  How to make outbound HTTP calls with BetterHttpClient (SnowBank.Networking.Http) in an ASP.NET Core or generic-host .NET application - the DI story and the request API. Covers the one-policy-plane model where a client NAME maps to one effective policy that lives in the pooled handler chain, so every client gets the same behavior: a typed client, a keyed client, IHttpClientFactory.CreateClient(nam…
- [Foundationdb Transactions](https://agentstack.voostack.com/l/skill-snowbanksdk-foundationdb-dotnet-client-foundationdb-transactions) — Skill · Free · security-reviewed — `agentstack add skill-snowbanksdk-foundationdb-dotnet-client-foundationdb-transactions`
  >-

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
