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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Executable file without .net framework, is it possible?

Executable file without .net framework, is it possible?

Scheduled Pinned Locked Moved C#
csharpc++dotnetquestion
3 Posts 3 Posters 1 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.
  • L Offline
    L Offline
    Lexa1983
    wrote on last edited by
    #1

    May be somebody knows if such thing is exist. I mean, to compile project in c# into executable file like c++ does?

    J M 2 Replies Last reply
    0
    • L Lexa1983

      May be somebody knows if such thing is exist. I mean, to compile project in c# into executable file like c++ does?

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      You do compile C# code into an executable, like C++. And just like C++ programs require the C Runtime Library, .NET-based applications like C# apps require the .NET framework runtime. There are certain apps out there (google for .NET linker) that will link parts of the framework into your apps, thereby making your executable large (7 MB or so), but not requiring the framework.

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: Homosexuality in Christianity Judah Himango

      1 Reply Last reply
      0
      • L Lexa1983

        May be somebody knows if such thing is exist. I mean, to compile project in c# into executable file like c++ does?

        M Offline
        M Offline
        Mohamad Al Husseiny
        wrote on last edited by
        #3

        look at this tool http://www.remotesoft.com/linker/[^]

        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