I'm using grpc in the asp.net project with clean architecture, where should I put proto files and grpc services which layer, and which folder
Asked
Active
Viewed 742 times
1 Answers
2
When taking Clean Architecture (from Uncle Bob) very strict gRPC should be considered as a "framework" (technical detail) and so all code depending on it (including proto files) should be outside the domain/application layer and in the outer most layer.

plainionist
- 2,950
- 1
- 15
- 27