<?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: David Amour</title>
    <description>The latest articles on DEV Community by David Amour (@thedaveamour).</description>
    <link>https://dev.to/thedaveamour</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%2F426663%2Fc83eef0a-d9ee-4ded-a761-9ccfa6f3ea78.jpg</url>
      <title>DEV Community: David Amour</title>
      <link>https://dev.to/thedaveamour</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thedaveamour"/>
    <language>en</language>
    <item>
      <title>REST for non CRUD</title>
      <dc:creator>David Amour</dc:creator>
      <pubDate>Wed, 28 Oct 2020 07:58:07 +0000</pubDate>
      <link>https://dev.to/thedaveamour/rest-for-non-crud-4emo</link>
      <guid>https://dev.to/thedaveamour/rest-for-non-crud-4emo</guid>
      <description>&lt;p&gt;If I have a React site with a .net REST backend, is t acceptable practice to use REST for non CRUD operations such as sending an email?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Learning Angular</title>
      <dc:creator>David Amour</dc:creator>
      <pubDate>Thu, 03 Sep 2020 04:01:44 +0000</pubDate>
      <link>https://dev.to/thedaveamour/learning-angular-3p63</link>
      <guid>https://dev.to/thedaveamour/learning-angular-3p63</guid>
      <description>&lt;p&gt;I'm trying to learn Angular.  Can anyone help me with that?  In return maybe I can help you with something I am experienced with which you want to learn?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>TDD And Exceptions</title>
      <dc:creator>David Amour</dc:creator>
      <pubDate>Tue, 01 Sep 2020 05:12:11 +0000</pubDate>
      <link>https://dev.to/thedaveamour/tdd-and-exceptions-34om</link>
      <guid>https://dev.to/thedaveamour/tdd-and-exceptions-34om</guid>
      <description>&lt;p&gt;Question - When doing TDD with C# and testing that an exception is thrown under some scenario, should you also test that the exception message is as expected?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>T4MVC + .Net Core</title>
      <dc:creator>David Amour</dc:creator>
      <pubDate>Fri, 21 Aug 2020 03:06:17 +0000</pubDate>
      <link>https://dev.to/thedaveamour/t4mvc-net-core-509p</link>
      <guid>https://dev.to/thedaveamour/t4mvc-net-core-509p</guid>
      <description>&lt;p&gt;Anyone managed to get T4MVC or something equivalent working in .Net Core MVC?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Job availability</title>
      <dc:creator>David Amour</dc:creator>
      <pubDate>Sat, 15 Aug 2020 07:45:28 +0000</pubDate>
      <link>https://dev.to/thedaveamour/job-availability-477</link>
      <guid>https://dev.to/thedaveamour/job-availability-477</guid>
      <description>&lt;p&gt;My contract definitely ends in 7 weeks. With the current climate I am looking to secure a new role as soon as practical. Feel free to get in touch if you have any opportunities you think might be a good fit for me.&lt;/p&gt;

&lt;p&gt;I am a full stack developer with 21 years development experience and many years experience as an IT trainer before that. My core skills are Asp.net MVC, WebForms, Classic ASP, C#, Html, CSS, JavaScript, jQuery, WebApi, SQL Server, Entity Framework, OOP, SOLID TDD etc. &lt;/p&gt;

&lt;p&gt;LinkedIn: &lt;a href="https://www.linkedin.com/in/david-amour-b51aaa1"&gt;https://www.linkedin.com/in/david-amour-b51aaa1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;CV: &lt;a href="https://www.paxium.co.uk/content/cvs/daveamourcv.doc"&gt;https://www.paxium.co.uk/content/cvs/daveamourcv.doc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Email: &lt;a href="mailto:dave@paxium.co.uk"&gt;dave@paxium.co.uk&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>JavaScript Classes</title>
      <dc:creator>David Amour</dc:creator>
      <pubDate>Sun, 02 Aug 2020 04:41:28 +0000</pubDate>
      <link>https://dev.to/thedaveamour/javascript-classes-5f7l</link>
      <guid>https://dev.to/thedaveamour/javascript-classes-5f7l</guid>
      <description>&lt;p&gt;Anyone using classes in JavaScript as in &lt;a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes"&gt;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes&lt;/a&gt; ?&lt;/p&gt;

&lt;p&gt;Looks really nice but doesn't seem to have the browser support I need :(&lt;/p&gt;

&lt;p&gt;Anyone have any browser support workarounds?&lt;/p&gt;

&lt;p&gt;NB: Scroll to the end of the article to see browser support&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Tired of Entity Framework Syncing Issues with Multiple Developers Creating Migrations?</title>
      <dc:creator>David Amour</dc:creator>
      <pubDate>Wed, 08 Jul 2020 03:45:51 +0000</pubDate>
      <link>https://dev.to/thedaveamour/tired-of-entity-framework-syncing-issues-with-multiple-developers-creating-migrations-10ie</link>
      <guid>https://dev.to/thedaveamour/tired-of-entity-framework-syncing-issues-with-multiple-developers-creating-migrations-10ie</guid>
      <description>&lt;p&gt;We found this article the other day which addresses how to resolve issues when Entity Framework has syncing issues with multiple developers creating migrations at the same time.  Its so good and useful it would be a shame not to share.&lt;/p&gt;

&lt;p&gt;Do read it all and do go for the re scaffold option rather than the crude blank migration option.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/ef/ef6/modeling/code-first/migrations/teams"&gt;https://docs.microsoft.com/en-us/ef/ef6/modeling/code-first/migrations/teams&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
