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. Web Development
  3. ASP.NET
  4. compilation process in dot net

compilation process in dot net

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
7 Posts 3 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.
  • S Offline
    S Offline
    saqib82
    wrote on last edited by
    #1

    Hi How to skip the process of the creation of assembly files in dot net? is there a way that we can directly create the .exe files so that the compilation process can become faster. Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    S B 2 Replies Last reply
    0
    • S saqib82

      Hi How to skip the process of the creation of assembly files in dot net? is there a way that we can directly create the .exe files so that the compilation process can become faster. Regards

      sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

      S Offline
      S Offline
      Sandeep Akhare
      wrote on last edited by
      #2

      saqib82 wrote:

      How to skip the process of the creation of assembly files in dot net?

      Assembly will get created when you compile your project... CLR at run time converts IL present in the Assembly into native CPU instructions at run time So do you want to ask to create native code directly instead of IL ? < Added> Assmebly contains Metadata, Manifest,other resources, IL ,PE header,CLR header which are required to run your application

      Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

      S 1 Reply Last reply
      0
      • S Sandeep Akhare

        saqib82 wrote:

        How to skip the process of the creation of assembly files in dot net?

        Assembly will get created when you compile your project... CLR at run time converts IL present in the Assembly into native CPU instructions at run time So do you want to ask to create native code directly instead of IL ? < Added> Assmebly contains Metadata, Manifest,other resources, IL ,PE header,CLR header which are required to run your application

        Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

        S Offline
        S Offline
        saqib82
        wrote on last edited by
        #3

        yes, i want to create the native code directly instead of IL. Is there any way?

        sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

        S 1 Reply Last reply
        0
        • S saqib82

          yes, i want to create the native code directly instead of IL. Is there any way?

          sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

          S Offline
          S Offline
          Sandeep Akhare
          wrote on last edited by
          #4

          saqib82 wrote:

          yes, i want to create the native code directly instead of IL. Is there any w

          :wtf::confused: I don't know how to create directly native cpu code from C# One way that i know is give up C# and start to write core languages like C

          Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

          S 1 Reply Last reply
          0
          • S Sandeep Akhare

            saqib82 wrote:

            yes, i want to create the native code directly instead of IL. Is there any w

            :wtf::confused: I don't know how to create directly native cpu code from C# One way that i know is give up C# and start to write core languages like C

            Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

            S Offline
            S Offline
            saqib82
            wrote on last edited by
            #5

            :) you are right. But i have heard that there is some way to do that. May be there is some tool or add-in to do this. Regards

            sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

            S 1 Reply Last reply
            0
            • S saqib82

              :) you are right. But i have heard that there is some way to do that. May be there is some tool or add-in to do this. Regards

              sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

              S Offline
              S Offline
              Sandeep Akhare
              wrote on last edited by
              #6

              One thing that you can do is Publish your web site that will precompiled code but not directly native CPU code.

              saqib82 wrote:

              But i have heard that there is some way to do that.

              If it is then Micrsoft would not be Operating system specific it would run on other than Windows * ...

              Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

              1 Reply Last reply
              0
              • S saqib82

                Hi How to skip the process of the creation of assembly files in dot net? is there a way that we can directly create the .exe files so that the compilation process can become faster. Regards

                sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

                B Offline
                B Offline
                badgrs
                wrote on last edited by
                #7

                I don't see how this would speed up the compilation process, I would of thought it'd make it longer.

                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