<?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: Lois Harris</title>
    <description>The latest articles on DEV Community by Lois Harris (@loiscodes).</description>
    <link>https://dev.to/loiscodes</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%2F499362%2Feb29b1a3-a85f-4be5-90af-74f601d600f8.jpeg</url>
      <title>DEV Community: Lois Harris</title>
      <link>https://dev.to/loiscodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/loiscodes"/>
    <language>en</language>
    <item>
      <title>Creating A Mac Form Application
With C# and XCode As A Beginner</title>
      <dc:creator>Lois Harris</dc:creator>
      <pubDate>Sat, 31 Oct 2020 20:10:54 +0000</pubDate>
      <link>https://dev.to/loiscodes/creating-a-mac-form-application-with-c-and-xcode-as-a-beginner-51ao</link>
      <guid>https://dev.to/loiscodes/creating-a-mac-form-application-with-c-and-xcode-as-a-beginner-51ao</guid>
      <description>&lt;p&gt;It was about 4 years ago when I started to learn programming. I started with C Sharp because I was creating interactive experiences in Unity. I really enjoyed the experience but after the project was complete, I never touched C# again until recently. &lt;/p&gt;

&lt;p&gt;I wanted to get back into the language to stretch my programming muscles. I do have 2 Windows (Notebook and a Tower) machines, but both are pretty old and very slow. My Mac, on the other hand, is newer and faster so I will be developing with that.  I will see how far I can get with developing an application with this setup before I spend the money on a different OS.&lt;/p&gt;

&lt;p&gt;Today, I just wanted to make something basic. I want to connect my GUI to my C# code and "display" (write to the console) my input values. I do want to try something more advanced. Maybe create a to-do app. The logic is simple and I have created a to-do app in JavaScript. Writing it C# with XCode as the interface builder, well that is a different beast for me. &lt;/p&gt;

&lt;p&gt;If you are interested in what I did, here is the Github &lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/loiscodes" rel="noopener noreferrer"&gt;
        loiscodes
      &lt;/a&gt; / &lt;a href="https://github.com/loiscodes/basic-form-csharp" rel="noopener noreferrer"&gt;
        basic-form-csharp
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Learning how to connect XCode designs to C Sharp code
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;
 The video I created goes into more detail:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/B8LnYlTiYp4"&gt;
&lt;/iframe&gt;


</description>
      <category>codenewbie</category>
      <category>csharp</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
