blog.rbipin.comManipulate response in web api in .net Core MVC Pipeline - Solution 3Welcome to part 3 of the series, you can read the previous parts here 1 & 2. If you have already read the previous part and know the problem we are trying to solve, please skip the next two paragraphs. A quick recap of the problem of what I'm trying ...May 24, 2022·3 min read
blog.rbipin.comManipulate response in web api in .net Core MVC Pipeline - Solution 2Welcome to the part 2 the problem. A quick recap of the problem of what I'm trying to solve here, I have a web api that has two different endpoints that needs to serve the same data but with minor difference. Here I would be discussing about my seco...May 24, 2022·3 min read
blog.rbipin.comManipulate response in web api in .net Core MVC Pipeline - Solution 1I ran into a problem where I had a web api and the endpoints had to serve data in XML format for two different vendors. The result of both the endpoints is the same object and data but with some minor differences like namespaces. I didn't want to go...May 16, 2022·3 min read