InfoQ Homepage WCF Data services Content on InfoQ
News
RSS Feed-
Microsoft Adds Cross-Platform Support for Azure Relay Hybrid Connections
Microsoft recently announced that their Azure Relay Hybrid Connections service has reached General Availability. The Azure Relay Hybrid Connections service, which is WebSocket-based, complements the existing Azure Service Bus Relay offering which is now being referred to as WCF Relays.
-
ASP.NET Web API Gets OData v4.0 Support, WCF Will Not
ASP.NET Web API 2.2 for OData v4.0 are now available as nightly builds. The team also released OData core libraries version 6.1 on nuget with several bug fixes and new features, especially increased support for OData v4 spec. However, the MS team suggested that WCF will not get OData v4 specific features.
-
WCF Data Services 5.6.0 Adds Entity Framework 6 Support
The recently released WCF Data Services 5.6.0 provides support for Entity Framework 6 and provides an option either to upgrade or create nww OData services to target EF 6.
-
ODataUriParser Now Supports $select and $expand
The ODataUriParser, part of WCF Data Services, can now parse $select and $expand expressions and produce matching abstract syntax trees.
-
WCF Data Services 5.4.0 Released with Client Hooks and Instance Annotations on Atom Payloads
Microsoft has announced the availability of WCF Data Services 5.4.0 release candidate with new features and several bug fixes.
-
WCF Data Services 5.3.0 with Instance Annotations and request URL
Microsoft has released WCF Data Services 5.3.0 with support for instance annotations in JSON payloads, modifying request URL in the OnStartProcessingRequest method including few bug fixes.
-
Getting Started with OData v3 and WCF Data Services 5.x
If you are building new web services with .NET then OData should be high on your list of frameworks to investigate, especially if you need to support unknown third parties. The technology inherently supports both SOAP and REST style messages with the latter offering ATOM (XML) and JSON representations. This means consumers can pretty much request whatever format is best for them.
-
WCF Data Services 5.2.0 with UriParser Support
Microsoft has announced the availability of WCF Data Services 5.2.0 with support for UriParser and fixes to several bugs.
-
Enums, Entity Framework And WCF Data Services
Enumerations have been supported in Entity Framework 5 – however Enums are not yet supported in WCF Data Services, which means you still need to handle them explicitly when writing OData services.