Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WCF 4.0 new enhancements over WCF 3.5

Tags:

.net

wcf

What are the new enhancements in WCF 4.0 and how easy would it be to upgrade existing WCF services to 4.0?

like image 340
chugh97 Avatar asked Mar 25 '10 10:03

chugh97


1 Answers

  • Simplified configuration
  • Standard endpoints
  • IIS hosting without an SVC file
  • Discovery
  • Routing service (previously included with Dublin)
  • REST caching and help page
  • Workflow services
  • Non-destructive queue receive
  • Simple byte stream encoding
  • ETW tracing
like image 147
sankarganesh Avatar answered Oct 29 '22 15:10

sankarganesh