AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SnowBankSDK avatar

SnowBankSDK

9 listings · 0 installs

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

↗ github.com/SnowBankSDK
9 results
Self-run
SKILL

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…

0
33
Free
Self-run
SKILL

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…

0
35
Free
Self-run
SKILL

Snowbank Contracts

>-

0
32
Free
Self-run
SKILL

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…

0
30
Free
Self-run
SKILL

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…

0
27
Free
Self-run
SKILL

Crystaljson

>-

0
29
Free
Self-run
SKILL

Foundationdb Keys And Layers

>-

0
25
Free
Self-run
SKILL

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…

0
23
Free
Self-run
SKILL

Foundationdb Transactions

>-

0
23
Free
You've reached the end · 9 loaded