你的位置: 码友网首页 / 资讯源列表 / ASP.NET Core Web API: Plugin Controllers and Services

关于[ASP.NET Core Web API: Plugin Controllers and Services]的摘要:

A concise guide on how to implement plugin controllers and share services between the ASP.NET Web API application and the plugin. I find that maintaining an enterprise level web API tends to result in a large monolithic application, particularly in older technologies such as Microsoft's MVC framework. Microservices provide a nice solution to compartmentalize stand-alone services but I notice that this results in numerous discrete repos, adds complexity to automated deployment, involves IIS configurations, and if global policies are changed (security, logging, database connections, etc), every microservice needs to be touched.

原文地址: https://www.codeproject.com/Articles/5321450/ASP-NET-Core-Web-API-Plugin-Controllers-and-Servic

收录时间: 2022-01-04 浏览量: 1111 分类: ASP.NET

| 0 收藏 | 0