|
-
Feb 6th, 2006, 04:02 PM
#1
Thread Starter
New Member
VB.net or C#.net
Hello,
I am wondering what the basic reasons for choosing one language over another, specifically vb.net or c#.net. Can someone tell me what one has that the other doesn't. I have made some usable apps in vb.net, and explored c#, but I am just wondering why I would make an app in c# if vb does the same thing.
I am not looking for why one is better than the other or to start a flame war just advantages, etc.
Apologies if this has been covered to death.
j
-
Feb 6th, 2006, 04:07 PM
#2
Re: VB.net or C#.net
Bottom line - presonal preference....
-tg
-
Feb 6th, 2006, 04:10 PM
#3
Thread Starter
New Member
Re: VB.net or C#.net
Do you mind expanding a little, I do know what you mean but for which lang?
I prefer to use vb since I have been using that lang for many many years. Same for you??
-
Feb 6th, 2006, 04:31 PM
#4
Re: VB.net or C#.net
The two are basically fraternal twins. They use the same type of objects and have the same kind of structure. One just has a different syntax than the other. One thing that C# has that I hear often is the ability to use pointers, which VB.NET does not have... (although I haven't ever used pointers before, so I cannot give advice as to what they are and what the uses are ) That is why "preference" was stated, as it is really just a matter as to what syntax you prefer to program in.
For me, I love how verbose vb.net is, and how easily the code is to read and understand (almost self-documenting, as you can understand what is going on by just reading the code and methods), thus, I use it over C#.
Last edited by gigemboy; Feb 6th, 2006 at 04:34 PM.
-
Feb 6th, 2006, 05:16 PM
#5
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Feb 7th, 2006, 08:13 AM
#6
Thread Starter
New Member
Re: VB.net or C#.net
thanks for the repsonses and links, I'll probably just stick with vb for now.
Another question, is it worth the upgrade to vb.net 2005? I am using vb.net 2003 without any problems, so I should probably just stick with it.
Thanks again.
-
Feb 7th, 2006, 08:18 AM
#7
Re: VB.net or C#.net
 Originally Posted by jonabyte
thanks for the repsonses and links, I'll probably just stick with vb for now.
Another question, is it worth the upgrade to vb.net 2005? I am using vb.net 2003 without any problems, so I should probably just stick with it.
Thanks again.
Upgrading for the sake of upgrading isn't always advisable, but if you are going to get some bang for your buck, the upgrading makes sense.
This is a difficult question to answer because I don't know what your particular needs are. My suggestion would be to research VS2005 (Lord knows there is enough information on it out there), and make a determination as to whether you would benefit from upgrading. There may be features of 2005, that are not in 2003, that you would find very useful. On the other hand, there may not be.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|