Protect APIs from over-fetching/under-fetching - REST vs GraphQL in .NET core
Best Practices Summary For REST in .NET: Use projection to DTOs (Select instead of .Include() when possible). Define endpoint-specific contracts to prevent over-fetch. Use AsNoTracking and async LI
Jun 26, 20263 min read
