Hacker News new | ask | show | jobs
by kapuru 3325 days ago
Any .NET MVC developers here? I always wanted to learn ASP MVC, but never did because I was scared of the deployment situation on Linux. Has anything changed in that regard? Would you say deploying a .NET web app works almost as smooth on Linux as let's say a node.js app?
1 comments

I've deployed some webapi projects using docker. Very straightforward. I assume it should work nice if deployed directly.