2 Replies - 3679 Views - Last Post: 20 November 2012 - 02:56 PM

#1 littlebigman  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 37
  • Joined: 09-February 10

A couple of newbie questions about the .Net framework

Posted 19 November 2012 - 08:05 AM

Hello

I have the following questions about using the .Net framework:

1. To improve performance when starting apps, is it possible to preload the .Net framework at boot time, and keep it in RAM for a few minutes after closing an application so that Windows won't have to fetch the framework from disk?

2. Are .Net apps hard-coded to use a specific version of the .Net, so we must keep all versions installed on disk, or are applications version-agnostic and will simply load the latest framework installed?

3. Is it possible to sign the framework and tell antivirus applications to stop checking it when loading an application?

Thank you.

This post has been edited by littlebigman: 19 November 2012 - 08:06 AM


Is This A Good Question/Topic? 0
  • +

Replies To: A couple of newbie questions about the .Net framework

#2 modi123_1  Icon User is online

  • Suitor #2
  • member icon



Reputation: 6470
  • View blog
  • Posts: 23,527
  • Joined: 12-June 08

Re: A couple of newbie questions about the .Net framework

Posted 19 November 2012 - 08:24 AM

1. No, not really.
2. No, not really. Typically if the machine has the latest version of the framework it is backwards compatible with apps. If you have 4.0 installed and are trying to use a 2.0 app it should work.
3. Yes.
Was This Post Helpful? 0
  • +
  • -

#3 littlebigman  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 37
  • Joined: 09-February 10

Re: A couple of newbie questions about the .Net framework

Posted 20 November 2012 - 02:56 PM

Thanks for the infos.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1