bcquality/community/knowledge/security
Jeremy Vyska 4119417ce4
Some checks failed
Validate knowledge index / validate-index (push) Has been cancelled
Validate frontmatter and structure / validate (push) Has been cancelled
Add 15 community knowledge articles from BC Code Intel ingest (#66)
* Add 15 community knowledge articles from BC Code Intel ingest

Ingests net-new /community knowledge from BC Code Intelligence, surviving
the admission test, gray-zone salvage, and dedup against the full corpus.

Domains: ui (6), error-handling (3), performance (2), upgrade (1),
appsource (1), security (1), telemetry (1). The two BC24 No. Series
migration drafts are merged into one article.

Adds good/bad AL samples for the clean-fit articles (error-handling,
performance, security, telemetry). UI and appsource remain knowledge-only.

Validator and knowledge-index checks pass (207 articles).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* 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>

---------

Co-authored-by: Jeremy Vyska <jeremy@sparebrained.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-01 14:31:50 +02:00
..
classify-every-field-with-dataclassification.bad.al Seed community performance and security knowledge 2026-04-19 18:13:32 +02:00
classify-every-field-with-dataclassification.good.al Seed community performance and security knowledge 2026-04-19 18:13:32 +02:00
classify-every-field-with-dataclassification.md Sync knowledge articles with review agent instructions 2026-05-05 14:08:32 +02:00
compose-permission-sets-with-included-sets.bad.al Seed community performance and security knowledge 2026-04-19 18:13:32 +02:00
compose-permission-sets-with-included-sets.good.al Seed community performance and security knowledge 2026-04-19 18:13:32 +02:00
compose-permission-sets-with-included-sets.md Reframe seed-article banners as community contribution invitations 2026-04-23 17:31:36 +02:00
do-not-grant-rights-beyond-a-users-entitlement.md Reframe seed-article banners as community contribution invitations 2026-04-23 17:31:36 +02:00
guard-bulk-operations-with-istemporary.bad.al Seed community performance and security knowledge 2026-04-19 18:13:32 +02:00
guard-bulk-operations-with-istemporary.good.al Seed community performance and security knowledge 2026-04-19 18:13:32 +02:00
guard-bulk-operations-with-istemporary.md Reframe seed-article banners as community contribution invitations 2026-04-23 17:31:36 +02:00
prefer-oauth2-over-api-keys-for-external-http-calls.bad.al Seed community performance and security knowledge 2026-04-19 18:13:32 +02:00
prefer-oauth2-over-api-keys-for-external-http-calls.good.al Seed community performance and security knowledge 2026-04-19 18:13:32 +02:00
prefer-oauth2-over-api-keys-for-external-http-calls.md Reframe seed-article banners as community contribution invitations 2026-04-23 17:31:36 +02:00
protect-sensitive-data-in-temporary-tables.bad.al Seed community performance and security knowledge 2026-04-19 18:13:32 +02:00
protect-sensitive-data-in-temporary-tables.good.al Seed community performance and security knowledge 2026-04-19 18:13:32 +02:00
protect-sensitive-data-in-temporary-tables.md Reframe seed-article banners as community contribution invitations 2026-04-23 17:31:36 +02:00
secrets-isolated-storage.bad.al Add 15 community knowledge articles from BC Code Intel ingest (#66) 2026-07-01 14:31:50 +02:00
secrets-isolated-storage.good.al Add 15 community knowledge articles from BC Code Intel ingest (#66) 2026-07-01 14:31:50 +02:00
secrets-isolated-storage.md Add 15 community knowledge articles from BC Code Intel ingest (#66) 2026-07-01 14:31:50 +02:00