alguidelines/navpatterns/3-cal-coding-guidelines/index.xml
2021-11-05 08:46:02 +00:00

62 lines
No EOL
6.4 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>3. CAL Coding Guidelines on BC AL Help</title><link>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/</link><description>Recent content in 3. CAL Coding Guidelines on BC AL Help</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/index.xml" rel="self" type="application/rss+xml"/><item><title>Internationalization</title><link>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/internationalization/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/internationalization/</guid><description>C/AL Coding Guidelines Internationalization Find the C/AL guidelines by expanding the menu in the left.</description></item><item><title>Localizability</title><link>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/localizability/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/localizability/</guid><description>C/AL Coding Guidelines Localizability Find the C/AL guidelines by expanding the menu in the left.</description></item><item><title>Readability</title><link>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/readability/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/readability/</guid><description>C/AL Coding Guidelines Readability Generally, all readability rules are Microsoft style choices only. You can use them to keep consistency with the existing code.
Find the C/AL guidelines by expanding the menu in the left.</description></item><item><title>UX</title><link>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/ux/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/ux/</guid><description>C/AL Coding Guidelines User eXperience Find the C/AL guidelines by expanding the menu in the left.</description></item><item><title>Design</title><link>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/design/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/design/</guid><description>C/AL Coding Guidelines Design Find the C/AL guidelines by expanding the menu in the left.</description></item><item><title>Internally-used DotNet Types</title><link>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/internally-used-dot-net-types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bcalhelp.dev/navpatterns/3-cal-coding-guidelines/internally-used-dot-net-types/</guid><description>Internally used Dot Net Types (Dynamics NAV 2015)
Dot Net Types
&amp;lsquo;mscorlib&amp;rsquo;.System.Convert
&amp;lsquo;mscorlib&amp;rsquo;.System.Globalization.CultureInfo
&amp;lsquo;mscorlib&amp;rsquo;.System.Globalization.DateTimeStyles
&amp;lsquo;mscorlib&amp;rsquo;.System.Globalization.NumberStyles
&amp;lsquo;mscorlib&amp;rsquo;.System.Type
&amp;lsquo;mscorlib&amp;rsquo;.System.Array
&amp;lsquo;mscorlib&amp;rsquo;.System.EventArgs
&amp;lsquo;mscorlib&amp;rsquo;.System.Security.Cryptography.SHA512Managed
&amp;lsquo;mscorlib&amp;rsquo;.System.Security.Cryptography.HashAlgorithm
&amp;lsquo;mscorlib&amp;rsquo;.System.Text.Encoding
&amp;lsquo;mscorlib&amp;rsquo;.System.Text.UTF8Encoding
&amp;lsquo;mscorlib&amp;rsquo;.System.Environment
&amp;lsquo;mscorlib&amp;rsquo;.System.IO.Directory
&amp;lsquo;mscorlib&amp;rsquo;.System.IO.Path
&amp;lsquo;mscorlib&amp;rsquo;.System.IO.File
&amp;lsquo;mscorlib&amp;rsquo;.System.IO.FileAttributes
&amp;lsquo;mscorlib&amp;rsquo;.System.Collections.ArrayList
&amp;lsquo;mscorlib&amp;rsquo;.System.Collections.IEnumerator
&amp;lsquo;mscorlib&amp;rsquo;.System.Collections.Generic.IEnumerator`1
&amp;lsquo;mscorlib&amp;rsquo;.System.TimeSpan
&amp;lsquo;mscorlib&amp;rsquo;.System.DateTime
&amp;lsquo;mscorlib&amp;rsquo;.System.DateTimeKind
&amp;lsquo;mscorlib&amp;rsquo;.System.DateTimeOffset
&amp;lsquo;mscorlib&amp;rsquo;.System.Decimal
&amp;lsquo;mscorlib&amp;rsquo;.System.String
&amp;lsquo;System&amp;rsquo;.System.Diagnostics.Process
&amp;lsquo;System&amp;rsquo;.System.Diagnostics.ProcessStartInfo
&amp;lsquo;System&amp;rsquo;.System.IO.Compression.CompressionMode
&amp;lsquo;System&amp;rsquo;.System.IO.Compression.GZipStream
&amp;lsquo;System&amp;rsquo;.System.Uri
&amp;lsquo;System&amp;rsquo;.System.UriPartial
&amp;lsquo;System.Data&amp;rsquo;.System.Data.DataColumn
&amp;lsquo;System.Data&amp;rsquo;.System.Data.DataTable
&amp;lsquo;System.Data&amp;rsquo;.System.Data.DataRow
&amp;lsquo;System.Web&amp;rsquo;.System.Web.HttpUtility
&amp;lsquo;System.Windows.Forms&amp;rsquo;.System.Windows.Forms.DialogResult
&amp;lsquo;System.Windows.Forms&amp;rsquo;.System.Windows.Forms.FileDialog
&amp;lsquo;System.Windows.Forms&amp;rsquo;.System.Windows.Forms.OpenFileDialog
&amp;lsquo;System.Windows.Forms&amp;rsquo;.System.Windows.Forms.SaveFileDialog
&amp;lsquo;System.Windows.Forms&amp;rsquo;.System.Windows.Forms.FolderBrowserDialog
&amp;lsquo;System.Xml&amp;rsquo;.*
&amp;lsquo;DocumentFormat.OpenXml&amp;rsquo;.*
&amp;lsquo;mscorlib&amp;rsquo;.System.IO.DirectoryInfo
&amp;lsquo;mscorlib&amp;rsquo;.System.IO.FileInfo
&amp;lsquo;Microsoft.Dynamics.Nav.Client.CodeViewerTypes&amp;rsquo;.Microsoft.Dynamics.Nav.Client.CodeViewerTypes.BreakpointCollection
&amp;lsquo;Microsoft.Dynamics.Nav.Client.CodeViewerTypes&amp;rsquo;.Microsoft.Dynamics.Nav.Client.CodeViewerTypes.VariableCollection
&amp;lsquo;Microsoft.Dynamics.Nav.SMTP&amp;rsquo;.Microsoft.Dynamics.Nav.SMTP.SmtpMessage
&amp;lsquo;Microsoft.Dynamics.Nav.Management.DSObjectPickerWrapper&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.Nav.Timer&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.Nav.DO.ClientProxyWrapper&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.Nav.Client.BusinessChart&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.Nav.Client.BusinessChart.Model&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.Nav.Integration.Office&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.Nav.Integration.Office.Mock&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.Nav.EwsWrapper&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.Nav.EwsWrapper.ALTestHelper&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.NAV.OLSync.OLSyncSupplier&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.Nav.OLSync.Common&amp;rsquo;.*
&amp;lsquo;Microsoft.Dynamics.Nav.NavUserAccount&amp;rsquo;.*</description></item></channel></rss>