-
## 👍 문제
교재 `p.426`에서
> 우리는 데이터 리턴 시 TO(혹은 VO) 패턴을 사용하였는가?
라는 문장을 만날 수 있다. TO..? VO..? 초보라 죄송합니다. 잘못 알아들었습니다.. 구글에 검색해보니 Transfer Object Pattern이라고 한다. 그리고 함께 많이 내용으로는 해당 패턴과 DB에서의 Entity와의 차이에…
-
### Is this feature already requested?
- [X] I have checked "open" and "closed" issues, and this is not a duplicate.
### Problem or Missing Functionality
When an API is requested, the controller re…
-
Member 기본 API
Reference branch :feature/member-api
-
| --- | --- |
| Bugzilla Link | [501465](https://bugs.eclipse.org/bugs/show_bug.cgi?id=501465) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 15, 2016 03:21 EDT |
| Modified | Nov…
-
## 📚 Documentation
We need an example in the documentation of how to work with inherited entities.
There are two Entities in the same table.
How do I make `FilterableUnpagedRelation` with a co…
-
```
UseCase
├── ConfirmUser
│ ├─ ConfirmUserCommand.php
│ └─ ConfirmUserHandler.php
└── RegisterUser
├─ RegisterUserCommand.php
└─ RegisterUserHandler.php
```
This change sh…
-
The project I'm using mathnet spatial for uses json for serialization instead of xml.
It isn't ideal that my project takes on an xml dependency that is never used.
Can serialization be broken out int…
JKSnd updated
6 years ago
-
Following the link to POCO's definition we see that they should include only props/fields and no methods. In this article we see that domain model classes should be POCOs. Isn't that the definition of…
-
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When run the 3rd party application with the latest .NET 9 build, there is no 400 - bad reques…