External Libraries -MANAGE ENDPOINTS in our Micro services Project (Not Class Library)

 

Open Manage Nuget Packages

Install following Package here  (To be used for Endpoint)

  • Carter
    • Carter is a library that extends the capabilities of ASP.Net core minimal APIs.
      It provides a more structured way to organize our endpoints and simplify the creation of the Http request handlers.
    • Carter is a framework that is a thin layer of extension methods and functionality over the age With.net core, allowing code to be more explicit and more importantly, more enjoyable.
    • So Carter is especially beneficial in minimal APIs, which were introduced in the ASP.Net core six and further improved in the ASP.Net core 8 for simplifying the development of the minimal API endpoints.
      https://github.com/CarterCommunity/Carter

 


Related Question