Compiler/Interpreter
-
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
-
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
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
-
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
-
i cant get ur point. somebody told me that ASP.NET pages are interpreted while aother applications are compiled. Any Help Naveen Naveen
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