Update clean-architecture-dotnet.html

D David Veksler · 1 year ago a3a50e32e728bacee7fd6022a6299f466986f432
Parent: 031f5a440

1 file changed +5 −5

Diff

diff --git a/clean-architecture-dotnet.html b/clean-architecture-dotnet.html
index cc99ea7..9d2cc84 100644
--- a/clean-architecture-dotnet.html
+++ b/clean-architecture-dotnet.html
@@ -6,7 +6,7 @@
 <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
 <title>Clean Architecture in .NET Web API: Comprehensive Cheatsheet</title>
 <!-- SEO Meta Description -->
-<meta content="A comprehensive cheatsheet for Clean Architecture in .NET Web API projects, explaining its need, core principles, layers, C# examples, project structure, and best practices. Version 3.3 with enhanced clarity." name="description"/>
+<meta content="A comprehensive cheatsheet for Clean Architecture in .NET Web API projects, explaining its need, core principles, layers, C# examples, project structure, and best practices.." name="description"/>
 <!-- Keywords -->
 <meta content="Clean Architecture, .NET, Web API, ASP.NET Core, Software Architecture, Domain-Driven Design, DDD, C#, Microservices, Software Design Patterns, .NET Cheatsheet, Developer Guide, Introduction to Clean Architecture, Best Practices" name="keywords"/>
 <!-- Canonical URL -->
@@ -15,7 +15,7 @@
 <link href="data:image/svg+xml,&lt;svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22&gt;&lt;text y=%22.9em%22 font-size=%2290%22&gt;🏗️&lt;/text&gt;&lt;/svg&gt;" rel="icon"/>
 <!-- Social Media Metadata (Open Graph & Twitter) -->
 <meta content="Clean Architecture in .NET Web API: Comprehensive Cheatsheet" property="og:title"/>
-<meta content="Why use Clean Architecture? Explore its benefits, principles, layers, and implementation in .NET Web API. Includes C# examples and best practices. Version 3.3 with enhanced clarity." property="og:description"/>
+<meta content="Why use Clean Architecture? Explore its benefits, principles, layers, and implementation in .NET Web API. Includes C# examples and best practices.." property="og:description"/>
 <meta content="website" property="og:type"/>
 <meta content="https://cheatsheets.davidveksler.com/clean-architecture-dotnet.html" property="og:url"/>
 <meta content="summary_large_image" name="twitter:card"/>
@@ -24,8 +24,8 @@
     {
       "@context": "https://schema.org",
       "@type": "TechArticle",
-      "headline": "Clean Architecture in .NET Web API: Comprehensive Cheatsheet Version 3.3 - Enhanced Clarity",
-      "description": "A comprehensive guide to Clean Architecture in .NET Web API, starting with why it's needed, then detailing layers, core principles, project structure, C# examples, and best practices. Version 3.3 with enhanced content clarity.",
+      "headline": "Clean Architecture in .NET Web API: Comprehensive Cheatsheet Version ",
+      "description": "A comprehensive guide to Clean Architecture in .NET Web API, starting with why it's needed, then detailing layers, core principles, project structure, C# examples, and best practices.",
       "image": "https://cheatsheets.davidveksler.com/images/clean-architecture-dotnet.png",
       "author": { "@type": "Person", "name": "David Veksler (AI Generated)" },
       "publisher": { "@type": "Organization", "name": "David Veksler Cheatsheets" },
@@ -405,7 +405,7 @@
 <body>
 <header class="page-header">
 <h1><i class="bi bi-layers-half"></i> Clean Architecture in .NET Web API</h1>
-<p class="lead">An enhanced cheatsheet covering core principles, layer responsibilities, project structure, C# examples, and best practices for building robust and maintainable .NET Web APIs using Clean Architecture.</p>
+<p class="lead">Core principles, layer responsibilities, project structure, C# examples, and best practices for building robust and maintainable .NET Web APIs using Clean Architecture.</p>
 <p class="text-muted small">Last Updated: <span id="lastUpdatedDate">June 10, 2025</span></p>
 </header>
 <main class="container">