What NEW features has WCF in .NET Framework 4 vs .NET Framework 3.5?
Asked Answered
H

3

8

What NEW features has WCF in .NET Framework 4 vs .NET Framework 3.5? What Is new, what was fixed (in general - I do not want to get into bug fixed numbers=)?

Histolysis answered 17/4, 2010 at 0:59 Comment(0)
D
8

Nicholas Allen has an "alternative" list of what's new features:

  • 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

See: http://blogs.msdn.com/drnick/archive/2009/08/14/what-s-new-in-wcf-4-alternative-list.aspx

Those sum up quite nicely what's been improved.

Also Santosh Benjamin has a blog post with links to a series of blog posts by Christian Weyer which extensively covers the new things in WCF 4.

Diopside answered 17/4, 2010 at 8:2 Comment(2)
what do you mean by "Simple byte stream encoding"?Histolysis
I don't mean anything - this is Nicholas Allen's list of features :-) Check out Aaron Skonnard's article on MSDN (Andrew provided a link) - towards the end, there's a section on "ByteStreamMessageEncodingBindingElement" - that's probably what Nicholas Allen referred toDiopside
A
1

MS.NET introduced many new features for C#.net 4.0,Asp.Net 4.0 and WCF. Please navigate the below links to read more about the features. New features of C#.NET 4.0 : http://www.dotnetspider.com/resources/43540-C-NET-new-features.aspx ASP.NET 4.0 Neaw Features: http://www.dotnetspider.com/resources/43538-New-features-ASP-NET.aspx

Althorn answered 13/2, 2012 at 9:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.