Alex

Results 7 comments of Alex

https://devblogs.microsoft.com/dotnet/upgrading-a-wcf-service-to-dotnet-6/

but totally agree that CoreWCF.ConfigurationManager would benefit from small example with re-using wcf.config.

you can try https://docs.aws.amazon.com/portingassistant/latest/userguide/porting-assistant-vs-ide.html which automatically port to net 6.0 with CoreWCF

If you want to stay on 4.7 then you don't need CoreWCF :)

Actually, I would be interested to see how would you approach to stop leaking of data layer entities into presentation layer. So, pretty much how would you aggregated roots in...

Thank you for a quick answer. Interesting how easy to expose any internal object. I looked into source code, but can't see which part is actually producing proxy client? Best...