bcquality/community/knowledge
Jeremy Vyska d45068969a Correct SetLoadFields JIT-load article to match MS docs
The draft claimed accessing an unlisted field "reloads the entire row"
per record. Microsoft's partial-records docs say otherwise: the platform
does an implicit Get that loads the missing field(s), and in a direct var
loop the first JIT updates the enumerator so later iterations do not
re-load. The genuine per-row penalty is the pass-by-value case, where the
copy's enumerator is not updated.

Rewrite the article around JIT loading and the by-value footgun, rename
the slug from ...full-reload to ...jit-load, and fix the good/bad samples
to demonstrate the by-value repetition accurately.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-01 11:21:28 +02:00
..
appsource Add 15 community knowledge articles from BC Code Intel ingest 2026-07-01 11:02:48 +02:00
error-handling Add 15 community knowledge articles from BC Code Intel ingest 2026-07-01 11:02:48 +02:00
performance Correct SetLoadFields JIT-load article to match MS docs 2026-07-01 11:21:28 +02:00
security Add 15 community knowledge articles from BC Code Intel ingest 2026-07-01 11:02:48 +02:00
telemetry Add 15 community knowledge articles from BC Code Intel ingest 2026-07-01 11:02:48 +02:00
ui Add 15 community knowledge articles from BC Code Intel ingest 2026-07-01 11:02:48 +02:00
upgrade Add 15 community knowledge articles from BC Code Intel ingest 2026-07-01 11:02:48 +02:00
.gitkeep Add .gitkeep files to community and microsoft directories; remove .gitkeep from samples 2026-04-17 06:03:14 +02:00