Population Net

USE FOR: GraphQL-like selective field projection in REST APIs, reducing over-fetching by returning only client-requested fields, dynamic response shaping based on query parameters, and bandwidth optimization for mobile or low-bandwidth clients. DO NOT USE FOR: Full GraphQL implementations (use HotChocolate or GraphQL.NET), server-side data filtering or authorization, complex nested relationship loading, or replacing proper DTOs and view models.

Tyler-R-Kendrick 973242b 21 files · 31.0 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/data/population-net commit 973242bddd

Frequently asked questions

npx skillmds add tyler-r-kendrick/population-net