ASP.NET vNext is interpreted as neither PHP?

4

ASP.NET vNext is introducing a lot of new things to previous versions, among them is the idea of not compiling the codes, just modify and already see what happens on the page. Does this mean that ASP.NET will be interpreted in the same way that PHP is interpreted by Apache?

This gives me a concern, one of the advantages I've always seen in ASP.NET was not exposing the source code and not having to send it to the server at the time of deploy, basically just sending the binaries. With vNext it will be that neither PHP we send the same codes and everything is interpreted at the time?

    
asked by anonymous 22.08.2014 / 16:09

1 answer

5

No, it is not interpreted if you look at the

    
22.08.2014 / 16:18