Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benmccallum/corewcf

A library of goodies for ASP.NET WCF (client, CORS enabler, etc.).
https://github.com/benmccallum/corewcf

cors wcf wcf-client

Last synced: about 2 months ago
JSON representation

A library of goodies for ASP.NET WCF (client, CORS enabler, etc.).

Awesome Lists containing this project

README

        

CoreWeb
=======
[![Build status](https://ci.appveyor.com/api/projects/status/aq9spdajwtg8db5y/branch/master?svg=true)](https://ci.appveyor.com/project/benmccallum/corewcf/branch/master)

A library of core helpers, extensions, constants, enums and other useful things for .NET WCF projects.

## Get it on NuGet!

Install-Package CoreWcf


## Features
### Add CORS support to your services
The CoreWcf assembly contains all you need to add CORS support to WCF endpoints.
It contains the classes described [here](http://enable-cors.org/server_wcf.html), so add the web.config changes as described using

```

```

as the new behaviour.