<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>DevLog &amp;mdash; Attach to Process</title>
    <link>https://devblog.dinobansigan.com/tag:DevLog</link>
    <description>Thoughts and Notes on Software Development</description>
    <pubDate>Tue, 14 Apr 2026 14:36:01 +0000</pubDate>
    <image>
      <url>https://i.snap.as/4wmUdb6N.png</url>
      <title>DevLog &amp;mdash; Attach to Process</title>
      <link>https://devblog.dinobansigan.com/tag:DevLog</link>
    </image>
    <item>
      <title>DevLog – 003</title>
      <link>https://devblog.dinobansigan.com/devlog-003?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[So, for awhile now, the Write.as Archive Page Generator on my hobby site wasn&#39;t working anymore. For some reason, calls to the Write.as api just started failing. The error I was getting back was “The response ended prematurely.”&#xA;&#xA;Took me awhile, but I finally found a fix for the error. Turns out, I now need to add a “user-agent” default header value to my requests, to allow the api call to go through. This seems to be an issue affecting Web APIs written using C#/.NET starting June 2024. Credit goes to this answer from StackOverflow.&#xA;&#xA;Tags: #DevLog#ASPNETCore #WebDevelopment #WriteAs&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/devlog-003&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>So, for awhile now, the <a href="https://apps.dinobansigan.com/WriteAsArchivePageGenerator">Write.as Archive Page Generator</a> on my hobby site wasn&#39;t working anymore. For some reason, calls to the Write.as api just started failing. The error I was getting back was “The response ended prematurely.”</p>

<p>Took me awhile, but I finally found a fix for the error. Turns out, I now need to add a “user-agent” default header value to my requests, to allow the api call to go through. This seems to be an issue affecting Web APIs written using C#/.NET starting June 2024. Credit goes to this <a href="https://stackoverflow.com/questions/69513783/why-do-i-get-the-response-ended-prematurely-when-using-the-httpclient/78998204#78998204">answer</a> from StackOverflow.</p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:DevLog" class="hashtag"><span>#</span><span class="p-category">DevLog</span></a><a href="https://devblog.dinobansigan.com/tag:ASPNETCore" class="hashtag"><span>#</span><span class="p-category">ASPNETCore</span></a> <a href="https://devblog.dinobansigan.com/tag:WebDevelopment" class="hashtag"><span>#</span><span class="p-category">WebDevelopment</span></a> <a href="https://devblog.dinobansigan.com/tag:WriteAs" class="hashtag"><span>#</span><span class="p-category">WriteAs</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/devlog-003">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/devlog-003</guid>
      <pubDate>Sun, 10 Aug 2025 04:03:38 +0000</pubDate>
    </item>
    <item>
      <title>DevLog – 002</title>
      <link>https://devblog.dinobansigan.com/devlog-002?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[It&#39;s been awhile since I wrote on this blog. I&#39;m currently working on a possible rebuild of my landing page found at dinobansigan.com. That website is a static website generated using Wyam. I&#39;m thinking of rebuilding it using ASP.NET Razor Pages. &#xA;&#xA;I thought about rebuilding it using ReactJS. But for a mostly read-only website, using React seems overkill. Same goes for using ASP.NET Core MVC; it is overkill for such a simple website. Thought about using Blazor, but I do not need this website to be an SPA. So, ASP.NET Razor Pages seems like the perfect choice for what I want to do.&#xA;&#xA;I only started working on this like 30 minutes ago. Here&#39;s what I have so far.&#xA;&#xA;After I&#39;m satisfied with the content on the pages, I&#39;ll move on to modifying the look/theme of the website. Then will need to figure out where to host it. &#xA;&#xA;Part of the reason I stuck with a static website build, is because I can host it for free on Netlify. However, I&#39;ve been wanting to see what it takes to host an ASP.NET website outside of Azure. Now is my chance to learn how to make that work.&#xA;&#xA;Tags: #DevLog#ASPNETCore #WebDevelopment&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/devlog-002&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>It&#39;s been awhile since I wrote on this blog. I&#39;m currently working on a possible rebuild of my landing page found at <a href="https://dinobansigan.com/">dinobansigan.com</a>. That website is a static website generated using <a href="https://github.com/Wyamio/Wyam">Wyam</a>. I&#39;m thinking of rebuilding it using ASP.NET Razor Pages.</p>

<p>I thought about rebuilding it using ReactJS. But for a mostly read-only website, using React seems overkill. Same goes for using ASP.NET Core MVC; it is overkill for such a simple website. Thought about using Blazor, but I do not need this website to be an SPA. So, ASP.NET Razor Pages seems like the perfect choice for what I want to do.</p>

<p>I only started working on this like 30 minutes ago. Here&#39;s what I have so far.
<img src="https://i.snap.as/k9KdjOYr.jpg" alt=""/></p>

<p>After I&#39;m satisfied with the content on the pages, I&#39;ll move on to modifying the look/theme of the website. Then will need to figure out where to host it.</p>

<p>Part of the reason I stuck with a static website build, is because I can host it for free on Netlify. However, I&#39;ve been wanting to see what it takes to host an ASP.NET website outside of Azure. Now is my chance to learn how to make that work.</p>

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

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/devlog-002">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/devlog-002</guid>
      <pubDate>Mon, 30 Jun 2025 04:51:05 +0000</pubDate>
    </item>
    <item>
      <title>DevLog - 001</title>
      <link>https://devblog.dinobansigan.com/devlog-001?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[A number of people have been asking me about why the WriteAs Archive Page generators I made no longer work. They no longer work because of CORS restrictions on the API server. I&#39;m trying to see if I can work around the restrictions on my Blazor WASM apps by going the Web API route.&#xA;&#xA;Started working on an API for my websites&#xA;&#xA;Tags: #DevLog#ASPNETCore #WebAPI #WriteAs&#xA;&#xA;a href=&#34;https://remark.as/p/devblog.dinobansigan.com/devlog-001&#34;Discuss.../a or leave a comment below.]]&gt;</description>
      <content:encoded><![CDATA[<p>A number of people have been asking me about why the WriteAs Archive Page generators I made no longer work. They no longer work because of CORS restrictions on the API server. I&#39;m trying to see if I can work around the restrictions on my Blazor WASM apps by going the Web API route.</p>

<p><a href="https://i.snap.as/i3gkca5v.png"><img src="https://i.snap.as/i3gkca5v.png" alt="Started working on an API for my websites"/></a></p>

<p><em>Tags: <a href="https://devblog.dinobansigan.com/tag:DevLog" class="hashtag"><span>#</span><span class="p-category">DevLog</span></a><a href="https://devblog.dinobansigan.com/tag:ASPNETCore" class="hashtag"><span>#</span><span class="p-category">ASPNETCore</span></a> <a href="https://devblog.dinobansigan.com/tag:WebAPI" class="hashtag"><span>#</span><span class="p-category">WebAPI</span></a> <a href="https://devblog.dinobansigan.com/tag:WriteAs" class="hashtag"><span>#</span><span class="p-category">WriteAs</span></a></em></p>

<p><strong><a href="https://remark.as/p/devblog.dinobansigan.com/devlog-001">Discuss...</a></strong> or leave a comment below.</p>
]]></content:encoded>
      <guid>https://devblog.dinobansigan.com/devlog-001</guid>
      <pubDate>Sat, 31 Dec 2022 16:12:08 +0000</pubDate>
    </item>
  </channel>
</rss>