c# - Web API for .Net 3.5 SP1? -
is web api available .net 3.5 sp1? sp1 include system.web.routing assembly guess should available sp1 too. downloaded web api from:
http://wcf.codeplex.com/wikipage?title=wcf%20http
and downloaded "preview 1" (the oldest one) didn't managed compile source. stuck in .net sp1 in 1 project , need api. has managed use web api in 3.5 sp1 project? or rely on using wcf webhttpbinding only?
webapi requires .net 4. can't use on .net 3.5 (sp1 or not).
you can't use preview releases production code don't have "go-live" license, if work, wouldn't legal. need use @ least asp.net webapi beta go-live license.
Comments
Post a Comment