简体   繁体   中英

Consume ASP.NET Web Api 2 (not Core) in Ubuntu for my Angular project

I have an existing local ASP.NET API in my Windows. I want to consume that API in Ubuntu for my Angular project (I explicitly want to use Ubuntu and NOT Windows for my Angular project).
Is there any way I can achieve this?
I know it can be done if the API is developed in .NET CORE.

yes, you can do it. Follow the steps below

  1. install dotnet core sdk for linux ubuntu
  2. install vs code and install extention c# to help you run or use the command line in terminal

https://dotnet.microsoft.com/download/dotnet-core/3.0 https://www.tutorialsteacher.com/core/net-core-command-line-interface

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM