<?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: Aram Tchekrekjian</title>
    <description>The latest articles on DEV Community by Aram Tchekrekjian (@aramt87).</description>
    <link>https://dev.to/aramt87</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F488382%2Ff5067ab9-15cd-4a39-a49a-f2908823bbf3.jpg</url>
      <title>DEV Community: Aram Tchekrekjian</title>
      <link>https://dev.to/aramt87</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aramt87"/>
    <language>en</language>
    <item>
      <title>Secure ASP.NET Core Web API using API Key Authentication</title>
      <dc:creator>Aram Tchekrekjian</dc:creator>
      <pubDate>Wed, 09 Sep 2020 18:03:18 +0000</pubDate>
      <link>https://dev.to/aramt87/secure-asp-net-core-web-api-using-api-key-authentication-2a0p</link>
      <guid>https://dev.to/aramt87/secure-asp-net-core-web-api-using-api-key-authentication-2a0p</guid>
      <description>&lt;p&gt;You can easily secure ASP.NET Core Web API using API Key Authentication, it is just a matter of doing few steps and you will be able to secure your endpoints.&lt;/p&gt;

&lt;p&gt;In this tutorial I will explain to you how to use API Key to secure your ASP.NET Core Web API in 2 different ways: &lt;br&gt;
Custom Attribute and Custom Middleware.&lt;/p&gt;

&lt;p&gt;The post &lt;a href="http://codingsonata.com/secure-asp-net-core-web-api-using-api-key-authentication/"&gt;Secure ASP.NET Core Web API using API Key Authentication&lt;/a&gt; appeared first on &lt;a href="http://codingsonata.com"&gt;Coding Sonata&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>netcore</category>
      <category>c</category>
      <category>aspnetcore</category>
    </item>
    <item>
      <title>Deploy ASP.NET Core Web Api on IIS</title>
      <dc:creator>Aram Tchekrekjian</dc:creator>
      <pubDate>Sun, 05 Jul 2020 06:52:00 +0000</pubDate>
      <link>https://dev.to/aramt87/deploy-asp-net-core-web-api-on-iis-13ke</link>
      <guid>https://dev.to/aramt87/deploy-asp-net-core-web-api-on-iis-13ke</guid>
      <description>&lt;p&gt;Deploying ASP.NET Core Web Api on IIS is an easy task once you understand and follow the correct steps to prepare your development and deployment environment.&lt;/p&gt;

&lt;p&gt;The post &lt;a href="http://codingsonata.com/deploy-asp-net-core-web-api-on-iis/"&gt;Deploy ASP.NET Core Web Api on IIS&lt;/a&gt; appeared first on &lt;a href="http://codingsonata.com"&gt;Coding Sonata&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>net</category>
      <category>netcore</category>
      <category>aspnetcore</category>
      <category>aspnetcorewebapi</category>
    </item>
    <item>
      <title>Build RESTful APIs Using ASP.NET Core and Entity Framework Core</title>
      <dc:creator>Aram Tchekrekjian</dc:creator>
      <pubDate>Thu, 02 Jul 2020 07:29:00 +0000</pubDate>
      <link>https://dev.to/aramt87/build-restful-apis-using-asp-net-core-and-entity-framework-core-11kd</link>
      <guid>https://dev.to/aramt87/build-restful-apis-using-asp-net-core-and-entity-framework-core-11kd</guid>
      <description>&lt;p&gt;In this tutorial we will learn how to build RESTful APIs using ASP.NET Core. The APIs will be connected to an SQL Server Express Database Instance using Entity Framework Core.&lt;/p&gt;

&lt;p&gt;We will be building RESTful APIs for Movies Database; the APIs will be responsible to connect to the database and get/save/update/delete records to and from the database and return the results back to the client.&lt;/p&gt;

&lt;p&gt;The post &lt;a href="http://codingsonata.com/build-restful-apis-using-asp-net-core-and-entity-framework-core/"&gt;Build RESTful APIs Using ASP.NET Core and Entity Framework Core&lt;/a&gt; appeared first on &lt;a href="http://codingsonata.com"&gt;Coding Sonata&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>net</category>
      <category>netcore</category>
      <category>c</category>
      <category>sql</category>
    </item>
  </channel>
</rss>
