How do i Develop Asp.Net web application in ubantu ? Is there any process?
For further actions, you may consider blocking this person and/or reporting abuse
How do i Develop Asp.Net web application in ubantu ? Is there any process?
For further actions, you may consider blocking this person and/or reporting abuse
DotNet Full Stack Dev -
Argho Dev -
Sukhpinder Singh -
Dhimas Kirana -
Top comments (1)
You can develop Console or ASP.NET Core application in Ubuntu the same way how you would do in Windows. Including, you can develop it in Windows and publish to Ubuntu, considering you are using .NET Core 3.1 or .NET 5+
The deployment/hosting process is a bit complex, you might try to Google any recent (maybe easier approaches).
Install .NET on Ubuntu docs.microsoft.com/en-us/dotnet/co...
Create an application
Deploy docs.microsoft.com/en-us/aspnet/co..., or if using Apache docs.microsoft.com/en-us/aspnet/co...
If you have got only Linux, considering you have got some GUI, you can install Visual Studio Code IDE (cross platform), which is very good tool to develop cross platform .NET applications.
I couldn't find any most recent tutorial, only this old one from 2021 chrisdevcode.hashnode.dev/cdotnet-...