Comment on Ask HN: Why is .NET never talked about as an option for solo/small team dev?parentComments−bags431yIt is not 2015 anymore.is not-Windows your dev environment?Rider & VS Code.do you plan to use another db than SQL Server?PostgreSQL and SQLite are working great.do you plan to deploy with containers?Did you try .net 8.do you plan to deploy outside of Azure?All big cloud providers have their own docs for .NET−homarp1yyes, I know it is not 2015. .net runs everywhere.Just that, by default, it is assumed you run windows e.g. https://learn.microsoft.com/en-us/dotnet/core/docker/build-c... windows first, linux alt. no macosat the bottom, 'container tools for Visual Studio'Take all the video from https://devblogs.microsoft.com/dotnet/learn-dotnet8-beginner... how many are not using Windows?You can use .net elsewhere. Just that it is on you to 'fix' the difference when they happen.it is ok. Others languages might have a windows-second bias.
Comments
It is not 2015 anymore.
Rider & VS Code.
PostgreSQL and SQLite are working great.
Did you try .net 8.
All big cloud providers have their own docs for .NET
yes, I know it is not 2015. .net runs everywhere.
Just that, by default, it is assumed you run windows e.g. https://learn.microsoft.com/en-us/dotnet/core/docker/build-c... windows first, linux alt. no macos
at the bottom, 'container tools for Visual Studio'
Take all the video from https://devblogs.microsoft.com/dotnet/learn-dotnet8-beginner... how many are not using Windows?
You can use .net elsewhere. Just that it is on you to 'fix' the difference when they happen.
it is ok. Others languages might have a windows-second bias.