News

ASP.NET Web API is a solid communications framework, and many applications can benefit from breaking free of IIS by including an embedded ASP.NET Web API server.
Take advantage of authentication and authorization, API keys, rate limiting, CORS, API versioning, and other recommended practices to build secure and robust APIs in ASP.NET Core.
We’ll use this ASP.NET Core Web API project to implement an API gateway with YARP in the sections below. Specifically, we’ll create a microservices-based application that comprises an API ...
ASP.NET Core lets you bundle up business functionality along with its related UI into a view component that you can reuse in throughout your application.
In this article, we will investigate testing your ASP.NET Core 2.0 Web API solutions. We will look at internal testing with Unit Testing and externally testing your solution with a new testing ...
Key Takeaways Multiple Angular applications can be integrated into an ASP.NET web site Packaging Angular code as Web Components is a good way to bootstrap an Angular application Web Components ...