Which WCF configuration approach is smarter?
问题 Im reading 2 books about WCf and one of them is showing Configuration as App.Config and the other is showing via Code in C# I want to know which approach should i use and what are the benefits for each other. Does the Wcf Configuration Wizard supports also the c# code behind configuration ? thanks for the answers. 回答1: I guess it depends on your needs. I personally tend to configure wcf with code, especially for things that are unlikely to ever change. That might include error handlers/logger