TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Domain-Driven Design
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ziggy Rafiq (2)
Charalambos Hadjiantoniou (2)
Jitendra Mesavaniya (1)
Chethan N (1)
Ajay Kumar (1)
Sardar Mudassar Ali Khan (1)
Rahim Lotfi (1)
Pradeep Sahoo (1)
Related resources for Domain-Driven Design
No resource found
With code examples, learn how to develop ASP.NET Core C# 12 using domain-driven design
9/21/2024 4:15:04 AM.
In this guide, you will learn how to develop applications using ASP.NET Core with C# 12, applying domain-driven design principles. Through clear code examples, we’ll explore how to create effective do
Understanding Vertical Slice Architecture: Structuring Vertical Slices
6/10/2024 10:32:20 AM.
At its core, a vertical slice represents a self-contained unit of functionality. It's a slice through the entire application stack. It encapsulates all the code and components necessary to fulfill
An Overview on Domain Driven Design (DDD)
5/13/2024 3:55:21 AM.
Explore the fundamentals of Domain Driven Design (DDD) in this overview, focusing on principles like domain modeling, ubiquitous language, and bounded contexts.
Domain-Driven Design with Records in C#
3/19/2024 7:08:54 AM.
C# 9.0 introduces Records, aligning with Domain-Driven Design (DDD) principles, especially in modeling value objects. This article explores leveraging Records in DDD with illustrative examples for enh
API Development using Clean architecture and facade design pattern in Asp.Net Core Web API
10/16/2023 4:56:31 AM.
Implementing a complete solution with all the details you've requested involves a significant amount of code, and it might not be feasible to provide an exhaustive example here. However, I can giv
Creating Resilient Web Applications using ASP.NET Core and Domain-Driven Design (DDD)
9/13/2023 6:27:10 AM.
Building Robust Web Applications with ASP.NET Core MVC and Domain-Driven Design (DDD)
Implementing A Clean Architecture In ASP.NET Core 6
3/9/2022 3:16:51 PM.
This post is the first part in a series of posts which describe my personal take on implementing a Clean Architecture with ASP.NET Core 6, and hopefully give you some ideas on how to go about building
EF Core - Effectively Decouple The Data And Domain Model
3/4/2022 7:25:36 AM.
In this article. you will learn about effectively decoupling the data and domain model.
Introduction Of ASP.NET Unique Architecture (AUA)
11/2/2021 9:21:53 AM.
AUA ( Asp.Net Unique Architecture ) Framework, you can easily have better, faster, and more orderly and focused coding. This framework is based on new and up-to-date concepts, structures and architect
Introduction To Domain Driven Design
11/1/2015 2:20:33 PM.
Domain driven design is all about understanding the customer real business need. Here I am giving an introduction to Domain Driven Design.