L
Luke Skywalker
Hi,
While I'm learning more about how to develop under Delphi,
which, was some of you know, built by the same person who architected
..Net... I was wondering ...
1. why is the .Net framework so big, while the object layer on which
Delphi runs lets you build stand-alone EXEs with something like a
300KB fixed cost?
What can possibly require 100MB once the .Net framework is installed
that couldn't be done like Delphi does?
2. since MS obviously doesn't want developers to write
platform-independent apps since that would reduce the lock-in and
recuring revenues it enjoys with Windows... why bother with bytecode
with JIT, instead of providing compile-time machine-code and a linker,
so that, like Delphi or C, developers are free to choose to distribute
run-times either as stand-alone files, or as libraries linked into the
EXE?
Thank you
Luke.
While I'm learning more about how to develop under Delphi,
which, was some of you know, built by the same person who architected
..Net... I was wondering ...
1. why is the .Net framework so big, while the object layer on which
Delphi runs lets you build stand-alone EXEs with something like a
300KB fixed cost?
What can possibly require 100MB once the .Net framework is installed
that couldn't be done like Delphi does?
2. since MS obviously doesn't want developers to write
platform-independent apps since that would reduce the lock-in and
recuring revenues it enjoys with Windows... why bother with bytecode
with JIT, instead of providing compile-time machine-code and a linker,
so that, like Delphi or C, developers are free to choose to distribute
run-times either as stand-alone files, or as libraries linked into the
EXE?
Thank you
Luke.