Dotnet tutorial

A tutorial on how to install dotnet-sdk-6.0 or dotnet-sdk-7.0 including all relevant packages&dependencies would be nice.
Currently there is,



But it's all not so clear. A port would be nice.
 
Yes, would be great to be able to do .NET development, including running SQL Server for Linux using the Linuxulator, if it's even possible 👍
 
I've gotten sec's working in the past, but lately just stick to their releases. The sdk and runtime both work just fine. Nuget packages that depend on native interop (e.g. the SQLite package) would need to be built separately for FreeBSD, but anything that is pure .NET works just fine.

I've got a backlog task coming up soon to build a minimal jail that will have only the dotnet runtime library and our application.

The issue to watch is https://github.com/dotnet/runtime/issues/14537
 
A tutorial on how to install dotnet-sdk-6.0 or dotnet-sdk-7.0 including all relevant packages&dependencies would be nice.
Currently there is,



But it's all not so clear. A port would be nice.
Besides the technical fact there might be some issues people do not think about.
Wrote some software in the past with c# as a frontend for the company dns ( named ). Worked well but as soon as one wants to create spreadsheets or other office kind of things you might need licenses. It is not that open as it looks.
 
A tutorial on how to install dotnet-sdk-6.0 or dotnet-sdk-7.0 including all relevant packages&dependencies would be nice.
Currently there is,



But it's all not so clear. A port would be nice.

 
Back
Top