Page 2 of 3 [ 35 posts ]  Go to page Previous  1, 2, 3  Next

TallyMan
Veteran
Veteran

User avatar

Joined: 30 Mar 2008
Gender: Male
Posts: 40,061

08 Aug 2012, 5:01 pm

MyFutureSelfnMe wrote:
Probably C#, which is incidentally also the most commonly used one. Relative to C++, there are things I think are ridiculous about C#, but it's better than VB.


As C# and VB both compile using the same common runtime I see little to chose between them. Even the function calls are to the same code, the only difference is the syntax in how they are called C# vs VB. I've developed software in around 20 languages over the last 30 years. I currently use VB because it is convenient and fast to create applications. If the code is well written and appropriately commented / documented maintenance is a non-issue.



WillMcC
Veteran
Veteran

User avatar

Joined: 16 Mar 2007
Age: 40
Gender: Male
Posts: 546
Location: Florida

08 Aug 2012, 6:14 pm

I started programming with classic VB when I was about 11 (this was the age of Windows 3.1, long before .NET came along). With VB.NET, VB was brought up to par with other languages in functionality, and I continued to use it for many years. More recently, I switched to using C# exclusively because it was what everyone else in the office used, and have not gone back. The only downside is when I go back to work on my old VB code - I have to fight the urge to insert curly braces and end every statement with a semicolon;


_________________
"Tongue tied and twisted, just an earth-bound misfit, I" - Pink Floyd
(and then the tower cleared me for take off)


Jtuk
Veteran
Veteran

User avatar

Joined: 21 Jan 2012
Age: 45
Gender: Male
Posts: 732
Location: Wales, UK

08 Aug 2012, 6:26 pm

You should check out LightSwitch it's a fun new application development environment from Microsoft. It's about as straightforward to use as Access. More info and a trial here: http://www.microsoft.com/visualstudio/en-us/lightswitch

Jason



Robdemanc
Veteran
Veteran

User avatar

Joined: 30 May 2010
Age: 47
Gender: Male
Posts: 2,872
Location: England

09 Aug 2012, 1:59 am

TallyMan wrote:
MyFutureSelfnMe wrote:
Probably C#, which is incidentally also the most commonly used one. Relative to C++, there are things I think are ridiculous about C#, but it's better than VB.


As C# and VB both compile using the same common runtime I see little to chose between them. Even the function calls are to the same code, the only difference is the syntax in how they are called C# vs VB. I've developed software in around 20 languages over the last 30 years. I currently use VB because it is convenient and fast to create applications. If the code is well written and appropriately commented / documented maintenance is a non-issue.


I think I agree, C# and VB are so similar they may as well be the same.



MyFutureSelfnMe
Veteran
Veteran

User avatar

Joined: 26 Feb 2010
Age: 44
Gender: Male
Posts: 1,385

09 Aug 2012, 6:21 am

Fair enough - I'm much more comfortable with the C# syntax but I don't really disagree with you either