Showing results for WCF - Developer Support

Aug 21, 2019
0
0

gRPC + ASP.NET Core as a Migration Path for WCFs in .NET Core

Developer Support Developer Support

The intended audience for this blog post is one who wants to migrate from the full .Net Framework to .NET Core and has a large library of WCFs, now considered technical debt. This post will attempt to at least partially answer the question: How difficult will it be to migrate my current code base of WCFs to gRPC in .NET Core?

Team.NET CoreWCF
Oct 28, 2017
0
0

My experiment and observation on Service Fabric Communication Stacks

Developer Support Developer Support

This post is provided by Senior App Dev Manager, Vishal Saroopchand who asks the question, “How do you decide what Communications Stack to use in your Service Fabric applications?” How do you decide what Communication Stack (Remoting, WCF, Custom Implementation) to use in your Service Fabric applications? Do you know how each ...

TeamService FabricWCF
Sep 30, 2008
0
0

GZip encoder for Compact WCF

Andrew Arnott Andrew Arnott

The GZip encoder is not included in NetCF as it is on the desktop WCF, but it isn't hard to build yourself and in fact we have released a sample of exactly how to add your own GZip encoder to NetCF: http://go.microsoft.com/fwlink/?LinkId=108652 So many people have asked me for it lately I thought I'd better just post the link.  Have fun...

andarno.NETMobile devices
Jan 18, 2008
0
0

Using the XmlSerializer as an XmlObjectSerializer with WCF

Andrew Arnott Andrew Arnott

The Windows Communication Foundation introduced the new DataContractSerializer to replace the XmlSerializer in many scenarios.  The DataContractSerializer is faster than the XmlSerializer, but has certain limitations.  For example it does not support serializing an object's members as XML attributes.  When you write a WCF client that calls a ...

andarnoMobile devicesNetCF
Dec 10, 2007
0
0

.NET Compact Framework 3.5 Power Toys RTW

Andrew Arnott Andrew Arnott

The .NET Compact Framework 3.5 Power Toys have been released.  You can download them from here.Tools included in this package: Remote Performance Monitor and GC Heap Viewer – Provides real time counter data (ranging from Garbage Collector activity to type loading info) on a running NETCF application. The GC Heap Viewer feature allows ...

andarnoMobile devicesNetCF
Nov 19, 2007
0
0

Why .NET Compact Framework fails to call some HTTPS web servers

Andrew Arnott Andrew Arnott

A bug was discovered recently in the .NET Compact Framework version 2.0 (SP2 and earlier) and 3.5 that causes HttpWebRequest's directed at some HTTPS servers to fail with this error: (for web services) System.Net.WebException: Unable to read data from the transport connection. ---> System.Net.Sockets.SocketException: Unknown error (0x0). &...

andarnoMobile devicesNetCF
Oct 29, 2007
0
0

What do you think of the new WCF ‘Store and forward’ Mail Transport?

Andrew Arnott Andrew Arnott

With the .NET Compact Framework 3.5 release which comes with Visual Studio 2008, a new Windows Communication Foundation transport is introduced that uses email as the communication mechanism. Others have already blogged about this new transport including Roman Batoukov and David Kline. I'd like to take a poll of the audience to see how you ...

andarno.NETMobile devices
Sep 12, 2007
0
0

Calling WCF services from NetCF 3.5 using Compact WCF and NetCFSvcUtil.exe

Andrew Arnott Andrew Arnott

The .NET Compact Framework 3.5 adds a subset of the Windows Communication Foundation (WCF or "Indigo") to smart devices, allowing them to communicate with desktop WCF components with all the flexibility of multiple, interchangeable service bindings and endpoints.  Although it ships out of the box only with support for message-level ...

andarno.NETMobile devices
Sep 12, 2007
0
0

Power Toys for .NET Compact Framework 3.5 CTP released

Andrew Arnott Andrew Arnott

The .NET Compact Framework team just released the Consumer Technology Preview (CTP) of the Power Toys for .NET Compact Framework 3.5.  These Power Toys are tools to help you build, debug and optimizie your NetCF 3.5 applications.  My personal favorite is the NetCF ServiceModel Metadata Tool (NetCFSvcUtil.exe) which allows NetCF clients...

andarno.NETMobile devices
Aug 20, 2007
0
0

The WCF subset supported by NetCF

Andrew Arnott Andrew Arnott

[Updated: 21Nov07 to clarify that custom headers are supported, but not in NetCFSvcUtil proxy generation] [Updated: 27Aug07 to correct Gzip sample, and clarify on transports & extensibility] [Updated: 23Aug07 to add SecurityAlgorithmSuite enumerable]Many people have been asking about what subset of .NET 3.0's Windows Communication ...

andarnoMobile devicesNetCF

Feedback