Alex

Results 10 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...

> > Hi, Can you use Translate and update this into English. > > When the `BulkUpdateAsync` method is called, an error message "The MERGE statement attempted to update or...

trying migrate CoreWCF Template to use Host.CreateApplicationBuilder instead of deprecated Microsoft.AspNetCore package, getting the following error: System.InvalidOperationException: 'WebHost required for the CoreWCF service configuration. Use IApplicationBuilder.UseServiceModel instead.' Any workarounds?