Skip to content

Instantly share code, notes, and snippets.

View seesharper's full-sized avatar
🏠
Working from home

Bernhard Richter seesharper

🏠
Working from home
View GitHub Profile
@seesharper
seesharper / AppStart,cs
Created May 15, 2013 13:43
Use VirtualPathProvider to feed virtual .svc files to WCF
using System.ServiceModel.Activation;
using System.Web.Hosting;
using System.Web.Routing;
namespace WcfService1.App_Code
{
public static class AppStart
{
public static void AppInitialize()