<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>dotNet on Prakash&#39;s Blog 👨‍💻</title>
    <link>https://www.prakashbhandari.com.np/tags/dotnet/</link>
    <description>Recent content in dotNet on Prakash&#39;s Blog 👨‍💻</description>
    <generator>Hugo -- 0.112.4</generator>
    <language>en</language>
    <lastBuildDate>Tue, 18 Feb 2025 16:20:01 +1100</lastBuildDate>
    <atom:link href="https://www.prakashbhandari.com.np/tags/dotnet/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Deploy .NET Web Application In Kubernetes Using Kustomize Tool</title>
      <link>https://www.prakashbhandari.com.np/posts/deploy-dot-net-web-application-in-kubernetes-using-kustomize-tool/</link>
      <pubDate>Sun, 27 Aug 2023 08:57:55 +1000</pubDate>
      <guid>https://www.prakashbhandari.com.np/posts/deploy-dot-net-web-application-in-kubernetes-using-kustomize-tool/</guid>
      <description>In this article, I will explain the basics of how to deploy a .NET Web application in Kubernetes using the Kustomize Tool.
I will use Minikube to deploy the app on the local machine. Deploy .NET Web Application In Kubernetes,
I have built a Docker image and pushed it to the Docker Hub registry. I will use the same artifacts that were used in that previous article.
In this article, I will focus more on how to deploy into Minikube using the Kustomize Tool.</description>
    </item>
    <item>
      <title>Deploy .NET Web Application In Kubernetes</title>
      <link>https://www.prakashbhandari.com.np/posts/deploy-dot-net-web-application-in-kubernetes/</link>
      <pubDate>Sat, 26 Aug 2023 08:57:55 +1000</pubDate>
      <guid>https://www.prakashbhandari.com.np/posts/deploy-dot-net-web-application-in-kubernetes/</guid>
      <description>Introduction In this article, I will explain the basics of how to deploy a .NET Web application in Kubernetes. I will use Minikube to deploy the app on the local machine.
You can either use an existing .NET Web Application or create a new .NET Web Application and containerize it.
I am going to use the app that was created in my previous article.
I&amp;rsquo;ve made some minor adjustments for clarity and proper capitalization.</description>
    </item>
    <item>
      <title>Containerize Your .NET 7.0 Web Application With Docker</title>
      <link>https://www.prakashbhandari.com.np/posts/containerize-your-dotnet-web-application-with-docker/</link>
      <pubDate>Fri, 25 Aug 2023 08:00:08 +1000</pubDate>
      <guid>https://www.prakashbhandari.com.np/posts/containerize-your-dotnet-web-application-with-docker/</guid>
      <description>Dockerizing is the process of packing, deploying, and running applications using Docker containers. Docker is very popular among the developers. In this post, I am going to show you &amp;ldquo;Containerize Your .NET 7.0 Web Application With Docker&amp;rdquo;. for local development.
Before that, I will briefly explain what is docker and .NET
What Is Docker? Docker is an open source tool that combines your application with all the necessary dependencies and libraries as one portable package (docker image).</description>
    </item>
    <item>
      <title>How to Embed a Json File in a .Net Assembly?</title>
      <link>https://www.prakashbhandari.com.np/posts/how-to-embed-a-json-file-in-a-net-assembly/</link>
      <pubDate>Sun, 20 Aug 2023 08:22:58 +1000</pubDate>
      <guid>https://www.prakashbhandari.com.np/posts/how-to-embed-a-json-file-in-a-net-assembly/</guid>
      <description>In this article, I will explain what is assembly and how to include the files within your assembly. So, that you can assess those files in runtime. Such as running unit test to access `.json` file to mock API response.</description>
    </item>
  </channel>
</rss>
