<?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: Dayton Braison 💻🏁</title>
    <description>The latest articles on DEV Community by Dayton Braison 💻🏁 (@dayton_braison).</description>
    <link>https://dev.to/dayton_braison</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%2F260798%2F1a8b2017-a875-438f-a356-13b4c6087d13.png</url>
      <title>DEV Community: Dayton Braison 💻🏁</title>
      <link>https://dev.to/dayton_braison</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dayton_braison"/>
    <language>en</language>
    <item>
      <title>Learning C# Booleans in Public</title>
      <dc:creator>Dayton Braison 💻🏁</dc:creator>
      <pubDate>Wed, 26 Jan 2022 11:57:35 +0000</pubDate>
      <link>https://dev.to/dayton_braison/learning-c-booleans-in-public-2759</link>
      <guid>https://dev.to/dayton_braison/learning-c-booleans-in-public-2759</guid>
      <description>&lt;p&gt;Boolean data type has two values: true or false.  Booleans are typically used to check conditions.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--I1pK4mF1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r5ycciu3cvdhsfpv5ovb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--I1pK4mF1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r5ycciu3cvdhsfpv5ovb.png" alt="Code snippet on using booleans in C#" width="880" height="694"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Learning C# Variables in Public  </title>
      <dc:creator>Dayton Braison 💻🏁</dc:creator>
      <pubDate>Tue, 25 Jan 2022 13:12:53 +0000</pubDate>
      <link>https://dev.to/dayton_braison/learning-c-in-public-2c6l</link>
      <guid>https://dev.to/dayton_braison/learning-c-in-public-2c6l</guid>
      <description>&lt;p&gt;Variables are used to store data in a program. The name and type of variables in C# must be declared before they can be used. Implicitly typed variables can be declared without knowing its type using var.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--h4JK1vID--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lwpq0vnkl9x1c7f3zziw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--h4JK1vID--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lwpq0vnkl9x1c7f3zziw.png" alt="Code snippet on how to declare variables in C#" width="880" height="636"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Learning C# in Public</title>
      <dc:creator>Dayton Braison 💻🏁</dc:creator>
      <pubDate>Tue, 25 Jan 2022 13:09:54 +0000</pubDate>
      <link>https://dev.to/dayton_braison/learning-c-in-public-30nm</link>
      <guid>https://dev.to/dayton_braison/learning-c-in-public-30nm</guid>
      <description>&lt;p&gt;I'm committing to learning C#/.NET in public. Hopefully my posts will help anyone who's interested in learning more about the language. The first post shows how to print "Hello World" to the console.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9zFuVfcr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3hc313kix1fu8of1q0mk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9zFuVfcr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3hc313kix1fu8of1q0mk.png" alt='Code snippet of how to print "Hello World!" to the console in C#.' width="880" height="618"&gt;&lt;/a&gt;&lt;/p&gt;

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