This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which of the following actions isn't a best practice to consider when coding?
Commenting code to communicate with other developers
Use a naming standard for an organization
Limit code comments to shorten text strings
Each element should have a label assigned in the Properties window
When you deploy a cloud-based solution of finance and operations apps, which source control process is available?
Azure DevOps Services
Azure DevOps Server
Visual Studio Team Foundation Server
You notice some performance issues where certain tasks are taking longer than they should. When you investigate the performance issue, you find that there's a while select statement on a form that can be optimized. You suspect there might be other ´while select statements on forms that could be optimized as well. How can you use the metadata search to find the forms with ´while select statements?
Code:while
Code:while type:form,method
Type:form,method while
Name:while
You must answer all questions before checking your work.
Was this page helpful?