Home ยป asp.net

asp.net

Sitecore and WebApi Living in Harmony

We all seem to love WebApi. On the Microsoft technology stack, it is probably the most well-conceived method of building a REST-like web service. If you are building a Sitecore website, though, you may have a problem. Sitecore takes over most of the ASP.NET request cycle, which poses a problem for other ASP.NET technologies, including WebApi. That is not the end of the story, though!

If you would rather just skip all of the boring explanation stuff, then go install this Nuget package in your web project and get off my back!
Read More »Sitecore and WebApi Living in Harmony