<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments for IntelliTect	</title>
	<atom:link href="https://intellitect.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://intellitect.com/</link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Tue, 21 May 2024 15:17:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Comment on When to Use and Not Use Variable Type var in C# by Paul Embleton		</title>
		<link>https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/#comment-391401</link>

		<dc:creator><![CDATA[Paul Embleton]]></dc:creator>
		<pubDate>Thu, 31 Aug 2023 22:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=18631#comment-391401</guid>

					<description><![CDATA[I currently avoid var like the plague, for the arguments given. So this changed my mind.

I’m an all but retired programmer learning for fun. I used to prefix everything with the type or some abbreviation. Following the crowd.  But quit the habit when finding I needed to write notes explaining the prefixes. Focussing on plain language descriptive names have been the thing since. And if I can’t think of a clean smelling name then it’s a clue I don’t understand what’s required. Var now looks like an extension of that, and the arguments against rather weak or very specific.]]></description>
			<content:encoded><![CDATA[<p>I currently avoid var like the plague, for the arguments given. So this changed my mind.</p>
<p>I’m an all but retired programmer learning for fun. I used to prefix everything with the type or some abbreviation. Following the crowd.  But quit the habit when finding I needed to write notes explaining the prefixes. Focussing on plain language descriptive names have been the thing since. And if I can’t think of a clean smelling name then it’s a clue I don’t understand what’s required. Var now looks like an extension of that, and the arguments against rather weak or very specific.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Upgrading SQL Server LocalDb by Behnam Saf		</title>
		<link>https://intellitect.com/blog/upgrading-sql-server-localdb/#comment-391393</link>

		<dc:creator><![CDATA[Behnam Saf]]></dc:creator>
		<pubDate>Thu, 31 Aug 2023 08:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=27631#comment-391393</guid>

					<description><![CDATA[Thank you, really helpful post!]]></description>
			<content:encoded><![CDATA[<p>Thank you, really helpful post!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on A Guide to Practical Unit Testing – Shift Left by An Old Dog Learns a New TDD Trick - IntelliTect		</title>
		<link>https://intellitect.com/blog/unit-testing-shift-left/#comment-391352</link>

		<dc:creator><![CDATA[An Old Dog Learns a New TDD Trick - IntelliTect]]></dc:creator>
		<pubDate>Fri, 25 Aug 2023 20:44:09 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=41114#comment-391352</guid>

					<description><![CDATA[[&#8230;] more about testing strategies and try out TDD for your next project? Check out Kevin Bost’s blog A Guide to Practical Unit Testing – Shift Left or Mike Curn’s blog,&#160;Painless Bug Testing through the Isolation of Variables,&#160;for more [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] more about testing strategies and try out TDD for your next project? Check out Kevin Bost’s blog A Guide to Practical Unit Testing – Shift Left or Mike Curn’s blog,&nbsp;Painless Bug Testing through the Isolation of Variables,&nbsp;for more [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on A Simple Guide to Crafting Reliable Selectors by How to Use Variable Fonts from Google - IntelliTect		</title>
		<link>https://intellitect.com/blog/a-simple-guide-to-crafting-reliable-selectors/#comment-391274</link>

		<dc:creator><![CDATA[How to Use Variable Fonts from Google - IntelliTect]]></dc:creator>
		<pubDate>Wed, 16 Aug 2023 21:01:57 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=53617#comment-391274</guid>

					<description><![CDATA[[&#8230;] is form and function! Check out Mike&#8217;s blog on writing CSS selectors for automated UI testing of your design&#8217;s functions! You&#8217;ll learn some useful tricks [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] is form and function! Check out Mike&#8217;s blog on writing CSS selectors for automated UI testing of your design&#8217;s functions! You&#8217;ll learn some useful tricks [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on When to Use and Not Use Variable Type var in C# by Howard		</title>
		<link>https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/#comment-391239</link>

		<dc:creator><![CDATA[Howard]]></dc:creator>
		<pubDate>Tue, 08 Aug 2023 22:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=18631#comment-391239</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/#comment-382241&quot;&gt;Jay Patel&lt;/a&gt;.

If you&#039;re on VS, you can find out its type by hovering your mouse over it. Only when viewing the code on Github would you need to figure out the type. But then again, most reviewers only stare at the code on Github.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/#comment-382241">Jay Patel</a>.</p>
<p>If you&#8217;re on VS, you can find out its type by hovering your mouse over it. Only when viewing the code on Github would you need to figure out the type. But then again, most reviewers only stare at the code on Github.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Check for Null/Not Null with is null and is { } by Erin		</title>
		<link>https://intellitect.com/blog/check-for-null-not-null/#comment-391232</link>

		<dc:creator><![CDATA[Erin]]></dc:creator>
		<pubDate>Mon, 07 Aug 2023 21:26:46 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36417#comment-391232</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/check-for-null-not-null/#comment-391129&quot;&gt;VonWeasel&lt;/a&gt;.

Thank you. Yes, using pattern matching to declare a variable with the empty property pattern is an effective way to combine the Is Not Null check with a variable definition that can then be used inside of the if-statement. 
Pattern matching is an area that has been receiving many enhancements in the C# language over the last few versions and each of the various patterns can be combined to produce very complicated checks (including for null). You can see more of them here: https://learn.microsoft.com/dotnet/csharp/fundamentals/functional/pattern-matching.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/check-for-null-not-null/#comment-391129">VonWeasel</a>.</p>
<p>Thank you. Yes, using pattern matching to declare a variable with the empty property pattern is an effective way to combine the Is Not Null check with a variable definition that can then be used inside of the if-statement.<br />
Pattern matching is an area that has been receiving many enhancements in the C# language over the last few versions and each of the various patterns can be combined to produce very complicated checks (including for null). You can see more of them here: <a href="https://learn.microsoft.com/dotnet/csharp/fundamentals/functional/pattern-matching" rel="nofollow ugc">https://learn.microsoft.com/dotnet/csharp/fundamentals/functional/pattern-matching</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Authenticate Without Code Using AAD and Azure App Services by Microsoft Azure Key Vault Overview - IntelliTect		</title>
		<link>https://intellitect.com/blog/authenticate-without-code/#comment-391230</link>

		<dc:creator><![CDATA[Microsoft Azure Key Vault Overview - IntelliTect]]></dc:creator>
		<pubDate>Mon, 07 Aug 2023 20:55:03 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=42776#comment-391230</guid>

					<description><![CDATA[[&#8230;] Authenticate Without Code Using AAD and Azure App Services [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Authenticate Without Code Using AAD and Azure App Services [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Demystifying Coding Guidelines: Intro to Coding Conventions by Microsoft Azure Key Vault Overview - IntelliTect		</title>
		<link>https://intellitect.com/blog/demystifying-coding-guidelines/#comment-391229</link>

		<dc:creator><![CDATA[Microsoft Azure Key Vault Overview - IntelliTect]]></dc:creator>
		<pubDate>Mon, 07 Aug 2023 20:54:16 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=44767#comment-391229</guid>

					<description><![CDATA[[&#8230;] Coding Conventions [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Coding Conventions [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Azure SQL Database: Passwordless Authentication by Microsoft Azure Key Vault Overview - IntelliTect		</title>
		<link>https://intellitect.com/blog/passwordless-authentication-azure-sql/#comment-391228</link>

		<dc:creator><![CDATA[Microsoft Azure Key Vault Overview - IntelliTect]]></dc:creator>
		<pubDate>Mon, 07 Aug 2023 20:53:51 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=41017#comment-391228</guid>

					<description><![CDATA[[&#8230;] Azure SQL Database: Passwordless authenticate [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Azure SQL Database: Passwordless authenticate [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Check for Null/Not Null with is null and is { } by VonWeasel		</title>
		<link>https://intellitect.com/blog/check-for-null-not-null/#comment-391129</link>

		<dc:creator><![CDATA[VonWeasel]]></dc:creator>
		<pubDate>Fri, 28 Jul 2023 18:14:31 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36417#comment-391129</guid>

					<description><![CDATA[for the &quot;is { }&quot; method you can give a variable name afterward that works for static analysis. 
Like so: 

if(Foo() is {} foo){
    // do something with &quot;foo&quot; here
}]]></description>
			<content:encoded><![CDATA[<p>for the &#8220;is { }&#8221; method you can give a variable name afterward that works for static analysis.<br />
Like so: </p>
<p>if(Foo() is {} foo){<br />
    // do something with &#8220;foo&#8221; here<br />
}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Convert UTC to Local Time in Power BI by Matthew		</title>
		<link>https://intellitect.com/blog/convert-utc-local-time-daylight-savings-support-power-bi/#comment-391015</link>

		<dc:creator><![CDATA[Matthew]]></dc:creator>
		<pubDate>Tue, 11 Jul 2023 22:59:51 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=32983#comment-391015</guid>

					<description><![CDATA[Super helpful!]]></description>
			<content:encoded><![CDATA[<p>Super helpful!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on When to Use and Not Use Variable Type var in C# by Tom		</title>
		<link>https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/#comment-390947</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 20:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=18631#comment-390947</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/#comment-390535&quot;&gt;Chris&lt;/a&gt;.

Indeed you are correct. What surprises me the most is that it&#039;s gone this long without being noticed (or at least mentioned). I&#039;ll take care of that, thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/#comment-390535">Chris</a>.</p>
<p>Indeed you are correct. What surprises me the most is that it&#8217;s gone this long without being noticed (or at least mentioned). I&#8217;ll take care of that, thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Fix the NET::ERR_CERT_DATE_INVALID Error by Maciek		</title>
		<link>https://intellitect.com/blog/net-err-cert-date-invalid/#comment-390830</link>

		<dc:creator><![CDATA[Maciek]]></dc:creator>
		<pubDate>Thu, 08 Jun 2023 18:53:28 +0000</pubDate>
		<guid isPermaLink="false">https://itltcweb-clone.azurewebsites.net/?p=49320#comment-390830</guid>

					<description><![CDATA[Thank you!!! it works like a charm now]]></description>
			<content:encoded><![CDATA[<p>Thank you!!! it works like a charm now</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Implementing a Custom ILogger for .NET Core by Deepak Bandapati		</title>
		<link>https://intellitect.com/blog/implementing-a-custom-ilogger-with-exception-handling-for-net-core/#comment-390630</link>

		<dc:creator><![CDATA[Deepak Bandapati]]></dc:creator>
		<pubDate>Mon, 08 May 2023 06:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=23671#comment-390630</guid>

					<description><![CDATA[thank you so much for articulating everything at one place, i just downloaded from git and started debugging and able to understand fully]]></description>
			<content:encoded><![CDATA[<p>thank you so much for articulating everything at one place, i just downloaded from git and started debugging and able to understand fully</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Displaying the Build Date on Your Web Pages by Benjamin		</title>
		<link>https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/#comment-390560</link>

		<dc:creator><![CDATA[Benjamin]]></dc:creator>
		<pubDate>Thu, 27 Apr 2023 22:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=27381#comment-390560</guid>

					<description><![CDATA[An updated blog has been released here: https://intellitect.com/blog/build-date-net-application/]]></description>
			<content:encoded><![CDATA[<p>An updated blog has been released here: <a href="https://intellitect.com/blog/build-date-net-application/" rel="ugc">https://intellitect.com/blog/build-date-net-application/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on When to Use and Not Use Variable Type var in C# by Chris		</title>
		<link>https://intellitect.com/blog/when-to-use-and-not-use-var-in-c/#comment-390535</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Mon, 24 Apr 2023 12:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=18631#comment-390535</guid>

					<description><![CDATA[Prime numbers start with 2, 3, 5, ...

1 is not a prime number]]></description>
			<content:encoded><![CDATA[<p>Prime numbers start with 2, 3, 5, &#8230;</p>
<p>1 is not a prime number</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Displaying the Build Date on Your Web Pages by How To Display the Build Date of a .NET Application - IntelliTect		</title>
		<link>https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/#comment-390484</link>

		<dc:creator><![CDATA[How To Display the Build Date of a .NET Application - IntelliTect]]></dc:creator>
		<pubDate>Tue, 18 Apr 2023 17:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=27381#comment-390484</guid>

					<description><![CDATA[[&#8230;] recalled a previous IntelliTect blog post on displaying the build date on your web pages, and I knew IntelliTect had a NuGet package with the solution. However, upon installation, I [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] recalled a previous IntelliTect blog post on displaying the build date on your web pages, and I knew IntelliTect had a NuGet package with the solution. However, upon installation, I [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Employee Spotlight &#8211; Mike Curn by Employee Spotlight: Austen Frostad - IntelliTect		</title>
		<link>https://intellitect.com/blog/employee-spotlight-mike-curn/#comment-390357</link>

		<dc:creator><![CDATA[Employee Spotlight: Austen Frostad - IntelliTect]]></dc:creator>
		<pubDate>Tue, 28 Mar 2023 18:36:46 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36166#comment-390357</guid>

					<description><![CDATA[[&#8230;] Woodford, A Plant-tastic Software EngineerKevin Bost, A Biker with an Affinity for MentoringMike Curn, An Enterprising SDET with a Passion for ImprovingGrant Erickson, A Puzzler Who Uses Software to [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Woodford, A Plant-tastic Software EngineerKevin Bost, A Biker with an Affinity for MentoringMike Curn, An Enterprising SDET with a Passion for ImprovingGrant Erickson, A Puzzler Who Uses Software to [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Employee Spotlight: Problem-solving with Clayton Gravatt by Employee Spotlight: Austen Frostad - IntelliTect		</title>
		<link>https://intellitect.com/blog/employee-spotlight-clayton-gravatt/#comment-390356</link>

		<dc:creator><![CDATA[Employee Spotlight: Austen Frostad - IntelliTect]]></dc:creator>
		<pubDate>Tue, 28 Mar 2023 18:35:07 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=51624#comment-390356</guid>

					<description><![CDATA[[&#8230;] Curn, Innovative Excellence and Leading-UpGeorgia Gillie, Our HR Liaison with Strong CommunicationClayton Gravatt, A Solution-oriented Data AnalystMeg Woodford, A Plant-tastic Software EngineerKevin Bost, A Biker [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Curn, Innovative Excellence and Leading-UpGeorgia Gillie, Our HR Liaison with Strong CommunicationClayton Gravatt, A Solution-oriented Data AnalystMeg Woodford, A Plant-tastic Software EngineerKevin Bost, A Biker [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Employee Spotlight: Andrew Scott and Mike Curn by Employee Spotlight: Austen Frostad - IntelliTect		</title>
		<link>https://intellitect.com/blog/employee-spotlight-andrew-scott-mike-curn/#comment-390300</link>

		<dc:creator><![CDATA[Employee Spotlight: Austen Frostad - IntelliTect]]></dc:creator>
		<pubDate>Mon, 20 Mar 2023 23:32:04 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=54914#comment-390300</guid>

					<description><![CDATA[[&#8230;] out previous Employee Spotlights on:Andrew Scott and Mike Curn, Innovative Excellence and Leading-UpGeorgia Gillie, Our HR Liaison with Strong [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] out previous Employee Spotlights on:Andrew Scott and Mike Curn, Innovative Excellence and Leading-UpGeorgia Gillie, Our HR Liaison with Strong [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Employee Spotlight: Kevin Bost by Employee Spotlight: Austen Frostad - IntelliTect		</title>
		<link>https://intellitect.com/blog/employee-spotlight-kevin-bost/#comment-390299</link>

		<dc:creator><![CDATA[Employee Spotlight: Austen Frostad - IntelliTect]]></dc:creator>
		<pubDate>Mon, 20 Mar 2023 23:27:14 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=39860#comment-390299</guid>

					<description><![CDATA[[&#8230;] Gravatt, A Solution-oriented Data AnalystMeg Woodford, A Plant-tastic Software EngineerKevin Bost, A Biker with an Affinity for MentoringMike Curn, An Enterprising SDET with a Passion for [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Gravatt, A Solution-oriented Data AnalystMeg Woodford, A Plant-tastic Software EngineerKevin Bost, A Biker with an Affinity for MentoringMike Curn, An Enterprising SDET with a Passion for [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on 2021 Philanthropy Recap: Increasing Our Global Impact by 2022 Philanthropy Update: Supporting NAOMI - IntelliTect		</title>
		<link>https://intellitect.com/blog/2021-philanthropy-update/#comment-390298</link>

		<dc:creator><![CDATA[2022 Philanthropy Update: Supporting NAOMI - IntelliTect]]></dc:creator>
		<pubDate>Mon, 20 Mar 2023 23:26:57 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=51790#comment-390298</guid>

					<description><![CDATA[[&#8230;] Check out our&#160;philanthropy map&#160;to see our complete list of projects. Take a look at&#160;our 2021 philanthropy update&#160;for more information about our past [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Check out our&nbsp;philanthropy map&nbsp;to see our complete list of projects. Take a look at&nbsp;our 2021 philanthropy update&nbsp;for more information about our past [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Should Your SCRUM Team Assign Story Points to a Spike? by Erin		</title>
		<link>https://intellitect.com/blog/should-your-scrum-team-assign-story-points-to-a-spike/#comment-390236</link>

		<dc:creator><![CDATA[Erin]]></dc:creator>
		<pubDate>Tue, 14 Mar 2023 18:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=19171#comment-390236</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/should-your-scrum-team-assign-story-points-to-a-spike/#comment-390190&quot;&gt;Bryan&lt;/a&gt;.

Thanks for your response Bryan! What you say does have merit and it&#039;s great to consider all the options. With agile, however, there are no absolutes. While spike points may not be within the &quot;spirit&quot; of agile, it can be helpful to some teams. Thanks for reading!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/should-your-scrum-team-assign-story-points-to-a-spike/#comment-390190">Bryan</a>.</p>
<p>Thanks for your response Bryan! What you say does have merit and it&#8217;s great to consider all the options. With agile, however, there are no absolutes. While spike points may not be within the &#8220;spirit&#8221; of agile, it can be helpful to some teams. Thanks for reading!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Fix the NET::ERR_CERT_DATE_INVALID Error by Nick Stevens		</title>
		<link>https://intellitect.com/blog/net-err-cert-date-invalid/#comment-390212</link>

		<dc:creator><![CDATA[Nick Stevens]]></dc:creator>
		<pubDate>Sun, 12 Mar 2023 18:07:56 +0000</pubDate>
		<guid isPermaLink="false">https://itltcweb-clone.azurewebsites.net/?p=49320#comment-390212</guid>

					<description><![CDATA[Just restored an old MacBook Pro and installed chrome and this worked brilliantly. Thanks for allowing me to use chrome once more on a 10 year old laptop that was destined for the trash.]]></description>
			<content:encoded><![CDATA[<p>Just restored an old MacBook Pro and installed chrome and this worked brilliantly. Thanks for allowing me to use chrome once more on a 10 year old laptop that was destined for the trash.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Should Your SCRUM Team Assign Story Points to a Spike? by Bryan		</title>
		<link>https://intellitect.com/blog/should-your-scrum-team-assign-story-points-to-a-spike/#comment-390190</link>

		<dc:creator><![CDATA[Bryan]]></dc:creator>
		<pubDate>Fri, 10 Mar 2023 19:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=19171#comment-390190</guid>

					<description><![CDATA[This guidance is fundamentally incorrect.  Spikes should NEVER have story points associated with them.  Why?  Because they do not, in and of themselves, create value.  Can the effort required to perform a Spike be tracked if a team choose to do so? Yes, they would track this effort in hours but not in story points, ever.  

The intent is to be judicious in the use of Spikes which can only be achieved if they receive zero story points.  A Sprint full of Spikes would not create anything that is potentially shippable or of business value.  Most of the time you do not need a Spike, simply build something and incrementally adjust it based on what you learn.  This is the intent of refactoring.  If you are unclear about the purpose of Spikes return back to where it was created and defined:  http://wiki.c2.com/?SpikeSolution]]></description>
			<content:encoded><![CDATA[<p>This guidance is fundamentally incorrect.  Spikes should NEVER have story points associated with them.  Why?  Because they do not, in and of themselves, create value.  Can the effort required to perform a Spike be tracked if a team choose to do so? Yes, they would track this effort in hours but not in story points, ever.  </p>
<p>The intent is to be judicious in the use of Spikes which can only be achieved if they receive zero story points.  A Sprint full of Spikes would not create anything that is potentially shippable or of business value.  Most of the time you do not need a Spike, simply build something and incrementally adjust it based on what you learn.  This is the intent of refactoring.  If you are unclear about the purpose of Spikes return back to where it was created and defined:  <a href="http://wiki.c2.com/?SpikeSolution" rel="nofollow ugc">http://wiki.c2.com/?SpikeSolution</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Selenium: Attach to an Existing Chrome Browser with C# by Mike		</title>
		<link>https://intellitect.com/blog/selenium-chrome-csharp/#comment-390128</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Fri, 03 Mar 2023 17:59:42 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=35888#comment-390128</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/selenium-chrome-csharp/#comment-390117&quot;&gt;Akhila T v&lt;/a&gt;.

Hi Akhila, I&#039;ll double check with the latest version of Selenium and update the repo (and respond here) if I can get it to work again. Check back in a few days, please!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/selenium-chrome-csharp/#comment-390117">Akhila T v</a>.</p>
<p>Hi Akhila, I&#8217;ll double check with the latest version of Selenium and update the repo (and respond here) if I can get it to work again. Check back in a few days, please!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Selenium: Attach to an Existing Chrome Browser with C# by Akhila T v		</title>
		<link>https://intellitect.com/blog/selenium-chrome-csharp/#comment-390117</link>

		<dc:creator><![CDATA[Akhila T v]]></dc:creator>
		<pubDate>Thu, 02 Mar 2023 12:53:28 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=35888#comment-390117</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/selenium-chrome-csharp/#comment-389862&quot;&gt;Mike&lt;/a&gt;.

Hi, this is not working for me.. Not able to connect to the edge browser]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/selenium-chrome-csharp/#comment-389862">Mike</a>.</p>
<p>Hi, this is not working for me.. Not able to connect to the edge browser</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Demystifying System.CommandLine by Parameters and Arguments in .NET Core Command Line Applications &#124; Brian Pedersen&#039;s Sitecore and .NET Blog		</title>
		<link>https://intellitect.com/blog/demystified-system-commandline/#comment-390113</link>

		<dc:creator><![CDATA[Parameters and Arguments in .NET Core Command Line Applications &#124; Brian Pedersen&#039;s Sitecore and .NET Blog]]></dc:creator>
		<pubDate>Thu, 02 Mar 2023 07:18:24 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=51688#comment-390113</guid>

					<description><![CDATA[[&#8230;] Demystifying System.CommandLine by Kevin Bost [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Demystifying System.CommandLine by Kevin Bost [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Selenium: Attach to an Existing Chrome Browser with C# by Akhila T v		</title>
		<link>https://intellitect.com/blog/selenium-chrome-csharp/#comment-390095</link>

		<dc:creator><![CDATA[Akhila T v]]></dc:creator>
		<pubDate>Tue, 28 Feb 2023 10:17:13 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=35888#comment-390095</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/selenium-chrome-csharp/#comment-389870&quot;&gt;Mike&lt;/a&gt;.

Hi Mike, thank you for considering my request.. I will check this and revert you]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/selenium-chrome-csharp/#comment-389870">Mike</a>.</p>
<p>Hi Mike, thank you for considering my request.. I will check this and revert you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Migrate the Microsoft Authenticator App by Sah m		</title>
		<link>https://intellitect.com/blog/microsoft-authenticator-app/#comment-390084</link>

		<dc:creator><![CDATA[Sah m]]></dc:creator>
		<pubDate>Mon, 27 Feb 2023 05:48:04 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=54019#comment-390084</guid>

					<description><![CDATA[Thank you so much I found this very useful. I was stuck in Action Required step, but your steps are well documented and found the solution. Thanks again.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much I found this very useful. I was stuck in Action Required step, but your steps are well documented and found the solution. Thanks again.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
