M
Mészáros Tamás
Is there any possibility to run a program written in c# without having .NET
Framework installed?
Framework installed?
without having _Windows_ Framework installed?Is there any possibility to run a [Windows] program written in _C++_
John said:So does it mean that if we want to build a standalone app and then deploy to
client's computer, ".net framework" is required prior to app installed ?
And it also means that the client need to purchase another .NetFramework
license ?
Thanks
John
"Robert Hooker" <[email protected]>
:[email protected]...
Most of what makes C# so cool is not actually C# - its the .NET Framework.
Its the classlibraries and consistent types and reflection and all of the
underlying platformetc. Take the .NET framework away and you are left with a
syntax only.
Think of it like this, replace ".NET" with "Windows", and "C#" with "C++"
and ask you question again - the answer is obvious really.
Original rephrased question:without having _Windows_ Framework installed?Is there any possibility to run a [Windows] program written in _C++_
The thing that makes C++ program written on Windows is - Windows, not C++.
M?z?os Tam? said:Is there any possibility to run a program written in c# without having .NET
Framework installed?
Mészáros Tamás said:If I write a small Console Application, the whole .Net FrameWork (~20MB)
must be installed to be able to use it?