.NET on Linux – bye, Windows 10
piotrgankiewicz.com
.NET on Linux – bye, Windows 10
1–10 of 290 posts
Re: .NET on Linux – bye, Windows 10
#2Re: .NET on Linux – bye, Windows 10
#3I still have to wait for sql server to be ported. But my day job as a c# dev is the only thing keeping me on windows at the moment.
Re: .NET on Linux – bye, Windows 10
#4I still have to wait for sql server to be ported. But my day job as a c# dev is the only thing keeping me on windows at the moment.
Re: .NET on Linux – bye, Windows 10
#5Re: .NET on Linux – bye, Windows 10
#6Can I have Paint.NET on Linux yet?
There are only some open-source libraries but they are very new.
Re: .NET on Linux – bye, Windows 10
#7Can I have Paint.NET on Linux yet?
GDI actually exists for Linux (at least for Mono), but it's not really something you want to use in production.
Windows Forms doesn't exist (yet). IIRC that's what paint.net uses, so you're out of luck.
Third party toolkits like GTK#, wx.NET or QtSharp will work on both OSes.
Re: .NET on Linux – bye, Windows 10
#8I still have to wait for sql server to be ported. But my day job as a c# dev is the only thing keeping me on windows at the moment.
Re: .NET on Linux – bye, Windows 10
#9Re: .NET on Linux – bye, Windows 10
#10I still have to wait for sql server to be ported. But my day job as a c# dev is the only thing keeping me on windows at the moment.
Good point, however, you could always try to run the SQL Server remotely or on VM for the development purposes.