How to build software that doesn't require a framework on the user's machine?

Posted by Flint on Stack Overflow See other posts from Stack Overflow or by Flint
Published on 2010-05-11T17:52:53Z Indexed on 2010/05/11 18:04 UTC
Read the original article Hit count: 212

Filed under:

I am an ASP.NET developer, but now I want to build a software that can be installed on my PC. Software built in .NET platform only works when the .NET Framework is installed, and software written in Java only works if the JDK is installed. When I install programs like Firefox, uTorrent, etc., I don't need to have any frameworks (.NET, JDK, etc.) installed. How do I write software that doesn't depend on a framework?

© Stack Overflow or respective owner

Related posts about frameworks