corteZz-1
Question about clean architecture
I read article about clean architecture (in microsoft docs) and I have question about validation. In the article said that Application layer must not have any dependencies from external libraries and frameworks. But I see examples projects on github which build within clean architecture and many projects use fluent validation library in Application layer. So I have confusion, if sense of this architecture make independence application (and domain) layers from frameworks - why people do this?
19 replies
❔ Error "System.NullReferenceException: "Object reference not set to an instance of an object.
Hi all, error "System.NullReferenceException: "Object reference not set to an instance of an object.". Please help me to understand what's wrong
Code: https://gist.github.com/1lchenko/85f8dff3673e667bfbad6ed9ebd93ce1
9 replies