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 Model
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Safyan Yaqoob (1)
Bohdan Stupak (1)
Akshay Shedwad (1)
Chethan N (1)
Ajay Kumar (1)
Aman Gupta (1)
Charalambos Hadjiantoniou (1)
Vitalii Honcharuk (1)
Mudita Rathore (1)
Related resources for Domain Model
No resource found
Understanding Key Concepts in Domain-Driven Design
9/23/2024 8:30:18 AM.
In this article, we will explore how these concepts drive effective software modeling, ensuring alignment between the business domain and your codebase.
Describing Musical Domain with F#
8/20/2024 7:47:25 AM.
It covers domain-specific language (DSL) creation, music representation, algorithmic composition, and sound synthesis, showcasing how F# can facilitate advanced music analysis and generation.
Use of Automapper in ASP.NET Core
8/16/2024 7:33:36 AM.
AutoMapper is a powerful .NET library that simplifies object-to-object mapping in ASP.NET Core applications. It helps in converting Data Transfer Objects (DTOs) to domain models and vice versa, stream
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
Sealed Classes - A Java 17 New Feature
9/5/2022 6:05:01 AM.
In this article, you will learn about new feature of Java 17- Sealed Classes.
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.
Data Centric RESTful API Vs Business Domain Centric API
6/9/2021 11:59:24 AM.
Here are described cases where building a simple CRUD API will not work for business systems and requires continuous changes.
Creating The Domain Model in ASP.Net Web API
3/12/2021 6:59:37 AM.
This article explains how to create the Domain Model in ASP. NET Web API.