Is WF4.0 is integrated to WCF ?
B
Correct answer
Explanation
WF 4.0 and WCF are distinct .NET technologies that can work together but are not integrated into a single framework. WF handles workflow orchestration while WCF handles service communication. They can be used together (e.g., WF workflows can call WCF services), but they remain separate technologies.