In a word, No.
Like Java needs a JVM, .NET requires the CLR to run, the framework is easily redistributable with your application. There is a linux version of the framework called Mono, I'm not aware of any others.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
The whole point of dot net is the framework.
You cannot create dot net applications without it AND you cannot run dot net applications without it.
All windows since XP sp2 and Server 2003 include the framework by default.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
The whole point of dot net is the framework.
You cannot create dot net applications without it AND you cannot run dot net applications without it.
All windows since XP sp2 and Server 2003 include the framework by default.
Of course it occurred to me it must be possible to bundle the CLR into the exe somehow. It appears these guys have managed that: http://www.xenocode.com/Products/Postbuild/#Details
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
Here's an excert from their site:
Native executable generation: Postbuild allows for the creation of a native x86 executable allowing your application to run, with or without a .NET Framework installed. Required portions of a third-party .NET Framework payload are automatically selected and embedded into the executable, dramatically reducing the complexity of application testing, deployment, and support. Postbuild 2006 automatically identifies and statically binds a minimal set of Framework dependencies, reducing overall deployment size and eliminating dynamic link costs.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68