<?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>Forem: Mehdi Ouassou</title>
    <description>The latest articles on Forem by Mehdi Ouassou (@mehdiouassou).</description>
    <link>https://forem.com/mehdiouassou</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%2F3647041%2Fcf9e289d-0f08-4d3f-a68f-e6b6f112df0e.png</url>
      <title>Forem: Mehdi Ouassou</title>
      <link>https://forem.com/mehdiouassou</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mehdiouassou"/>
    <language>en</language>
    <item>
      <title>Why I Bet My Engineering Career on .NET 9 (And Left Legacy PHP Behind)</title>
      <dc:creator>Mehdi Ouassou</dc:creator>
      <pubDate>Thu, 04 Dec 2025 21:38:31 +0000</pubDate>
      <link>https://forem.com/mehdiouassou/why-i-bet-my-engineering-career-on-net-9-and-left-legacy-php-behind-4je6</link>
      <guid>https://forem.com/mehdiouassou/why-i-bet-my-engineering-career-on-net-9-and-left-legacy-php-behind-4je6</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcp9aavohjuj9buzve4t3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcp9aavohjuj9buzve4t3.jpg" alt="A rappresentation of C# logo" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When I started my journey in software engineering, I spent a lot of time in the trenches of legacy web development. I maintained spaghetti PHP codebases, patched SQL injection vulnerabilities in systems used by thousands of students, and wrestled with the chaos of loosely typed languages.&lt;/p&gt;

&lt;p&gt;It was a necessary education. But it wasn’t the future.&lt;/p&gt;

&lt;p&gt;Today, as a &lt;strong&gt;Software Engineer based in Verona&lt;/strong&gt;, I have pivoted entirely to the &lt;strong&gt;Microsoft Stack (.NET 9)&lt;/strong&gt;. Here is why I believe C# and Blazor are the only viable choice for building secure, scalable enterprise systems in 2025.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Type Safety is Not Optional
&lt;/h3&gt;

&lt;p&gt;In my early days of building automation scripts and web tools, “undefined is not a function” was a daily nightmare. In the enterprise world—where I now focus on CRM architecture—you cannot afford runtime errors.&lt;/p&gt;

&lt;p&gt;C# gives me the strictness I need. If the code compiles, it (mostly) works. The transition from legacy PHP to strongly typed C# changed the way I think about data. I don’t just move JSON around; I define &lt;strong&gt;Models&lt;/strong&gt;, &lt;strong&gt;Contracts&lt;/strong&gt;, and &lt;strong&gt;Interfaces&lt;/strong&gt;. This makes the software predictable and secure by design.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. The Blazor Revolution
&lt;/h3&gt;

&lt;p&gt;For years, “Full Stack” meant context-switching between a backend language (Python/Java) and a frontend framework (React/Angular).&lt;/p&gt;

&lt;p&gt;With &lt;strong&gt;Blazor WebAssembly&lt;/strong&gt;, I write C# on the server and C# in the browser.&lt;br&gt;
I share my DTOs (Data Transfer Objects) and validation logic across the entire stack. This cuts development time in half and eliminates the “API drift” that kills so many projects.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Performance is King
&lt;/h3&gt;

&lt;p&gt;I come from a background of &lt;strong&gt;low-level automation&lt;/strong&gt; and &lt;strong&gt;WinAPI&lt;/strong&gt; optimization. I care about milliseconds.&lt;br&gt;
Modern .NET 9 is absurdly fast. With AOT (Ahead-of-Time) compilation, C# now rivals C++ and Rust in many benchmarks. For the high-availability CRM systems I architect, this performance is non-negotiable.&lt;/p&gt;

&lt;h3&gt;
  
  
  Conclusion
&lt;/h3&gt;

&lt;p&gt;There is a reason enterprise companies in Northern Italy (and the world) run on .NET. It is stable, it is fast, and it is mature.&lt;br&gt;
I am proud to be a &lt;strong&gt;.NET Specialist&lt;/strong&gt;. I don’t chase the JavaScript framework of the week. I build systems that last.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I am Mehdi Ouassou, a Software Engineer and .NET Developer. You can view my portfolio and projects at &lt;a href="https://mehdiouassou.it" rel="noopener noreferrer"&gt;mehdiouassou.it&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>csharp</category>
      <category>webdev</category>
      <category>career</category>
    </item>
  </channel>
</rss>
