Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Avoid growing globals in SingleInstance subscribers

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Choose MaintainSIFTIndex by read-write ratio

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Load common fields before branching on case

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Load only primary key fields for reference work

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Omit filter-only fields from SetLoadFields

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Order case branches by frequency

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use DeleteAll for filtered bulk deletion

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Compose permission sets with IncludedPermissionSets

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Do not grant rights beyond a user's entitlement

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Guard bulk operations with IsTemporary

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Prefer OAuth2 over API keys for external HTTP calls

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Protect sensitive data in temporary tables

> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Do not Commit inside loops

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Do not prompt the user inside a write transaction

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Keep event subscribers lightweight

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Only fetch records you use

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Prefer direct record access over RecordRef where possible

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Prefer Get for primary-key lookups

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Set the current key to match your filters

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use AddLoadFields in report dataitems

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use CalcSums to aggregate filtered sets

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
2 changes: 1 addition & 1 deletion microsoft/knowledge/performance/use-findset-with-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use FindSet with Next for iteration

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Choose Insert, Modify, and Delete parameters deliberately

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use IsEmpty for existence checks

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use SingleInstance codeunits for session caching

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use temporary tables for intermediate data

> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Compose secrets with SecretStrSubstNo

> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Do not expose sensitive data in event publishers

> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Follow least privilege in permission sets

> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Never hardcode secrets in AL

> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Prefer Azure Key Vault for production secrets

> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use indirect permissions for elevated access

> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use InherentPermissions to grant minimal access

> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use IsolatedStorage for module and company secrets

> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application-area: [all]

# Use NonDebuggable when parsing secrets

> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed.
> Contributions welcome — open a PR to refine or extend this article.

## Description

Expand Down
Loading