<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Coding Guidelines Archives - IntelliTect</title>
	<atom:link href="https://intellitect.com/blog/tag/coding-guidelines/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Tue, 21 May 2024 15:17:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://intellitect.com/wp-content/uploads/2017/02/cropped-favicon-1-32x32.png</url>
	<title>Coding Guidelines Archives - IntelliTect</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Keeping Web Accessibility in Mind</title>
		<link>https://intellitect.com/blog/web-accessibility-best-practices/</link>
		
		<dc:creator><![CDATA[Skyler]]></dc:creator>
		<pubDate>Mon, 06 May 2024 20:35:18 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Coding Guidelines]]></category>
		<category><![CDATA[demystified]]></category>
		<category><![CDATA[HTML semantics]]></category>
		<category><![CDATA[keyboard navigation]]></category>
		<category><![CDATA[screen reader compatibility]]></category>
		<category><![CDATA[WCAG guidelines]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=58970</guid>

					<description><![CDATA[<p>Website accessibility is sadly an overlooked design element causing millions of users to have the inability to perform common tasks. Tasks including attending online classes, paying bills, doing taxes, and ordering a pizza are all real-world examples that resulted in legal action. Unfortunately, it seems many sites design and develop first then add accessibility later.&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/web-accessibility-best-practices/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Keeping Web Accessibility in Mind</span></a></div>
<p>The post <a href="https://intellitect.com/blog/web-accessibility-best-practices/">Keeping Web Accessibility in Mind</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How To Display the Build Date of a .NET Application</title>
		<link>https://intellitect.com/blog/build-date-net-application/</link>
		
		<dc:creator><![CDATA[Benjamin Michaelis]]></dc:creator>
		<pubDate>Tue, 18 Apr 2023 17:24:41 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Coding Guidelines]]></category>
		<category><![CDATA[MSBuild]]></category>
		<category><![CDATA[NuGet]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=57368</guid>

					<description><![CDATA[<p>Displaying Your Build Date Recently, I was working on EssentialCSharp.com, and I wanted to display the build date on the website. This addition allows C# developers to see the version of the site that was live and helps visitors know the site is monitored and current. I recalled a previous IntelliTect blog post on displaying&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/build-date-net-application/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">How To Display the Build Date of a .NET Application</span></a></div>
<p>The post <a href="https://intellitect.com/blog/build-date-net-application/">How To Display the Build Date of a .NET Application</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Demystifying Coding Guidelines: Intro to Coding Conventions</title>
		<link>https://intellitect.com/blog/demystifying-coding-guidelines/</link>
					<comments>https://intellitect.com/blog/demystifying-coding-guidelines/#comments</comments>
		
		<dc:creator><![CDATA[Kevin Bost]]></dc:creator>
		<pubDate>Wed, 25 Aug 2021 16:54:44 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Code Reviews]]></category>
		<category><![CDATA[Coding Guidelines]]></category>
		<category><![CDATA[demystified]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=44767</guid>

					<description><![CDATA[<p>Why Developing Coding Standards for Your Team Matters Programmers spend a lot of time reading code. Estimates of the percentage of daily tasks vary, but all results show that the time allocated to reading code is several times larger than the amount of time spent writing code. Conceptually, this makes sense. With the sheer amount&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/demystifying-coding-guidelines/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Demystifying Coding Guidelines: Intro to Coding Conventions</span></a></div>
<p>The post <a href="https://intellitect.com/blog/demystifying-coding-guidelines/">Demystifying Coding Guidelines: Intro to Coding Conventions</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/demystifying-coding-guidelines/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Tuple Trouble: Why C# Tuples Get to Break Guidelines</title>
		<link>https://intellitect.com/blog/c-tuples-break-guidelines-msdn/</link>
		
		<dc:creator><![CDATA[Mark Michaelis]]></dc:creator>
		<pubDate>Fri, 01 Jun 2018 19:19:49 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Coding Guidelines]]></category>
		<category><![CDATA[MSDN: Essential .NET]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=36872</guid>

					<description><![CDATA[<p>Trouble With Tuples Back in the August 2017 issue of MSDN Magazine I wrote an in-depth article on C# 7.0 and its support for tuples (msdn.com/magazine/mt493248). At the time I glossed over the fact that the tuple type introduced with C# 7.0 (internally of type ValueTuple&#60;&#8230;&#62;) breaks several guidelines of a well-structured value type, namely:&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/c-tuples-break-guidelines-msdn/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Tuple Trouble: Why C# Tuples Get to Break Guidelines</span></a></div>
<p>The post <a href="https://intellitect.com/blog/c-tuples-break-guidelines-msdn/">Tuple Trouble: Why C# Tuples Get to Break Guidelines</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Guidelines for Exception Handling in C#</title>
		<link>https://intellitect.com/blog/exceptionguidelinesforcsharp/</link>
					<comments>https://intellitect.com/blog/exceptionguidelinesforcsharp/#comments</comments>
		
		<dc:creator><![CDATA[Mark Michaelis]]></dc:creator>
		<pubDate>Mon, 14 Sep 2015 12:56:43 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Coding Guidelines]]></category>
		<guid isPermaLink="false">http://intellitect.com/?p=19761</guid>

					<description><![CDATA[<p>Best Practices for Exception Handling The following is a list of C# Exceptions Handling Guidelines taken from Essential C# by Mark Michaelis. Exception handling provides much-needed structure to the error-handling mechanisms that preceded it. However, it can still lead to some unwieldy results if used haphazardly. The following guidelines offer some best practices for exception&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/exceptionguidelinesforcsharp/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Guidelines for Exception Handling in C#</span></a></div>
<p>The post <a href="https://intellitect.com/blog/exceptionguidelinesforcsharp/">Guidelines for Exception Handling in C#</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/exceptionguidelinesforcsharp/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>When to Use and Not Use Variable Type var in C#</title>
		<link>https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/</link>
					<comments>https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/#comments</comments>
		
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Thu, 09 Jul 2015 21:39:05 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Coding Guidelines]]></category>
		<category><![CDATA[var]]></category>
		<guid isPermaLink="false">http://intellitect.com/?p=18631</guid>

					<description><![CDATA[<p>Settling the Debate Surrounding var and C# Many languages, particularly scripting languages, have a loosely typed variable type named var. In these languages, var can hold any type of data. If you place a number into a var then it will be interpreted as a number whenever possible. If you enter text it will be&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">When to Use and Not Use Variable Type var in C#</span></a></div>
<p>The post <a href="https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/">When to Use and Not Use Variable Type var in C#</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/feed/</wfw:commentRss>
			<slash:comments>35</slash:comments>
		
		
			</item>
	</channel>
</rss>
