One reason why I love Vertical Slice Architecture (VSA): With VSA, I'm putting code, that relates together, in one file. The benefit of VSA is low coupling between slices and high cohesion inside slices. Even if C# doesn't force me into ordering of dependent code like F# does (which is a good thing), I can do this inside the slice code file. That way, I have a clear rule where to put what inside the slice code file. #csharp #dotnet #architecture
Alexander Zeitler’s Post
More Relevant Posts
-
Do you use C#? Check out the simple VS Code extension I created. It allows you to generate a dependency graph of your project with just one command. Documenting your project architecture has never been easier! https://lnkd.in/dv77tRK9
To view or add a comment, sign in
-
⭐ I'm excited to share my latest video on Layered Architecture and the Power of Separation of Concerns (SoC)! 🎥 In this session, we explore how SoC, the Single Responsibility Principle (SRP), and SOLID principles can transform the way you build scalable, maintainable systems. Using real-world examples, we’ll dive deep into how a properly structured project can enhance development speed and long-term success. 💡 Key Takeaways: - Why SoC and SRP matter in software design - Key pointers from SOLID principles for better code structure - Benefits of Layered Architecture for scalability and maintainability 👥 Featuring: - Myself (Zaki Mohammed Shaikh ) - MOHSIN AHMED ANSARI (Junior Developer) - Mohammed Bilal Shaikh & Omar Khan (CS Students) 🔗 Watch Now: https://lnkd.in/dMqZwWPC 🔗 Project Example: Node.js API using Layered Architecture: https://lnkd.in/dtRnKFbf 🔔 Don't forget to Like, Comment, Share, and Subscribe if you found it useful! #LayeredArchitecture #SeparationOfConcerns #SOLIDPrinciples #SoftwareDevelopment #CodeOmelet
Layered Architecture Explained - The Power of Separation of Concerns (SoC)
https://www.youtube.com/
To view or add a comment, sign in
-
Clean Architecture with ASP.NET Core https://lnkd.in/dv9mYxtT
Clean Architecture with ASP.NET Core 3.0 • Jason Taylor • GOTO 2019
https://www.youtube.com/
To view or add a comment, sign in
-
If you interested in clean architecture in Asp.net core check my git repo. The repo has many features related to architecture. #CleanArchitecture #RepositoryPattern #UnitOfWorkPattern https://lnkd.in/dj98JBiu
To view or add a comment, sign in
-
Learning and building my skills in Entity-Component-System (ECS) architecture! Here’s a ComponentManager I wrote in C++ for a personal project.
To view or add a comment, sign in
-
📹 Vue Architecture for Scalability: Introduction to Layered Design 👉🏻 This introductory video reviews managing complexity in Vue applications using a layered architecture approach. https://lnkd.in/eRs3WMBS
Intro to Vue Layered Architecture in 2 Minutes
https://www.youtube.com/
To view or add a comment, sign in
-
Just completed a course in Reactive Architecture! 🌟 This helped in building a solid grasp of the Reactive Manifesto, core principles, and understanding of responsive, scalable, and resilient systems. 💡 #ReactiveArchitecture #ActorModel #ReactiveSystems
Reactive Architecture: Introduction to Reactive Systems
akkademy.akka.io
To view or add a comment, sign in
-
Software is difficult to build because we cannot see its architecture; its details are embedded in the code and binary files #softwaredevelopment #systemdesign
To view or add a comment, sign in
-
new techniques and folder in clean architecture flow 2024 in c# asp.net core
In 2024, the principles of Clean Architecture in C# ASP.NET
link.medium.com
To view or add a comment, sign in
-
#flutter #cleanarchitecture #youtube 🇺🇸 My new video tutorial about Clean Architecture is live now in my Youtube channel! You can learn the following topics from the tutorial: - Melos, Monorepo Architecture - Rest Service - Database Service - Facade Pattern Implementation - Dependency Injection (For global - singleton instances) - What is a feature? - building feature-first application - Feature API (decoupling features) - Scoped Dependencies (For disposable instances) - Real implementation example
Clean Architecture Tutorial - Melos (Monorepo), Clean Architecture, Feature API
https://www.youtube.com/
To view or add a comment, sign in