Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise. Learn more →
Dev-to-code-samples Alternatives
Similar projects and alternatives to dev-to-code-samples
-
-
Code Effects
Code Effects: AI-Ready .NET Business Rules Engine. Embed visual business rules in your .NET app with AI-assisted authoring, native VS debugging, blazing-fast compiled evaluation, and no SaaS dependency. FREE edition available.
-
csharp-sdk
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better dev-to-code-samples alternative or higher similarity.
dev-to-code-samples discussion
dev-to-code-samples reviews and mentions
Posts with mentions or reviews of dev-to-code-samples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-08-13.
-
EF Core 10 Named Default Constraints: Preview the Migration SQL Before Deploying
I built the runnable sample around two committed migrations. InitialSchema represents the old model with three unnamed defaults. NameDefaultConstraints is scaffolded after adding the global convention.
-
OpenAI Responses API previous_response_id Instructions: Repeat Policy on Every Turn
The merged sample on main is a dependency-free .NET 10 executable. It builds three fixed payloads: a first turn, a continuation that repeats the policy, and a continuation that intentionally replaces it.
-
.NET 10 InlineArray Explicit Size: Fix TypeLoadException with a Wrapper
The complete runnable sample creates the invalid metadata in memory, proves that .NET 10 rejects it, and verifies two supported replacements without a native library or external service.
-
.NET 10 LDAP VlvRequestControl Validation: Stop Sending Replacement Bytes
The verifier finishes with Summary: 5/5 passed. No directory, credentials, or runtime network access is required. The complete runnable sample is on main, and the focused change is recorded in the merged pull request.
-
OpenAI Usage API api_key_id: Reconcile Tokens and Costs by Key
The runnable sample on main uses two synthetic pages from each API. Its output contains four matched rows, one usage-only row, and one cost-only row. It also preserves a null key bucket as .
-
MCP C# Task Polling: Stop Infinite input_required Loops
My complete sample on main uses ModelContextProtocol.Extensions.Tasks 2.2.0 and an in-memory transport. It advertises MCP 2026-07-28, returns a task from tools/call, and then returns the same approval request key on every tasks/get call.
-
OpenAI Responses API `user` Migration: Split Safety from Prompt Caching
The runnable sample on main uses only the .NET 10 shared framework. It builds JSON locally and performs fourteen checks, including these invariants:
-
MCP C# Per-Request Client Capabilities: Read the Request, Not the Server
A sequential happy-path test can miss cross-request state. The complete sample starts an ASP.NET Core TestServer, so it exercises the real Streamable HTTP endpoint without opening a port.
-
Claude API Workspace Verification: Catch Misrouted Requests Before Attribution
The complete sample uses a fake HttpMessageHandler, so it never calls Anthropic and needs no credential. Its fixtures run seven checks across these paths:
-
Claude Structured Outputs Refusal Handling: Stop Parsing HTTP 200 Refusals
The runnable sample includes those fixtures, source, and test commands. The associated pull request shows the complete change and validation record.
-
A note from our sponsor - AppSignal
www.appsignal.com | 6 Sep 2026
Stats
Basic dev-to-code-samples repo stats
25
1
9.2
6 days ago
ssukhpinder/dev-to-code-samples is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of dev-to-code-samples is C#.