Well, for one thing, it is not accompanied by the handy list of breaking changes to which we have become accustomed, so here is my own incomplete tally of the important things:
<
<behavior name="MyServiceBehavior">
<serviceDebug includeExceptionDetailInFaults="true"/>
</behavior>
</serviceBehaviors>
<endpointBehaviors>
<behavior name="MyEndpointBehavior">
<clientCredentials>
...
</clientCredentials>
</endpointBehaviors>
</behaviors>
name="Microsoft.ServiceModel.Samples.CustomPeerResolverService">
<host>
<baseAddresses>
<add baseAddress="net.tcp://localhost:8089/School/"/>
</baseAddresses>
</host>
<endpoint
address="PeerResolver"
binding="netTcpBinding"
contract="Microsoft.ServiceModel.Samples.IPeerResolver" />
</service>