Click here to Skip to main content
15,879,184 members
Everything / General Programming / Architecture

Architecture

architecture

Great Reads

by dsuryd
SignalR is great for building real-time web functionality. MVVM is great for developing your front-end. What if they can be used together? This tip will show how to do just that, using as example a simple project to do live chart on a web browser.
by Greg Utas
Structuring main() and quickly recovering from memory corruption
by PureNsanity
Fundamental aspects of software design and understanding individual elements of principles and patterns
by Habibur Rony
This will cover how to use Domain Driven Design in your application according to the Onion Architecture. There are short descriptions about architecture Category / Style, N-Layer / N-Tier Architecture, Template Method Pattern and Facade Design Pattern.

Latest Articles

by Nicolas DESCARTES
How to build a plugin architecture in C# ?
by Higty
C# OpenAI library Assitants, ChatCompletion, FineTuning, ImageGeneration and more
by Dev Leader
CQRS pattern in C#, clean architecture for better software development, code examples, best practices

All Articles

Sort by Score

Architecture 

18 Aug 2021 by Rob Kraft
Choose wisely how we spend our limited time on creating software and improving processes
8 Sep 2022 by Taiseer Joudeh
Part 1 of a 10 post tutorial where we will build a full microservices app using Dapr and then deploy it to Azure Container Apps
10 Dec 2023 by Dev Leader
In this article, we'll look at building a flight booking app using vertical slice architecture.
31 Jul 2023 by Dev Leader
For this post, we'll delve into plugin architecture, exploring how they can be leveraged in ASP.NET Core to create more flexible and maintainable applications.
15 Feb 2024 by Dev Leader
CQRS pattern in C#, clean architecture for better software development, code examples, best practices
22 Jan 2016 by Mojtaba_Sarooghi
"HAS-A can be better than an IS-A relationship" What do you think about this sentence? Recently, I came across this topic quite a lot and we were discussing that in our team.
15 Feb 2024 by Dev Leader
Integrate Unit of Work Pattern in C# with Clean Architecture for efficient programming, benefits and C# code examples
24 Jul 2021 by Arctype SQL
As a business expands, the need to ethically leverage data is not a luxury anymore, but a necessity.
31 Mar 2016 by Grzegorz @ tidyjava.com
Are you using frameworks the right way? Are you using frameworks for business purposes or the other way around? Are your business classes dependent on frameworks?
15 Jan 2015 by Arian Celina
Web services vs. SOA and Pretty URL vs. REST