im coming from unix / server / c++ /java background with no GUI experience
i need to build windows GUI application , i need to build it fast i was told that
the .net family is the exact thing for such job .
but there is VB.net and c# what should i choose what is faster and better for such job ?
what will be easier for none teachi user to install and for me to deploy the end product
im coming from unix / server / c++ /java background with no GUI experience
Share
In terms of what is available, they are exactly the same.
That said, if you come from a C++/Java background, I would recommend C# as there will be a much smaller learning curve, you won’t need to learn a whole new syntax.
As far as deployment goes, .NET applications with OneClick (if appropriate) is very easy for non-technical users to use. It boils down to “go to my website and click the install button”. From the developers point of view, it’s usually not much more difficult than that too. Visual Studio has options for making traditional installation packages too.