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
'닷넷 > C#/ASP/ADO.NET' 카테고리의 다른 글
ASP/ADO.Net C# 실무 과정 자료] Code Behind (0) | 2017.07.03 |
---|---|
ASP/ADO.Net C# 실무 과정 자료] System.Web.UI.Page (0) | 2017.07.03 |
ASP/ADO.Net C# 실무 과정 자료] Page Compilation (0) | 2017.07.03 |
ASP/ADO.Net C# 실무 과정 자료] Revolutio (0) | 2017.07.03 |
ASP/ADO.Net C# 실무 과정 자료] Evolution (0) | 2017.07.03 |