benmccallum / CoreWcf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoreWeb

Build status

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, so add the web.config changes as described using

<add name="crossOriginResourceSharingBehavior" type="CoreWcf.Behaviors.EnableCrossOriginResourceSharingBehavior, CoreWcf" />

as the new behaviour.

About

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

License:MIT License


Languages

Language:C# 44.9%Language:ASP 34.8%Language:CSS 19.9%Language:JavaScript 0.4%Language:Batchfile 0.1%