<?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>C# on Aum&#39;s blogging site</title>
    <link>https://aumpauskar.github.io/blog/tags/c%23/</link>
    <description>Recent content in C# on Aum&#39;s blogging site</description>
    <generator>Hugo -- 0.144.1</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 30 Dec 2025 11:02:38 +0000</lastBuildDate>
    <atom:link href="https://aumpauskar.github.io/blog/tags/c%23/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>WebApis Using DDD</title>
      <link>https://aumpauskar.github.io/blog/posts/dotnet/webapi-using-ddd/</link>
      <pubDate>Tue, 30 Dec 2025 11:02:38 +0000</pubDate>
      <guid>https://aumpauskar.github.io/blog/posts/dotnet/webapi-using-ddd/</guid>
      <description>&lt;h1 id=&#34;webapis-using-ddd&#34;&gt;WebApis Using DDD&lt;/h1&gt;
&lt;p&gt;The DDD architecture separates your core business logic (the &amp;ldquo;Domain&amp;rdquo;) from technical details like databases (the &amp;ldquo;Infrastructure&amp;rdquo;) or web frameworks (the &amp;ldquo;API&amp;rdquo;).&lt;/p&gt;
&lt;p&gt;Unlike using a flat architecture using a DDD architecture requires your code to have a central entry point which will be your &lt;code&gt;API&lt;/code&gt; this will be your base project and with contain the &lt;code&gt;Program.cs&lt;/code&gt;. This project will be of the type &lt;code&gt;webapi&lt;/code&gt;. We will have other projects which will be of the type &lt;code&gt;classlib&lt;/code&gt;. These will complement your base code with their respective functions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ASP.NET</title>
      <link>https://aumpauskar.github.io/blog/posts/dotnet/backend-cs/</link>
      <pubDate>Tue, 22 Jul 2025 12:18:47 +0700</pubDate>
      <guid>https://aumpauskar.github.io/blog/posts/dotnet/backend-cs/</guid>
      <description>A simple document providing how the ASP.NET framework can be used to create web applications</description>
    </item>
    <item>
      <title>C# Basics</title>
      <link>https://aumpauskar.github.io/blog/posts/dotnet/csharp-basics/</link>
      <pubDate>Sat, 12 Jul 2025 12:40:13 +0700</pubDate>
      <guid>https://aumpauskar.github.io/blog/posts/dotnet/csharp-basics/</guid>
      <description>A brief overview of C# basics, including syntax, data types, and object-oriented programming concepts.</description>
    </item>
    <item>
      <title>Procedural programming in C</title>
      <link>https://aumpauskar.github.io/blog/posts/c/c/</link>
      <pubDate>Mon, 26 Feb 2024 11:43:27 +0530</pubDate>
      <guid>https://aumpauskar.github.io/blog/posts/c/c/</guid>
      <description>A brief introduction to procedural programming in C</description>
    </item>
  </channel>
</rss>
