• 0

.NET Framework 4.5 stupid question


Question

5 answers to this question

Recommended Posts

  • 0

In the end, you should program in whichever .NET version you want to use. As long as you handle the installer properly, it won't matter if they have .NET Framework 4.5 installed or not because your installer should handle it.

I would recommend staying with 4.5 because you have a much more complete API with features that you can use with tons of improvements you can use, including security improvements.

For your installer, it should detect if the version required is there and if not, install it. For .NET Framework 4+ you can have the Client Profile installed which is a smaller version of the Framework to make it easier for end user installs. Microsoft should have plenty of documentation on how best to handle it.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.