<?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: Yasser Alsousi</title>
    <description>The latest articles on DEV Community by Yasser Alsousi (@yasser_alsousi).</description>
    <link>https://dev.to/yasser_alsousi</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%2F3206893%2F21f27ee5-3618-4ef7-a099-c651e9c39468.jpg</url>
      <title>DEV Community: Yasser Alsousi</title>
      <link>https://dev.to/yasser_alsousi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yasser_alsousi"/>
    <language>en</language>
    <item>
      <title>My Journey with ASP.NET Core &amp; SQL Server: Lessons Learned</title>
      <dc:creator>Yasser Alsousi</dc:creator>
      <pubDate>Sun, 25 May 2025 20:40:30 +0000</pubDate>
      <link>https://dev.to/yasser_alsousi/my-journey-with-aspnet-core-sql-server-lessons-learned-1ilf</link>
      <guid>https://dev.to/yasser_alsousi/my-journey-with-aspnet-core-sql-server-lessons-learned-1ilf</guid>
      <description>&lt;p&gt;👋 Hello DEV Community!&lt;br&gt;
I'm Yasser Alsousi, a passionate .NET developer specializing in C#, ASP.NET Core, and SQL Server. As my first post here, I want to share key lessons from my backend development journey.&lt;/p&gt;

&lt;p&gt;Why I Chose ASP.NET Core:&lt;br&gt;
✅ Cross-platform capabilities&lt;br&gt;
✅ High-performance for scalable web apps&lt;br&gt;
✅ Strong ecosystem with great tooling (Visual Studio, VS Code)&lt;br&gt;
✅ Enterprise-ready features out of the box&lt;/p&gt;

&lt;p&gt;Top 3 Beginner Tips:&lt;br&gt;
1️⃣ Master C# Fundamentals First&lt;/p&gt;

&lt;p&gt;Understand OOP principles&lt;/p&gt;

&lt;p&gt;Learn LINQ and async/await patterns&lt;/p&gt;

&lt;p&gt;2️⃣ Embrace Dependency Injection&lt;/p&gt;

&lt;p&gt;csharp&lt;br&gt;
// Example in Startup.cs&lt;br&gt;
&lt;code&gt;services.AddScoped&amp;lt;IProductService, ProductService&amp;gt;();&lt;/code&gt;&lt;br&gt;
3️⃣ Database Best Practices&lt;/p&gt;

&lt;p&gt;Start with SQL Server Express (free)&lt;/p&gt;

&lt;p&gt;Use Entity Framework Core wisely:&lt;/p&gt;

&lt;p&gt;Avoid N+1 queries with .Include()&lt;/p&gt;

&lt;p&gt;Consider Dapper for complex queries&lt;/p&gt;

&lt;p&gt;My First Project Challenge:&lt;br&gt;
Built an inventory API that initially had 2s response times. Optimized to 200ms by:&lt;/p&gt;

&lt;p&gt;Adding proper SQL indexes&lt;/p&gt;

&lt;p&gt;Implementing caching&lt;/p&gt;

&lt;p&gt;Using AsNoTracking() for read-only ops&lt;/p&gt;

&lt;p&gt;What Should I Cover Next?&lt;br&gt;
Building Clean Architecture&lt;/p&gt;

&lt;p&gt;Deploying to Azure&lt;/p&gt;

&lt;p&gt;JWT Authentication Deep Dive&lt;/p&gt;

&lt;p&gt;Let's discuss in the comments! What was your "aha moment" with .NET?&lt;/p&gt;

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