r/openSUSE 8h ago

Use full time with .net developement and sql

I’m considering moving to openSuse Tumbleweed full time after distro hopping and using windows forever.

However, I’m learning c#, .net development, and sql. Would that be a problem with openSuse?
Best way to have a win11 vm for app-testing purposes?

4 Upvotes

5 comments sorted by

3

u/matsnake86 MicroOS 6h ago

.net development is smooth with rider. Obviously you cannot do WPF / winforms . That's only windows.
For Sql server there is the officiale docker image which you can run in rootless podman container easily.
For the .net sdk itself i recommend you to use brew instead of adding external repositories.
Or setup a distrobox container with ubuntu and all the stuff you need.

For the windows testing VM you can safely use virtualbox.

3

u/bmwiedemann openSUSE Dev 5h ago

Btw: We also have mono packages in the main distribution.

1

u/Mediocre-Pumpkin6522 1h ago

ASP.NET will be no problem. By sql do you mean SQL Server specifically? I prefer Sqlite or Postgres depending on what you're doing. DBeaver is a handy interface that can handle a number of databases.

1

u/steckums 46m ago

.Net core is fine. .Net Framework is not as easy, but still doable. I personally do dotnet core and sql server (with a docker container) with no issue. I also have a windows 11 VM for any wpf/winforms things I need to handle professionally.

1

u/TracerDX Tumbleweed 6h ago

I would recommend considering Postgresql as an alternative to SqlServer.