.net - Do we need to install Complete Dotnet framework -


Do we need to install the full donated framework to execute only Net application, we just do not embedded CLR Can be able to execute itself

You have two options here are:

  1. "Client Framework ", which is a trim-down version of the .Net Framework. There are also certain assemblies in it, and therefore are more limited, but it can be enough.
  2. Using a "linking" tool to collect .Net Framework DLLs in your application. While it may work, it will not be used to update is not recommended framework, when installed another version of the .NET Framework, or other applications that are running, use the framework ...

In fact, the latest figures, more than 90% of Windows computers already have Net Framework 2.0 and more than 65%. Net Framework 3.5 SP1 means that you should not have any problem planning your app without the framework ...


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -