Sunday, May 5, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4749  / 2 Years ago, wed, march 2, 2022, 9:30:06

How can i create and run visual basic projects in ubuntu.
After creating them in ubuntu would it be able to run in windows (visual studio).
If there is a way then plz suggest me and software for it.


More From » application-development

 Answers
3

You can use MonoDevelop to develop .net applications on linux.


If you only use libraries available cross platform then the built binaries will run on both windows and linux. Provided you are careful about new line characters(use Enviroment.NewLine) and path seperaters (use Path.Combine)


MonoDevelop does have some vb.net support, but the c# support is much better, (in some cases better then visual studio). If you are serious about cross platform .net then you should consider using c# rather then vb.net.


This is what I have done for my project Wide Margin which uses c# and runs on linux and windows.


[#29327] Thursday, March 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hergy

Total Points: 64
Total Questions: 115
Total Answers: 109

Location: Saint Helena
Member since Tue, Nov 3, 2020
4 Years ago
;