New Feature in wcf 4.5

Simplified Generated Configuration files, generated configuration file on client will only have non-default binding configuration. more…
Validating WCF Configuration is now part of v4.5. While compiling if there are some validation errors with configuration file, it will be displayed as warnings in Visual Studio. more…
WCF 4.5 support for Task-based Asynchronous programming model.
Contract First Development is now supported. Only contract will be generated in service.cs, if we use SvcUtil.exe with “/ServiceContract” switch while generating proxy.
ASP.NET Compatibility Mode changed to enable WCF service to participate in ASP.NET Pipeline just like ASMX services.
Tooltip and intellisense support in Configuration files. more…
XmlDictionaryReaderQuotas default values has been changed.
v4.5 allows to create an endpoint that supports Multiple Authentication Types.
Automatic HTTPS endpoints in IIS.
Improvements in Streaming, support for real asynchronous streaming, no blockage of one thread per client as with previous versions.
Support for UDP transport, using UDP one way messages are very fast.
BasicHttpsBinding, new security configuration option.
In order to have bidirectional communication with better performance like TCP, WebSocket is the right choice. WCF v4.5 introduces NetHttpBinding and NetHttpsBinding bindings for supporting WebSockets.
Single WSDL Document, now we can create WSDL information in one file. more…

You Might Also Like

Leave a Reply