Re: Back to VB6 and .NET
- From: Robert Conley <robertsconley@xxxxxxxxx>
- Date: Tue, 5 Feb 2008 07:25:10 -0800 (PST)
On Feb 5, 9:56 am, Tom Shelton
<tom_shel...@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
On 2008-02-05, Robert Conley <robertscon...@xxxxxxxxx> wrote:Friend Assemblies - had that since 2.0
I'm not knocking VB.NET - but the only reason it has more "new" features
in the release is that they are bringing it in to parity with C#.
Right but are any of those feature cause an order of magnitude
improvement in the productivity of a C# programmer over VB.NET. Or
they represent a missing capability that VB.NET didn't have. I.e. can
a C# program do more than a VB.NET program in the .NET world.
One reason that C# got anonymous types was the fact that it lacked the
AddHandler and the Handle syntax of VB.NET. VB.NET handled delegates
better than C# at first, and C# leapfrogged VB.NET, then they both
were brought up to the same level.
The answer is really no .NET program can do more or less than
another .NET program. It all gets translated down to IL which can be
retranslated back into another .NET language. The differences in .NET
languages are found in how many lines of code it takes for them to do
a job and how they deal with the environment outside of .NET.
The beauty of the setup you can mix and match to get the best results.
So if you are dealing with a bunch of hardware that only control
through object linking with dlls through C++ you can make a .NET
assembly that acts as a translation layer. Then use that assembly in
the language of your choice.
.
- Follow-Ups:
- Re: Back to VB6 and .NET
- From: Tom Shelton
- Re: Back to VB6 and .NET
- References:
- Re: Back to VB6 and .NET
- From: Harvey Triana
- Re: Back to VB6 and .NET
- From: Robert Conley
- Re: Back to VB6 and .NET
- From: Bob Butler
- Re: Back to VB6 and .NET
- From: Robert Conley
- Re: Back to VB6 and .NET
- From: Tom Shelton
- Re: Back to VB6 and .NET
- From: Robert Conley
- Re: Back to VB6 and .NET
- From: Tom Shelton
- Re: Back to VB6 and .NET
- Prev by Date: Direct Client - Sr .NET Winforms Developer - Need local to NJ/NY
- Next by Date: Re: Loading a form with code
- Previous by thread: Re: Back to VB6 and .NET
- Next by thread: Re: Back to VB6 and .NET
- Index(es):
Relevant Pages
|