<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Michael Jolley</title>
    <description>The latest articles on DEV Community by Michael Jolley (@michaeljolley).</description>
    <link>https://dev.to/michaeljolley</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F158552%2F55816007-9a2e-4487-a3cc-6c3079894758.png</url>
      <title>DEV Community: Michael Jolley</title>
      <link>https://dev.to/michaeljolley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/michaeljolley"/>
    <language>en</language>
    <item>
      <title>OpenAI has a new .NET SDK!</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Mon, 17 Jun 2024 22:07:56 +0000</pubDate>
      <link>https://dev.to/michaeljolley/openai-has-a-new-net-sdk-4lpg</link>
      <guid>https://dev.to/michaeljolley/openai-has-a-new-net-sdk-4lpg</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/BKeaojX45w0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>Implementing Soft Deletes with Entity Framework Core</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Wed, 29 May 2024 18:07:49 +0000</pubDate>
      <link>https://dev.to/michaeljolley/implementing-soft-deletes-with-entity-framework-core-41p2</link>
      <guid>https://dev.to/michaeljolley/implementing-soft-deletes-with-entity-framework-core-41p2</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/B9C4iK8IGbQ"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>Mastering ASP.NET Core Middleware</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Mon, 27 May 2024 14:40:02 +0000</pubDate>
      <link>https://dev.to/michaeljolley/mastering-aspnet-core-middleware-3f3p</link>
      <guid>https://dev.to/michaeljolley/mastering-aspnet-core-middleware-3f3p</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/cu4CUJAcJ-4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>Handling ASP.NET Core Exceptions Globally</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Wed, 22 May 2024 16:09:18 +0000</pubDate>
      <link>https://dev.to/michaeljolley/handling-aspnet-core-exceptions-globally-24co</link>
      <guid>https://dev.to/michaeljolley/handling-aspnet-core-exceptions-globally-24co</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/d0Eah9-t9tY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>Don't Make One of These Entity Framework Core Mistakes</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Mon, 20 May 2024 15:31:59 +0000</pubDate>
      <link>https://dev.to/michaeljolley/dont-make-one-of-these-entity-framework-core-mistakes-4g1g</link>
      <guid>https://dev.to/michaeljolley/dont-make-one-of-these-entity-framework-core-mistakes-4g1g</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/IZveVNSzrqY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>Should I Be Using IEnumerable, IQueryable, ICollection, or IListd?</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Tue, 07 May 2024 00:00:12 +0000</pubDate>
      <link>https://dev.to/michaeljolley/should-i-be-using-ienumerable-iqueryable-icollection-or-ilistd-37ag</link>
      <guid>https://dev.to/michaeljolley/should-i-be-using-ienumerable-iqueryable-icollection-or-ilistd-37ag</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/159lzdcz3cU"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>Don't Make This Dependency Injection Mistake!</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Fri, 03 May 2024 14:01:05 +0000</pubDate>
      <link>https://dev.to/michaeljolley/dont-make-this-dependency-injection-mistake-1jhl</link>
      <guid>https://dev.to/michaeljolley/dont-make-this-dependency-injection-mistake-1jhl</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/4YcSDHCttLg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>What's a Class, Struct or Record in C#?</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Wed, 01 May 2024 17:25:01 +0000</pubDate>
      <link>https://dev.to/michaeljolley/whats-a-class-struct-or-record-in-c-2883</link>
      <guid>https://dev.to/michaeljolley/whats-a-class-struct-or-record-in-c-2883</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/HAybBV-A1Gg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>What is the Record Type in C# and Should I use it?</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Wed, 24 Apr 2024 18:56:55 +0000</pubDate>
      <link>https://dev.to/michaeljolley/what-is-the-record-type-in-c-and-should-i-use-it-52cc</link>
      <guid>https://dev.to/michaeljolley/what-is-the-record-type-in-c-and-should-i-use-it-52cc</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/5uWJ3YXW1BI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>Stop Using the var Keyword!</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Tue, 23 Apr 2024 01:19:48 +0000</pubDate>
      <link>https://dev.to/michaeljolley/stop-using-the-var-keyword-4ml0</link>
      <guid>https://dev.to/michaeljolley/stop-using-the-var-keyword-4ml0</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/jqG5hYArC_Q"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>Should LINQ Be Forbidden!?</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Tue, 16 Apr 2024 20:11:03 +0000</pubDate>
      <link>https://dev.to/michaeljolley/should-linq-be-forbidden-56hb</link>
      <guid>https://dev.to/michaeljolley/should-linq-be-forbidden-56hb</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Bwp7PxsfMCI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>I’m Never Using Task.Wait() Again</title>
      <dc:creator>Michael Jolley</dc:creator>
      <pubDate>Wed, 10 Apr 2024 15:00:40 +0000</pubDate>
      <link>https://dev.to/michaeljolley/im-never-using-taskwait-again-j89</link>
      <guid>https://dev.to/michaeljolley/im-never-using-taskwait-again-j89</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/51d4fQqSg9M"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
  </channel>
</rss>
