<?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/"
  xmlns:content="http://purl.org/rss/modules/content/"
  xmlns:media="http://search.yahoo.com/mrss/"
>
  <channel>
    <title>Adrees Umer – Senior .NET Developer Blog</title>
    <description>In-depth .NET development articles: C#, ASP.NET Core, Blazor, microservices, software architecture, and enterprise patterns. By Adrees Umer, Senior .NET Developer in Lahore, Pakistan.</description>
    <link>https://portfolio.adreesumer.com/blog</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <atom:link href="https://portfolio.adreesumer.com/blog/rss" rel="self" type="application/rss+xml" />
    <managingEditor>adrees4234@gmail.com (Adrees Umer)</managingEditor>
    <webMaster>adrees4234@gmail.com (Adrees Umer)</webMaster>
    <copyright>Copyright 2026 Adrees Umer. All rights reserved.</copyright>
    <category>Technology</category>
    <category>Software Development</category>
    <category>.NET Development</category>
    <category>C# Programming</category>
    <category>ASP.NET Core</category>
    <lastBuildDate>Mon, 01 Jun 2026 09:07:24 GMT</lastBuildDate>
    <image>
      <url>https://portfolio.adreesumer.com/CV/ProfilePicture.jpg</url>
      <title>Adrees Umer – Senior .NET Developer Blog</title>
      <link>https://portfolio.adreesumer.com/blog</link>
      <width>400</width>
      <height>400</height>
      <description>Profile picture of Adrees Umer, Senior .NET Developer in Lahore, Pakistan</description>
    </image>
    
    <item>
      <title><![CDATA[Building Enterprise-Scale Ticketing Systems with .NET 8]]></title>
      <description><![CDATA[Deep dive into architecting Servex247, a modern ticketing system using .NET 8, SignalR, and advanced database optimization techniques that handles thousands of concurrent users.]]></description>
      <content:encoded><![CDATA[Deep dive into architecting Servex247, a modern ticketing system using .NET 8, SignalR, and advanced database optimization techniques that handles thousands of concurrent users.]]></content:encoded>
      <link>https://portfolio.adreesumer.com/blog/building-enterprise-ticketing-systems-dotnet-8</link>
      <guid isPermaLink="true">https://portfolio.adreesumer.com/blog/building-enterprise-ticketing-systems-dotnet-8</guid>
      <pubDate>Sun, 15 Dec 2024 00:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Adrees Umer]]></dc:creator>
      <dc:language>en-us</dc:language>
      <category>Architecture</category>
      <category><![CDATA[.NET 8]]></category>
      <category><![CDATA[SignalR]]></category>
      <category><![CDATA[Entity Framework]]></category>
      <category><![CDATA[Performance]]></category>
      <category><![CDATA[Real-time]]></category>
      <media:content url="https://portfolio.adreesumer.com/CV/ProfilePicture.jpg" medium="image" width="1200" height="630">
        <media:title><![CDATA[Building Enterprise-Scale Ticketing Systems with .NET 8]]></media:title>
        <media:description><![CDATA[Deep dive into architecting Servex247, a modern ticketing system using .NET 8, SignalR, and advanced database optimization techniques that handles thousands of concurrent users.]]></media:description>
      </media:content>
    </item>
    <item>
      <title><![CDATA[Migrating Legacy .NET Framework to .NET Core 8: A Real-World Journey]]></title>
      <description><![CDATA[Step-by-step guide on successfully migrating a production .NET Framework 4.8 API to .NET Core 8, including challenges faced and performance improvements achieved.]]></description>
      <content:encoded><![CDATA[Step-by-step guide on successfully migrating a production .NET Framework 4.8 API to .NET Core 8, including challenges faced and performance improvements achieved.]]></content:encoded>
      <link>https://portfolio.adreesumer.com/blog/migrating-dotnet-framework-to-core-8</link>
      <guid isPermaLink="true">https://portfolio.adreesumer.com/blog/migrating-dotnet-framework-to-core-8</guid>
      <pubDate>Thu, 28 Nov 2024 00:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Adrees Umer]]></dc:creator>
      <dc:language>en-us</dc:language>
      <category>.NET Development</category>
      <category><![CDATA[.NET Framework]]></category>
      <category><![CDATA[.NET Core 8]]></category>
      <category><![CDATA[Migration]]></category>
      <category><![CDATA[EF Core]]></category>
      <category><![CDATA[Performance]]></category>
      <media:content url="https://portfolio.adreesumer.com/CV/ProfilePicture.jpg" medium="image" width="1200" height="630">
        <media:title><![CDATA[Migrating Legacy .NET Framework to .NET Core 8: A Real-World Journey]]></media:title>
        <media:description><![CDATA[Step-by-step guide on successfully migrating a production .NET Framework 4.8 API to .NET Core 8, including challenges faced and performance improvements achieved.]]></media:description>
      </media:content>
    </item>
    <item>
      <title><![CDATA[Implementing Blockchain Integration in .NET: Ethereum and Nethereum]]></title>
      <description><![CDATA[Practical guide to integrating Ethereum blockchain functionality into .NET applications using Nethereum, including smart contract deployment and transaction handling.]]></description>
      <content:encoded><![CDATA[Practical guide to integrating Ethereum blockchain functionality into .NET applications using Nethereum, including smart contract deployment and transaction handling.]]></content:encoded>
      <link>https://portfolio.adreesumer.com/blog/blockchain-integration-dotnet-ethereum-nethereum</link>
      <guid isPermaLink="true">https://portfolio.adreesumer.com/blog/blockchain-integration-dotnet-ethereum-nethereum</guid>
      <pubDate>Sun, 10 Nov 2024 00:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Adrees Umer]]></dc:creator>
      <dc:language>en-us</dc:language>
      <category>Blockchain</category>
      <category><![CDATA[Blockchain]]></category>
      <category><![CDATA[Ethereum]]></category>
      <category><![CDATA[Nethereum]]></category>
      <category><![CDATA[Smart Contracts]]></category>
      <category><![CDATA[.NET]]></category>
      <media:content url="https://portfolio.adreesumer.com/CV/ProfilePicture.jpg" medium="image" width="1200" height="630">
        <media:title><![CDATA[Implementing Blockchain Integration in .NET: Ethereum and Nethereum]]></media:title>
        <media:description><![CDATA[Practical guide to integrating Ethereum blockchain functionality into .NET applications using Nethereum, including smart contract deployment and transaction handling.]]></media:description>
      </media:content>
    </item>
    <item>
      <title><![CDATA[From Junior to Senior: 3 Years of .NET Development Lessons]]></title>
      <description><![CDATA[Reflecting on my journey from an internship to senior developer role, sharing the key lessons, mistakes, and breakthrough moments that shaped my career.]]></description>
      <content:encoded><![CDATA[Reflecting on my journey from an internship to senior developer role, sharing the key lessons, mistakes, and breakthrough moments that shaped my career.]]></content:encoded>
      <link>https://portfolio.adreesumer.com/blog/junior-to-senior-dotnet-development-lessons</link>
      <guid isPermaLink="true">https://portfolio.adreesumer.com/blog/junior-to-senior-dotnet-development-lessons</guid>
      <pubDate>Fri, 25 Oct 2024 00:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Adrees Umer]]></dc:creator>
      <dc:language>en-us</dc:language>
      <category>Career Growth</category>
      <category><![CDATA[Career]]></category>
      <category><![CDATA[Lessons Learned]]></category>
      <category><![CDATA[Senior Developer]]></category>
      <category><![CDATA[.NET]]></category>
      <category><![CDATA[Mentoring]]></category>
      <media:content url="https://portfolio.adreesumer.com/CV/ProfilePicture.jpg" medium="image" width="1200" height="630">
        <media:title><![CDATA[From Junior to Senior: 3 Years of .NET Development Lessons]]></media:title>
        <media:description><![CDATA[Reflecting on my journey from an internship to senior developer role, sharing the key lessons, mistakes, and breakthrough moments that shaped my career.]]></media:description>
      </media:content>
    </item>
    <item>
      <title><![CDATA[Advanced Entity Framework Performance Optimization Techniques]]></title>
      <description><![CDATA[Comprehensive guide to EF Core performance optimization based on real-world experience optimizing database queries that handle millions of records.]]></description>
      <content:encoded><![CDATA[Comprehensive guide to EF Core performance optimization based on real-world experience optimizing database queries that handle millions of records.]]></content:encoded>
      <link>https://portfolio.adreesumer.com/blog/advanced-entity-framework-performance-optimization</link>
      <guid isPermaLink="true">https://portfolio.adreesumer.com/blog/advanced-entity-framework-performance-optimization</guid>
      <pubDate>Tue, 08 Oct 2024 00:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Adrees Umer]]></dc:creator>
      <dc:language>en-us</dc:language>
      <category>.NET Development</category>
      <category><![CDATA[Entity Framework]]></category>
      <category><![CDATA[Performance]]></category>
      <category><![CDATA[SQL]]></category>
      <category><![CDATA[Optimization]]></category>
      <category><![CDATA[Database]]></category>
      <media:content url="https://portfolio.adreesumer.com/CV/ProfilePicture.jpg" medium="image" width="1200" height="630">
        <media:title><![CDATA[Advanced Entity Framework Performance Optimization Techniques]]></media:title>
        <media:description><![CDATA[Comprehensive guide to EF Core performance optimization based on real-world experience optimizing database queries that handle millions of records.]]></media:description>
      </media:content>
    </item>
    <item>
      <title><![CDATA[Building Real-time Applications with SignalR: Beyond Chat Apps]]></title>
      <description><![CDATA[Explore advanced SignalR implementations including real-time dashboards, live notifications, and collaborative features in enterprise applications.]]></description>
      <content:encoded><![CDATA[Explore advanced SignalR implementations including real-time dashboards, live notifications, and collaborative features in enterprise applications.]]></content:encoded>
      <link>https://portfolio.adreesumer.com/blog/building-realtime-applications-signalr-beyond-chat</link>
      <guid isPermaLink="true">https://portfolio.adreesumer.com/blog/building-realtime-applications-signalr-beyond-chat</guid>
      <pubDate>Fri, 20 Sep 2024 00:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Adrees Umer]]></dc:creator>
      <dc:language>en-us</dc:language>
      <category>.NET Development</category>
      <category><![CDATA[SignalR]]></category>
      <category><![CDATA[Real-time]]></category>
      <category><![CDATA[WebSockets]]></category>
      <category><![CDATA[Architecture]]></category>
      <category><![CDATA[Scaling]]></category>
      <media:content url="https://portfolio.adreesumer.com/CV/ProfilePicture.jpg" medium="image" width="1200" height="630">
        <media:title><![CDATA[Building Real-time Applications with SignalR: Beyond Chat Apps]]></media:title>
        <media:description><![CDATA[Explore advanced SignalR implementations including real-time dashboards, live notifications, and collaborative features in enterprise applications.]]></media:description>
      </media:content>
    </item>
    <item>
      <title><![CDATA[Microservices with .NET: Lessons from Production]]></title>
      <description><![CDATA[Real-world insights from implementing microservices architecture in .NET, including service communication, data consistency, and deployment strategies.]]></description>
      <content:encoded><![CDATA[Real-world insights from implementing microservices architecture in .NET, including service communication, data consistency, and deployment strategies.]]></content:encoded>
      <link>https://portfolio.adreesumer.com/blog/microservices-dotnet-lessons-production</link>
      <guid isPermaLink="true">https://portfolio.adreesumer.com/blog/microservices-dotnet-lessons-production</guid>
      <pubDate>Thu, 15 Aug 2024 00:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Adrees Umer]]></dc:creator>
      <dc:language>en-us</dc:language>
      <category>Architecture</category>
      <category><![CDATA[Microservices]]></category>
      <category><![CDATA[Architecture]]></category>
      <category><![CDATA[Event Sourcing]]></category>
      <category><![CDATA[CQRS]]></category>
      <category><![CDATA[Kubernetes]]></category>
      <media:content url="https://portfolio.adreesumer.com/CV/ProfilePicture.jpg" medium="image" width="1200" height="630">
        <media:title><![CDATA[Microservices with .NET: Lessons from Production]]></media:title>
        <media:description><![CDATA[Real-world insights from implementing microservices architecture in .NET, including service communication, data consistency, and deployment strategies.]]></media:description>
      </media:content>
    </item>
    <item>
      <title><![CDATA[HTI LifeTrack: Building a Comprehensive Personal Finance Platform]]></title>
      <description><![CDATA[Showcasing LifeTrack, a full-featured personal finance and life management platform built with .NET 9, Blazor, MAUI, and modern cloud technologies. Learn about the architecture decisions, key features, and technical challenges overcome.]]></description>
      <content:encoded><![CDATA[Showcasing LifeTrack, a full-featured personal finance and life management platform built with .NET 9, Blazor, MAUI, and modern cloud technologies. Learn about the architecture decisions, key features, and technical challenges overcome.]]></content:encoded>
      <link>https://portfolio.adreesumer.com/blog/building-hti-lifetrack-personal-finance-platform</link>
      <guid isPermaLink="true">https://portfolio.adreesumer.com/blog/building-hti-lifetrack-personal-finance-platform</guid>
      <pubDate>Tue, 28 Jan 2025 00:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Adrees Umer]]></dc:creator>
      <dc:language>en-us</dc:language>
      <category>Full-Stack Development</category>
      <category><![CDATA[.NET 9]]></category>
      <category><![CDATA[Next.js]]></category>
      <category><![CDATA[Blazor]]></category>
      <category><![CDATA[MAUI]]></category>
      <category><![CDATA[RDLC Reports]]></category>
      <category><![CDATA[Clean Architecture]]></category>
      <category><![CDATA[PostgreSQL]]></category>
      <category><![CDATA[Personal Finance]]></category>
      <category><![CDATA[Cross-Platform]]></category>
      <media:content url="https://portfolio.adreesumer.com/CV/ProfilePicture.jpg" medium="image" width="1200" height="630">
        <media:title><![CDATA[HTI LifeTrack: Building a Comprehensive Personal Finance Platform]]></media:title>
        <media:description><![CDATA[Showcasing LifeTrack, a full-featured personal finance and life management platform built with .NET 9, Blazor, MAUI, and modern cloud technologies. Learn about the architecture decisions, key features, and technical challenges overcome.]]></media:description>
      </media:content>
    </item>
  </channel>
</rss>