Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running .net based application without .NET Framework

Is there a way to run .net based applications without .net framework installed. Is there a way to do this. Is there a software that can achive this. Commercial software is also possible.

Added:

Has anyone any experience with VMWare thin client?

like image 599
crauscher Avatar asked Jun 04 '09 21:06

crauscher


People also ask

Is Microsoft .NET framework necessary?

If you have mostly older software that was written by professional companies then you may not need *. NET Framework, but if you have newer software (whether written by professionals or novices) or shareware (written in the last few years) then you might need it.

Do you need .NET framework to execute AC application?

No. c# only target . NET (or a comparable framework, such as mono). As an aside, Win7 comes with .

Is .NET framework required for .NET core?

. Net Core does not support desktop application development and it rather focuses on the web, windows mobile, and windows store. . Net Framework is used for the development of both desktop and web applications as well as it supports windows forms and WPF applications.


1 Answers

There are a several different tools out there, a couple I have tried are:

  • XenoCode Postbuild (now Spoon Studio) (now TurboStudio)
  • Salamander .NET Linker

You can find more by doing a search for ".NET Linker."

The two above, which I tried, seemed to work ok, but I never widely tested my code built with them. I tried them mostly out of curiosity.

My .NET apps are mostly used by IT departments. Installing the .NET framework is no big deal for them.

If you want to write software more targeted at end users then the .NET install may turn them off.

like image 132
TWA Avatar answered Sep 20 '22 16:09

TWA