简体   繁体   中英

C# compiler in .net core

I have a question here (may be dumb question).

I am planning to buy a linux server and I am sure by default .net framework will not be installed on it like window. I have some APIs written in .net Core (C#) and so I will be installing only .net core framework on my sever.

So the question is here when i will deploy my APIs, will it work only with .net core framework or it have some dependency on .net framework and i need to install the .net framework?

Thanks, Susheel Rawat

If you will be running the .Net core via kestrel server, you won't be having any dependency on .Net framework for execution.

More details on https://stackify.com/what-is-kestrel-web-server/

Net Core is “bundled” so it runs isolated anyway.. Go with the new Net Core and you'll be fine. It has no dependencies in Net Framework

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