Is there a .net 4/Visual Studio 2010 version of the Atom Publishing Template
For .net 3.5/VS2008 there is the WCF Rest Starter Kit which includes Microsoft.ServiceModel.Web.dll which has classes like the AtomPubServiceBase class.
Since this is Preview 2 and was released more than a year ago, I wonder if Microsoft rolled it into .ne开发者_如何学Got 4 as an official component or if they abandoned it?
Is there a "Atom Publishing Service Starter Kit" for .net 4?
Ended up building my own solution, as there is none in .net 4 and the WCF Rest Starter Kit is abandoned.
精彩评论