Found an interesting crash in VS2015. I reported it on the MSDN forums. Essentially, devenv.exe itself actually instantiates WCF singletons in your solution. It does so even if they aren’t being hosted by your startup project(s), in fact even if they are in projects not even referenced by your startup projects. And, if devenv.exe’s constructing of …
For those into WCF, Juval Löwy’s 4th edition of Programming WCF Services is out, including coverage of the Azure Service Fabric. To those of us who have taken classes with IDesign, this is an important book that helps make a challenging yet powerful framework approachable. Many teams realize all too late that some of the infrastructure features …