<?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/">
  <channel>
    <title>DEV Community: Khushi Kavathiya</title>
    <description>The latest articles on DEV Community by Khushi Kavathiya (@khushali_ai_dev).</description>
    <link>https://dev.to/khushali_ai_dev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3818313%2F418e2889-d9aa-4173-817f-44caa80e5ed4.png</url>
      <title>DEV Community: Khushi Kavathiya</title>
      <link>https://dev.to/khushali_ai_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/khushali_ai_dev"/>
    <language>en</language>
    <item>
      <title>Generative AI for Beginners in .NET 10 — What Changed?</title>
      <dc:creator>Khushi Kavathiya</dc:creator>
      <pubDate>Fri, 27 Mar 2026 04:57:51 +0000</pubDate>
      <link>https://dev.to/khushali_ai_dev/generative-ai-for-beginners-in-net-10-what-changed-48ed</link>
      <guid>https://dev.to/khushali_ai_dev/generative-ai-for-beginners-in-net-10-what-changed-48ed</guid>
      <description>&lt;p&gt;Microsoft updated their Generative AI for Beginners course for .NET 10 — and it’s more practical than ever.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Updates&lt;/strong&gt;&lt;br&gt;
Five lessons completely rewritten&lt;br&gt;
Uses .NET 10 across the course&lt;br&gt;
Introduces Microsoft.Extensions.AI&lt;br&gt;
RAG examples simplified using native SDKs&lt;br&gt;
Adds support for multi-agent systems&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;br&gt;
var response = await aiClient.GetResponseAsync("Explain .NET in simple terms");&lt;br&gt;
Console.WriteLine(response);&lt;/p&gt;

&lt;p&gt;👉 AI is now part of real application development — not just experiments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Takeaway&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We’re moving from learning AI → building intelligent systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Full article:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://medium.com/@kavathiyakhushali/generative-ai-for-beginners-in-net-10-from-curiosity-to-real-applications-ac5af44e81d5" rel="noopener noreferrer"&gt;https://medium.com/@kavathiyakhushali/generative-ai-for-beginners-in-net-10-from-curiosity-to-real-applications-ac5af44e81d5&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>dotnet</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Modernize .NET Anywhere with GitHub Copilot (With Example)</title>
      <dc:creator>Khushi Kavathiya</dc:creator>
      <pubDate>Tue, 17 Mar 2026 05:30:14 +0000</pubDate>
      <link>https://dev.to/khushali_ai_dev/modernize-net-anywhere-with-github-copilot-with-example-22m</link>
      <guid>https://dev.to/khushali_ai_dev/modernize-net-anywhere-with-github-copilot-with-example-22m</guid>
      <description>&lt;p&gt;Microsoft introduced a new way to modernize .NET apps using GitHub Copilot AI agents.&lt;/p&gt;

&lt;p&gt;Instead of manually upgrading projects, you can now:&lt;/p&gt;

&lt;p&gt;Analyze your app&lt;/p&gt;

&lt;p&gt;Generate an upgrade plan&lt;/p&gt;

&lt;p&gt;Automatically apply fixes&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Old project:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;netcoreapp3.1&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Using Copilot:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;@modernize upgrade to latest .NET&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Updated project:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;net8.0&lt;/p&gt;

&lt;p&gt;Copilot also fixes build errors and validates the project automatically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It Matters&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Faster upgrades&lt;/p&gt;

&lt;p&gt;Fewer errors&lt;/p&gt;

&lt;p&gt;Better developer productivity&lt;/p&gt;

&lt;p&gt;Easier cloud adoption&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Full article:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://medium.com/@kavathiyakhushali/modernize-net-anywhere-with-github-copilot-faster-upgrades-with-ai-with-practical-example-de1a5da284fd" rel="noopener noreferrer"&gt;https://medium.com/@kavathiyakhushali/modernize-net-anywhere-with-github-copilot-faster-upgrades-with-ai-with-practical-example-de1a5da284fd&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>.NET 10.0.5 OOB Release: macOS Debugger Fix Explained (With Example)</title>
      <dc:creator>Khushi Kavathiya</dc:creator>
      <pubDate>Tue, 17 Mar 2026 05:09:30 +0000</pubDate>
      <link>https://dev.to/khushali_ai_dev/net-1005-oob-release-macos-debugger-fix-explained-with-example-30cm</link>
      <guid>https://dev.to/khushali_ai_dev/net-1005-oob-release-macos-debugger-fix-explained-with-example-30cm</guid>
      <description>&lt;p&gt;Microsoft released &lt;strong&gt;.NET 10.0.5 as an out-of-band update&lt;/strong&gt; to fix a critical debugger issue affecting macOS developers.&lt;/p&gt;

&lt;p&gt;This issue was introduced in .NET 10.0.4 and caused debugging failures and crashes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;br&gt;
int x = 10;&lt;br&gt;
int y = 0;&lt;/p&gt;

&lt;p&gt;// This should trigger an exception during debugging&lt;br&gt;
int result = x / y;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Before the fix:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Debugger crashes or fails to attach&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;After the fix:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Debugger works correctly&lt;/p&gt;

&lt;p&gt;Exceptions are properly captured&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It Matters&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Debugging is a core part of development&lt;/p&gt;

&lt;p&gt;Fixes improve developer productivity&lt;/p&gt;

&lt;p&gt;Shows quick response from Microsoft&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Full article:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@kavathiyakhushali/net-10-0-5-oob-release-fixing-a-critical-macos-debugger-issue-with-practical-example-6ec7c90e49c1" rel="noopener noreferrer"&gt;https://medium.com/@kavathiyakhushali/net-10-0-5-oob-release-fixing-a-critical-macos-debugger-issue-with-practical-example-6ec7c90e49c1&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>productivity</category>
      <category>dotnet</category>
      <category>fix</category>
    </item>
    <item>
      <title>.NET 11 Preview 2: What's New for Developers (With Example)</title>
      <dc:creator>Khushi Kavathiya</dc:creator>
      <pubDate>Fri, 13 Mar 2026 05:07:26 +0000</pubDate>
      <link>https://dev.to/khushali_ai_dev/net-11-preview-2-whats-new-for-developers-with-example-4dl0</link>
      <guid>https://dev.to/khushali_ai_dev/net-11-preview-2-whats-new-for-developers-with-example-4dl0</guid>
      <description>&lt;p&gt;Microsoft recently released .NET 11 Preview 2, bringing improvements across the runtime, SDK, libraries, and ASP.NET Core.&lt;/p&gt;

&lt;p&gt;.NET 11 continues the evolution of Microsoft's cross-platform development platform used for building web apps, APIs, cloud services, and more.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Some key improvements include:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Runtime and performance optimizations&lt;/p&gt;

&lt;p&gt;Updates to .NET libraries&lt;/p&gt;

&lt;p&gt;Improvements in ASP.NET Core&lt;/p&gt;

&lt;p&gt;Better tooling and developer productivity&lt;/p&gt;

&lt;p&gt;Example: Minimal API in .NET&lt;br&gt;
var builder = WebApplication.CreateBuilder(args);&lt;br&gt;
var app = builder.Build();&lt;/p&gt;

&lt;p&gt;app.MapGet("/hello", () =&amp;gt; "Hello from .NET 11!");&lt;/p&gt;

&lt;p&gt;app.Run();&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Run the project:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;dotnet run&lt;/p&gt;

&lt;p&gt;Open:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://localhost:5000/hello" rel="noopener noreferrer"&gt;http://localhost:5000/hello&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Output:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hello from .NET 11!&lt;/p&gt;

&lt;p&gt;Minimal APIs are a great way to build lightweight services quickly using the .NET platform.&lt;/p&gt;

&lt;p&gt;If you're a .NET developer, trying preview releases is a great way to explore upcoming improvements and prepare your applications for future releases.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Full article:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://medium.com/@kavathiyakhushali/net-11-preview-2-new-improvements-for-developers-with-a-practical-example-af5fa634b5a2" rel="noopener noreferrer"&gt;https://medium.com/@kavathiyakhushali/net-11-preview-2-new-improvements-for-developers-with-a-practical-example-af5fa634b5a2&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>api</category>
      <category>dotnet</category>
    </item>
    <item>
      <title>Hello Dev.to 👋 — I'm a .NET Developer Exploring AI and Modern Backend Development</title>
      <dc:creator>Khushi Kavathiya</dc:creator>
      <pubDate>Wed, 11 Mar 2026 10:38:59 +0000</pubDate>
      <link>https://dev.to/khushali_ai_dev/hello-devto-im-a-net-developer-exploring-ai-and-modern-backend-development-2m09</link>
      <guid>https://dev.to/khushali_ai_dev/hello-devto-im-a-net-developer-exploring-ai-and-modern-backend-development-2m09</guid>
      <description>&lt;p&gt;Hello everyone!&lt;/p&gt;

&lt;p&gt;My name is Khushali Kavathiya, and I’m excited to join the Dev.to community.&lt;/p&gt;

&lt;p&gt;I’m a developer focused on .NET, C#, backend development, and AI-powered tools. Over the past year I’ve been learning and building projects around modern technologies that help developers build scalable applications and intelligent systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Background&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So far my learning journey has included:&lt;/p&gt;

&lt;p&gt;.NET and C# development&lt;/p&gt;

&lt;p&gt;Backend development and APIs&lt;/p&gt;

&lt;p&gt;Cloud fundamentals (Azure)&lt;/p&gt;

&lt;p&gt;AI tools and developer productivity&lt;/p&gt;

&lt;p&gt;Database systems and data handling&lt;/p&gt;

&lt;p&gt;I’m especially interested in how AI is transforming software development, from coding assistants to intelligent applications.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Plan to Share Here&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;On Dev.to I plan to write about things I’m learning and exploring, including:&lt;/p&gt;

&lt;p&gt;.NET development tips&lt;/p&gt;

&lt;p&gt;C# programming concepts&lt;/p&gt;

&lt;p&gt;AI tools for developers&lt;/p&gt;

&lt;p&gt;Backend architecture and APIs&lt;/p&gt;

&lt;p&gt;Interesting updates from the .NET ecosystem&lt;/p&gt;

&lt;p&gt;Practical coding examples&lt;/p&gt;

&lt;p&gt;My goal is simple: share useful knowledge while learning in public.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Recent Topics I'm Exploring&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Recently I’ve been diving deeper into topics like:&lt;/p&gt;

&lt;p&gt;AI coding agents&lt;/p&gt;

&lt;p&gt;Microsoft’s MCP C# SDK&lt;/p&gt;

&lt;p&gt;AI integrations in .NET applications&lt;/p&gt;

&lt;p&gt;Modern backend development patterns&lt;/p&gt;

&lt;p&gt;These areas are evolving quickly, and I enjoy breaking down complex concepts into practical examples.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I Started Writing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Writing helps me:&lt;/p&gt;

&lt;p&gt;Reinforce what I learn&lt;/p&gt;

&lt;p&gt;Share knowledge with other developers&lt;/p&gt;

&lt;p&gt;Connect with the developer community&lt;/p&gt;

&lt;p&gt;The developer community has helped me learn a lot, and I’m excited to contribute back.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let’s Connect&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you're also working with &lt;strong&gt;.NET, C#, backend systems, or AI development&lt;/strong&gt;, I’d love to connect and learn from you.&lt;/p&gt;

&lt;p&gt;Feel free to share your experiences, suggestions, or topics you’d like to see covered.&lt;/p&gt;

&lt;p&gt;Looking forward to learning and building together 🚀&lt;/p&gt;

</description>
      <category>ai</category>
      <category>backend</category>
      <category>csharp</category>
      <category>dotnet</category>
    </item>
  </channel>
</rss>
