|
-
Dec 11th, 2006, 10:39 PM
#1
Thread Starter
Hyperactive Member
vb.net vs. c#
which is better vb.net or c#?
-
Dec 11th, 2006, 10:45 PM
#2
Re: vb.net vs. c#
C# or C#.net?
Also, better for what?
-
Dec 11th, 2006, 10:52 PM
#3
Re: vb.net vs. c#
For what it's worth:
in the .Net framework language is irrelevant since they all based on the CLR (common language runtime).
It's all about which syntax you are more familiar with...
-
Dec 11th, 2006, 10:55 PM
#4
Thread Starter
Hyperactive Member
Re: vb.net vs. c#.net
what i mean is vb.net vs. c#.net?
-
Dec 11th, 2006, 11:01 PM
#5
Re: vb.net vs. c#
I answered already.
-
Dec 11th, 2006, 11:10 PM
#6
Re: vb.net vs. c#
Moved
Its just a matter of which "front end" you want to use as posted, they both run on the same exact framework.
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 
-
Dec 12th, 2006, 02:22 AM
#7
Re: vb.net vs. c#
 Originally Posted by DigiRev
C# or C#.net?
Also, better for what?
There's only one C#.
Also, there is a little more to it than just what front end you prefer. There is far less of a difference between VB.NET and C# than there used to be between Microsoft's two primary languages, VB6 and C++. The commonality created by multiple languages using the one Framework means there is a lot of similarity and overlap between all .NET langauges. VB.NET is still aimed more towards the low end and C# towards the high end.
The VB.NET syntax is intended to be more readable to non-technical people. Also the language and IDE provide various features to automate certain tasks that would require writing code in C#, like single-instance applications and spalsh screens.
C# provides some powerful features that VB.NET doesn't, most notably support for pointers.
If all the world's .NET developers were spread out on a scale from zero to 100, with zero being the least able and 100 being the most able, I'd say that VB.NET covers from zero to 90, while C# covers from 10 to 100.
If you have no programming experience and are just intending to mess around then I'd suggest VB.NET. If you want or need as much power as possible then I'd suggest C#. If you're somewhere in the middle then I'd suggest either or both.
-
Dec 12th, 2006, 02:33 AM
#8
Re: vb.net vs. c#
There is more then one and more then one for a reason. You need to use the best tool (language) for the project/job. You can do everything in either language, just depends on how much code you want to write and how hard you want to work. Where there is a will there is a way to come up with supplemental workarounds that basically equate the .NET languages (except J# since its relativetitly new and under developed).
If there was only one language, then it would be a sad day for all .NET programmers.
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 
-
Dec 12th, 2006, 02:40 AM
#9
Re: vb.net vs. c#
As JMC Say about the c#.NET then what is better that the shift all the work in the C#.NET or if you are working in the VB.NET then it is enough for you??
-
Dec 12th, 2006, 04:45 AM
#10
Re: vb.net vs. c#
No, it depends on your project, budget, and timeline. Like I posted its best to use the proper tool for the job.
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 
-
Dec 12th, 2006, 04:58 AM
#11
Re: vb.net vs. c#
In addition, this is a topic that has been discussed, but not apparently to death. Which means that you will find several very useful discussions if you do a search on it in these forums.
-
Dec 12th, 2006, 08:44 AM
#12
Addicted Member
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
|