Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

WCF: How can I programmatically recreate these App.config values?

.net wcf wcf-binding

WCF TCP clients - basic guidelines on how to use them?

wcf tcp wcf-client

Single WCF channel performance vs multiple channels

c# wcf

WCF Self signed certificate is not trusted on the client

How to generate web service reference without INotifyPropertyChanged?

WCF service as a part of MVC application

VS 2015 : Could not load file or assembly 'System.Web.WebPages.Razor, Version=2.0.0.0

WCF Service Base Address Http and netTcp

.net net.tcp wcf

Does someone have an example of why I would self-host a WCF service

.net asp.net wcf

Could not establish secure channel for SSL/TLS for SOAP call

.net vb.net wcf soap ssl

Reporting Services LocalReport and WIF

wcf reporting service wif

Host WCF application without UAC/admin privilege

c# wcf

Array vs List for interoperability purposes with WCF

arrays wcf list

Enable WCF Service to use with JSON

c# .net json wcf

relative url in wcf service binding

.net wcf silverlight

Can WCF self hosted applications create ServiceHosts automatically using the app.config?

wcf

Design pattern / C# trick for repeated bit of code

c# asp.net .net wcf logging

WCF per connection server certificate validation

c# wcf ssl

How many ServiceContracts can a WCF service have?

wcf web-services

why is it recommended to define service contract as an interface

wcf interface