B
bob
Is there any way to create a Csharp Console application that does not
require the user to have the .NET framework installed?
require the user to have the .NET framework installed?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
bob said:Is there any way to create a Csharp Console application that does not
require the user to have the .NET framework installed?
bob said:Is there any way to create a Csharp Console application that does not
require the user to have the .NET framework installed?
language, but you lose portability, cause it will only runs in another
machine with the same configuration that yours.
Cesar said:same configuration = same OS
loose portabilty = you cant run your app in another OS...
gabriel said:Portability and .NET do not go int eh same sentence...
gabriel said:Portability and .NET do not go int eh same sentence...
Jared Parsons said:I've compiled binaries on Windows and run them using Mono.
--
Jared Parsons [MSFT]
(e-mail address removed)
This posting is provided "AS IS" with no warranties, and confers no rights.
OR if you wish to include a script sample in your post please add "Use of
included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
gabriel said:Until Mono matures and can genuinlely be called ".NET for non-Windows" then
portability is not achieved.
I'm not being harsh on the Mono project, I'm just saying that .NET is not
portable yet.
Anyway it's a non-issue since "portability" refers to source code, not
binaries. We're talking about binaries here.
Sam said:That's right and so have many others. This discussion other than
Jared's post makes no sense as it does not reflect the internals of
the CLR. The CLR was designed to be multi-platform, multi-language,
multi-type out of the box and is. One only need look at the Rotor
source code and docs to understand this.
Cesar Garcia said:have heard about mono?
i dont remember very well, but i think that u can use an utility named
nmake.exe that cames with the .Net Framework
you lose portability, cause it will only runs in another machine with th
same configuration that yours
i dont remember very well, but i think that u can use an utility name
nmake.exe that cames with the .Net Framewor
Greeting
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.