TechBubbles Microsoft Technology BLOG

TagDynamic Compilation

ASP.NET Dynamic Compilation

This post explains about ASP.NET Dynamic Compilation and code-behind pages in more details. When you create a ASP.NET page in web site it actually creates a .NET code behind class. The entire contents of the page is compiled into a .NET class. When you sent a request for ASP.NET page, Framework checks for the corresponding class to the page and if the class not exists, Framework compiles the page...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud