<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>dotnetcore &amp;mdash; Attach to Process</title>
    <link>https://devblog.dinobansigan.com/tag:dotnetcore</link>
    <description>Thoughts and Notes on Software Development</description>
    <pubDate>Tue, 14 Apr 2026 18:14:18 +0000</pubDate>
    <image>
      <url>https://i.snap.as/4wmUdb6N.png</url>
      <title>dotnetcore &amp;mdash; Attach to Process</title>
      <link>https://devblog.dinobansigan.com/tag:dotnetcore</link>
    </image>
    <item>
      <title>Blazor Web Apps</title>
      <link>https://devblog.dinobansigan.com/blazor-web-apps?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Was playing around with Blazor and created this site. It is a static site that has web apps written in C# instead of Javascript. Why? Because with Blazor, you can.&#xA;&#xA;Next step is figuring out how I can embed Blazor apps.&#xA;&#xA;Tags: #AspDotNet #Blazor #DotNetCore&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/blazor-web-apps&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>Was playing around with <a href="https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor">Blazor</a> and created this <a href="https://apps.dinobansigan.com/">site</a>. It is a static site that has web apps written in C# instead of Javascript. Why? Because with Blazor, you can.</p>

<p>Next step is figuring out how I can embed Blazor apps.</p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:AspDotNet" class="hashtag"><span>#</span><span class="p-category">AspDotNet</span></a> <a href="https://devblog.dinobansigan.com/tag:Blazor" class="hashtag"><span>#</span><span class="p-category">Blazor</span></a> <a href="https://devblog.dinobansigan.com/tag:DotNetCore" class="hashtag"><span>#</span><span class="p-category">DotNetCore</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/blazor-web-apps">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/blazor-web-apps</guid>
      <pubDate>Mon, 08 Jun 2020 22:45:20 +0000</pubDate>
    </item>
    <item>
      <title>Hundreds of practical ASP.NET Core samples to learn the fundamentals | Scott Hanselman</title>
      <link>https://devblog.dinobansigan.com/hundreds-of-practical-asp-net-core-samples-to-learn-the-fundamentals-scott?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[This is a great resource for anyone who wants to get started with C# and .NET Core.&#xA;&#xA;Link: Hundreds of practical ASP.NET Core samples to learn the fundamentals&#xA;&#xA;Tags: #Bookmarks #AspDotNet #DotNet #DotNetCore&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/hundreds-of-practical-asp-net-core-samples-to-learn-the-fundamentals-scott&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>This is a great resource for anyone who wants to get started with C# and .NET Core.</p>

<p>Link: <a href="https://www.hanselman.com/blog/HundredsOfPracticalASPNETCoreSamplesToLearnTheFundamentals.aspx/">Hundreds of practical ASP.NET Core samples to learn the fundamentals</a></p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:Bookmarks" class="hashtag"><span>#</span><span class="p-category">Bookmarks</span></a> <a href="https://devblog.dinobansigan.com/tag:AspDotNet" class="hashtag"><span>#</span><span class="p-category">AspDotNet</span></a> <a href="https://devblog.dinobansigan.com/tag:DotNet" class="hashtag"><span>#</span><span class="p-category">DotNet</span></a> <a href="https://devblog.dinobansigan.com/tag:DotNetCore" class="hashtag"><span>#</span><span class="p-category">DotNetCore</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/hundreds-of-practical-asp-net-core-samples-to-learn-the-fundamentals-scott">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/hundreds-of-practical-asp-net-core-samples-to-learn-the-fundamentals-scott</guid>
      <pubDate>Wed, 19 Feb 2020 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Getting .NET Core 3.0</title>
      <link>https://devblog.dinobansigan.com/getting-net-core-3-0?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[The most convenient way it seems to get .NET Core 3.0 installed on a Windows PC, is to download the free Microsoft Visual Studio 2019 Community edition. Installing Visual Studio 2019 will also install .NET Core 3.0 and after the installation is done, you can start playing around with it.&#xA;&#xA;If you want to download the SDK or just the runtime separately, you can find them here.&#xA;&#xA;To check if you already have .NET Core 3.0 installed, you can pull up a Command Prompt and run the dotnet --version command.&#xA;&#xA;Lastly, if you&#39;re trying to learn ASP.NET Core like I am, this recommended learning path seems to be a good starting point.&#xA;&#xA;Tags: #CSharp #DotNetCore&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/getting-net-core-3-0&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>The most convenient way it seems to get .NET Core 3.0 installed on a Windows PC, is to download the free <a href="https://visualstudio.microsoft.com/vs/community/">Microsoft Visual Studio 2019 Community edition</a>. Installing Visual Studio 2019 will also install .NET Core 3.0 and after the installation is done, you can start playing around with it.</p>

<p>If you want to download the SDK or just the runtime separately, you can find them <a href="https://dotnet.microsoft.com/download/dotnet-core/3.0">here</a>.</p>

<p>To check if you already have .NET Core 3.0 installed, you can pull up a Command Prompt and run the <code>dotnet --version</code> command.</p>

<p>Lastly, if you&#39;re trying to learn ASP.NET Core like I am, this <a href="https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-3.0#recommended-learning-path">recommended learning path</a> seems to be a good starting point.</p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:CSharp" class="hashtag"><span>#</span><span class="p-category">CSharp</span></a> <a href="https://devblog.dinobansigan.com/tag:DotNetCore" class="hashtag"><span>#</span><span class="p-category">DotNetCore</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/getting-net-core-3-0">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/getting-net-core-3-0</guid>
      <pubDate>Thu, 21 Nov 2019 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>ASP.NET Core and .NET Core and the Web Development Stack Timeline - Iris Classon</title>
      <link>https://devblog.dinobansigan.com/asp-net-core-and-net-core-and-the-web-development-stack-timeline-iris-classon?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Iris Classon wrote a good lengthy post about the history of .NET web development and how it all lead to the development of the .NET Core that we have today. As someone who doesn&#39;t get to work as much on the web dev side of things, this was a very informative read for me. I think it is a good read for any .NET developer, so check out her post by following the link below.&#xA;&#xA;ASP.NET Core and .NET Core and the Web Development Stack Timeline&#xA;&#xA;Tags: #Bookmarks #AspDotNet #DotNet #DotNetCore &#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/asp-net-core-and-net-core-and-the-web-development-stack-timeline-iris-classon&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>Iris Classon wrote a good lengthy post about the history of .NET web development and how it all lead to the development of the .NET Core that we have today. As someone who doesn&#39;t get to work as much on the web dev side of things, this was a very informative read for me. I think it is a good read for any .NET developer, so check out her post by following the link below.</p>

<p><a href="http://irisclasson.com/2019/05/20/asp-net-core-and-net-core-and-the-web-development-stack-timeline/">ASP.NET Core and .NET Core and the Web Development Stack Timeline</a></p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:Bookmarks" class="hashtag"><span>#</span><span class="p-category">Bookmarks</span></a> <a href="https://devblog.dinobansigan.com/tag:AspDotNet" class="hashtag"><span>#</span><span class="p-category">AspDotNet</span></a> <a href="https://devblog.dinobansigan.com/tag:DotNet" class="hashtag"><span>#</span><span class="p-category">DotNet</span></a> <a href="https://devblog.dinobansigan.com/tag:DotNetCore" class="hashtag"><span>#</span><span class="p-category">DotNetCore</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/asp-net-core-and-net-core-and-the-web-development-stack-timeline-iris-classon">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/asp-net-core-and-net-core-and-the-web-development-stack-timeline-iris-classon</guid>
      <pubDate>Wed, 22 May 2019 23:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Log4Net in .NET Core Console App</title>
      <link>https://devblog.dinobansigan.com/log4net-in-net-core-console-app?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Harder than it needs to be. Or maybe I was just so used to how easy it was to use with .NET Standard apps/projects. Either way I got it to work using this code.&#xA;&#xA;Log4-Net-In-Net-Core.png&#xA;&#xA;I was going to copy the code over to here but it turns out I do not have the time to figure out how to write code on write.as. So you get a picture instead.&#xA;&#xA;#Log4Net #DotNetCore&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/log4net-in-net-core-console-app&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>Harder than it needs to be. Or maybe I was just so used to how easy it was to use with .NET Standard apps/projects. Either way I got it to work using this code.</p>

<p><a href="https://postimg.cc/hhXm9WyH"><img src="https://i.postimg.cc/8kHbgThP/Log4-Net-In-Net-Core.png" alt="Log4-Net-In-Net-Core.png"/></a></p>

<p><em>I was going to copy the code over to here but it turns out I do not have the time to figure out how to write code on write.as. So you get a picture instead.</em></p>

<p><a href="https://devblog.dinobansigan.com/tag:Log4Net" class="hashtag"><span>#</span><span class="p-category">Log4Net</span></a> <a href="https://devblog.dinobansigan.com/tag:DotNetCore" class="hashtag"><span>#</span><span class="p-category">DotNetCore</span></a></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/log4net-in-net-core-console-app">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/log4net-in-net-core-console-app</guid>
      <pubDate>Thu, 16 May 2019 13:50:47 +0000</pubDate>
    </item>
  </channel>
</rss>