Click here to Skip to main content
15,885,309 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 

15 Jul 2017 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.
21 Mar 2017 by dsuryd
Simple, lightweight, yet powerful way to build real-time React + C# .NET web apps with dotNetify-React.
10 Dec 2013 by Bruce Yang CL
A way to query the data from Internet
21 Nov 2018 by Yisrael Lax
Why poorly written code is expensive code
1 Nov 2021 by Bohdan Stupak
Short tip explaining the importance of asynchronous communication
27 Jan 2011 by caloia
Many teams have not yet fully embraced TDD or have legacy code in their codebase. This article is for teams that need to get test coverage of legacy code or developers who write tests after the fact,
11 Feb 2013 by Arpit Mandliya
It explains decorator design pattern in detail with example.
23 Sep 2015 by Bartlomiej Filipek
How to apply the strategy pattern to a problem while designing a class hierarchy. What are the pros and cons of this approach?
27 Sep 2021 by Vedran Cindric
An honest review of the migration process to a serverless architecture using Laravel, AWS and Laravel Vapor
20 Dec 2015 by shijo joseph
An easy to implement yet powerful logging library which requires absolute zero learning curve
29 Jul 2017 by Dirk Bahle
A simple example to get started with the Unity Container usually used in Prism
25 Jan 2021 by romanthiel
A special method to program finite state machines that are reversible