1. Simplified Configuration - In each .NET release you can see some rich developer experience and better tool support. With .NET 4.0, support for default endpoint, behavior and bindings. If you didn't metnion anything about configuration settings for a particular service, the WCF runtime automatically configures your service with some standard endpoints and default binding/behavior configurations. Hence for beginers, they can make a WCF service up and running with minimal code!
2. Discovery - Support for WS-Discover protocol which support for both ad-hoc and managed service discovery behaviors.
3. Routing Service - New Routing Service call using which one can implement the required routing features in their services with out writing any custom code.
4. Few REST releated enhanchments.
5. Now Support for implementing declarative long-running workflow services
No comments:
Post a Comment