Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. .NET framework theories

.NET framework theories

Scheduled Pinned Locked Moved C#
csharpc++dotnetquestionlearning
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TalkingBabb0t
    wrote on last edited by
    #1

    Is it possible to add only the needed .NET dll's to an application as a resource to "pre-extract", so that a machine you are deploying your application to, does not need huge .NET framework installed for it to work? OR is there a way to capture the native code that the JIT compiles out of the MSIL and create a PE with it, or will something like that not include garbage collection, etc ?

    M 1 Reply Last reply
    0
    • T TalkingBabb0t

      Is it possible to add only the needed .NET dll's to an application as a resource to "pre-extract", so that a machine you are deploying your application to, does not need huge .NET framework installed for it to work? OR is there a way to capture the native code that the JIT compiles out of the MSIL and create a PE with it, or will something like that not include garbage collection, etc ?

      M Offline
      M Offline
      Michael P Butler
      wrote on last edited by
      #2

      Salamander .NET Linker and Mini-Deployment Tool Deploy .NET w/o Framework [^] Never used it, read about it on Joel[^] earlier this year as a follow-up to Please sir, may I have a linker?[^] Michael CP Blog [^]

      T 1 Reply Last reply
      0
      • M Michael P Butler

        Salamander .NET Linker and Mini-Deployment Tool Deploy .NET w/o Framework [^] Never used it, read about it on Joel[^] earlier this year as a follow-up to Please sir, may I have a linker?[^] Michael CP Blog [^]

        T Offline
        T Offline
        TalkingBabb0t
        wrote on last edited by
        #3

        Ahh, thank you very much sir! This is exactly what I was looking for and could never find.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups