Have you guys ever seen something other than
the .NET runtime for the Win32 world ?
Did you regognice that the .NET Runtime for
WindowsCE is included (from version 4) within the ROMs
so that there is no Need for any runtime ?
Did you ever noticed that you can code and run your
appz within the .NET for Win32/Win64 and WindowsCE
(Including ARM and Mips Cpu's ) ?
( MONO , the .NET runtime for linux and MacOS is another story)
We are releasing our new Product (here at work)
now these days after only 6 months of developing time.
Thats fast, coz we spend a lot of time learning new
features and language specials.
Our customer's did'nt argue any time about a runtime,
they got a cd and install .
For the Win32 environment they install the framework
only one time.
Our Main-Executable is now about 400kb, instead
of 2,3 MB as native Win32-Exe, Drivers(in form of a DLL)
are also cut in quarter of size.
That is because a lot of stuff is build in the framework itself.
Did you ever have touched those Collection-Classes
(kind of LinkedLists , but more Enterprise alike)
that are more powerfull than
those in the STL from C++ ?
All those stuff like Encryption,Streaming
(which work also over the http-protocoll) is build in
the framework.DX9 is easy build in
(but i never touched that, coz i 'm a Appz'er )
Type-Conversion can easy been done like this:
Code: Select all
Dim Value as double
Value=4711.23
Msgbox(Value.ToString)
i think the common problem that some ppl have
with .NET is that it comes from M$ and that most of them
did'nt code long enough with it.
Edwin did the right argue if he claims that the framework
is the Win-Api of the next generation.
And guys, if you want to be in employment next time it is a
big advantage if you familar with the system/Api of
your customers.
Last not least:
If you are only a Hobbycoder, ignore these post
