PreviousNext

5 Tips for Building an API in ASP.NET Core

by bill-s, 2017-01-07T20:52:39.000Z

These days users expect a fluid, app-like experience on the internet. Thus, the new web is being built with APIs and single-page frontends. This means it’s more important that ever to build APIs that are easy to use, reliable, and scalable. ASP.NET Core makes it easy to build great APIs, but there are a few tips we’ve picked up that can help make your APIs even stronger and more scalable.

Read More