Re: What Borland should stop wasting their time on
>
> 1. The framework is better organized and structured. .NET helps beginner
> programmers in choosing the right libraries for the right tasks. This
> concept is pioneered by Delphi and Java.
Not better than Delphi or VB6, I think..
>
> 2. It's got all these advanced concepts out of the box(garbage collection,
> etc). C/C++ programmers have to integrate such code into their projects.
> Again, pioneered by Delphi and Java.
Yet count for Delphi
>
> 3. .NET code gets executed on a virtual machine. That's so that we don't
> have random shutdown of Windows boxen because of bad code.. just a clean
> termination of the program. Concept pioneered by Java.
Hmm, as far I remember all windows program (since 80386) runs on virtual
machine. Except processe with corresponding privileges. If your app can
shutdown PC - it mean a poor (unsecure) code in kernel, not more.
Seems like if somebody hurt you on road, you switch your car to heavy tank.
Because tank is much stronger.
>
> Mr Grimes is basically saying: "Microsoft doesn't use .NET to write
> Windows and Office, so .NET must suck".
>
> Microsoft is absolutely correct not to use .NET for Windows or Office.
> That's not what .NET is for.
And for all other porducts too. :) I think it is dishonest competion from
Microsoft. At least in marketing policy.
>
> .NET is for a whole lotta other things.
Of course. You may say that for any software in the world, regardless of
quality
> Basically, .NET is Microsoft's answer to Java, not Microsoft's replacement
> for C/C++.
I speak for Delphi, not C/C++ :)))
Alex
.
Relevant Pages
- Re: Threading in VB
... It has never caught on with win32 applications programmers, ... I've never downloaded a single java ... of our enterprise apps. ... other runtime based langauges are more popular in that world then in Windows - ... (microsoft.public.vb.general.discussion) - OOP style
... Just wonwdering what "real" programmers do... ... create separate units for each of those dialogs, or do you make them as ... Is a Unit equivalent to a .java file in Java? ... because it seems to me that the way Delphi does things for you ... (comp.lang.pascal.delphi.misc) - Re: DotNet proponents trigger backlash by claiming it is always bestsolution
... In Borland's case, they want to sell Delphi licences, and upgrades. ... and make it harder for programmers that learned to program in VB6 to work later on really object oriented languages with strong typing.. ... There is a lot of comparisons with Java, except that this argument misses the point of Java. ... MSFT may have gone after java, ... (borland.public.delphi.non-technical) - Re: VB 8 Standard and Professional
... JIT-compiled like Java, ... C++ programmers. ... away from the Windows API and toward their fantasy ... on the latest platforms, including the Web, Windows Vista, the 2007 ... (microsoft.public.vb.general.discussion) - Interaktion mit anderen Programmiersprachen
... Delphi 5 und Windows. ... ich meine Klassen in C-Dlls mit stdcall zur Verfügung. ... Auf Java greife ich nur indirekt zu, indem ich Config-files in den Temp-Pfad ... (microsoft.public.de.german.entwickler.dotnet.csharp) |
|