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. .NET (Core and Framework)
  4. Compiler/Interpreter

Compiler/Interpreter

Scheduled Pinned Locked Moved .NET (Core and Framework)
questioncsharpasp-nethelp
4 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.
  • S Offline
    S Offline
    softp_vc
    wrote on last edited by
    #1

    Hi Friends Here is a simple question in which im confused. when we build our ASP.NET project . Does it get compiled or gets interpreted. I know that many of us think that it is compiled but when i build my project i get the error one by one. this means that it is interpreted. If any one knows what is this please do let me know. Naveen Naveen

    L 1 Reply Last reply
    0
    • S softp_vc

      Hi Friends Here is a simple question in which im confused. when we build our ASP.NET project . Does it get compiled or gets interpreted. I know that many of us think that it is compiled but when i build my project i get the error one by one. this means that it is interpreted. If any one knows what is this please do let me know. Naveen Naveen

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #2

      all the code is compiled. when is a different story. C# source behind file are compile in the dll, but aspx and controls are compiled on 1st access, hence the reason u can replace them at runtime. Building a ASP.NET dll is a bit more tricky, and beyond the scope of normal human beings ;p (but its all compiled) top secret xacc-ide 0.0.1

      S 1 Reply Last reply
      0
      • L leppie

        all the code is compiled. when is a different story. C# source behind file are compile in the dll, but aspx and controls are compiled on 1st access, hence the reason u can replace them at runtime. Building a ASP.NET dll is a bit more tricky, and beyond the scope of normal human beings ;p (but its all compiled) top secret xacc-ide 0.0.1

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

        i cant get ur point. somebody told me that ASP.NET pages are interpreted while aother applications are compiled. Any Help Naveen Naveen

        L 1 Reply Last reply
        0
        • S softp_vc

          i cant get ur point. somebody told me that ASP.NET pages are interpreted while aother applications are compiled. Any Help Naveen Naveen

          L Offline
          L Offline
          leppie
          wrote on last edited by
          #4

          softp_vc wrote: i cant get ur point. somebody told me that ASP.NET pages are interpreted while aother applications are compiled. Fine dont believe me? Why do you ask then? It happens just as I tell you! top secret xacc-ide 0.0.1

          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