Re: What is the status of VB6 & DOT.NET ?



You are asking some pretty wide questions that many of us might not
answer but here goes. As for VB6, many apps are still built around it
and have not changed since. I was working on a project to port VB6 to
..NET and here are the concerns:

There are 3 versions of the .net framework as of today. Notice I used
framework and not just .net cause .net has many areas in terms of
products.
- .net framework 1.0 (not really used)
- .net framework 1.1 (mostly used)
- .net framework 2.0 (recently launched)

It is not a failure. Its actually a great product and it took over
where Java left off. Problem with it though is that the compile code
(CIL) is very easily reversed engineered. All .Net programs are
compiled to CIL and then executed, like the JVM is to java byte code.
You can obfuscate your code but most of them are 3rd part commercial
apps. wonder why MS did not built an obfuscater for the studio
products.

Nice thing about .NET is that there are projects that allow you to run
..NET CIL on any OS platform. Look up Mono for .Net. That is what
interests me the most, being able to cross platform develop using .Net.
C# is also great so look into that.

Kev

.



Relevant Pages

  • Re: Conversion Problem
    ... were creating web apps, or even apps for a mobile device, I surely wouldn't ... but for desktop apps I surely wouldn't want to use dotNet. ... VB6 sixes help sucks rocks. ... don't have to be a control array and they don't have to be the same type. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Alternatives
    ... These Apps don't deliver larger performance (there were ... those are hacks to work around the limitations in the ... problem in VB6 whilst using WinAPIs - I'm using the WinAPI ... How 'bout the console api? ...
    (microsoft.public.vb.general.discussion)
  • Re: Microsoft and trust
    ... DotNet certainly meets the criteria WE ALL ASKED FOR. ... your VB6 apps were pretty darn crude. ... were a little too slavish to the needs of the CLR but not to do so would ...
    (microsoft.public.vb.general.discussion)
  • Re: Are People Making Money in VB6?
    ... How many of you folks actually make a living today writing in VB6? ... retirees might enjoy fly-fishing or reading. ... I no longer bother to wonder whether my apps could earn me any money. ... boost to my little grey cells that programming brings. ...
    (microsoft.public.vb.general.discussion)
  • Re: Vista 64 and Visual Studio 6
    ... 64 and eventually Windows 7. ... Not sure exactly what to tell you other than I've been using VB6 on Vista 64 for quite some time now. ... that just means that your apps should "work" if run by a user with non-admin rights. ... MS had to support DOS apps for MANY years after DOS was declared dead. ...
    (microsoft.public.vb.general.discussion)

Loading