닷넷/C#/ASP/ADO.NET
ASP/ADO.Net C# 실무 과정 자료] ASP.NET Compilation model
행복한짱짱이
2017. 7. 3. 20:25
ASP/ADO.Net C# 실무 과정 자료] ASP.NET Compilation model
ASP/ADO.Net C# 실무 과정 자료] ASP.NET Compilation model
실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.
ASP.NET Compilation model
■ ASP.NET compiles code on demand based on source code dependencies
- ASP.NET compiles .ASPX files once and caches the resultant DLL
- If source file(s) newer than cached DLL, a new compilation takes place and the new DLL is cached
- If source file(s) not newer than cached DLL, the cached DLL is used