Difference between .net web API and micros service ?
When should we choose micro service over web API and why
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satya KarkiPosted Mar 21, 2021, 12:25 PM
geetha geethaPosted Nov 2, 2021, 2:25 PM
Sachin SinghPosted Mar 21, 2021, 4:29 PM
Jignesh KumarPosted Mar 20, 2021, 3:00 AM
Mario ScheerenPosted Mar 19, 2021, 6:33 PM
Rajeesh MenothPosted Mar 19, 2021, 6:14 PM
Microservices are an architectural style for web applications, where the functionality is divided up across small web services.
whereas
APIs are the frameworks through which developers can interact with a web application.