asp.net - Inline (Single File) vs. CodeBehind -


If ASP.NET code and asp.net markup are in an ASC file, for example, Does the file display poorly with user control by using a designer.cs file?

There is a difference in the initial compilation time; When your app starts for the first time

With a code-behind file, you can pre-compile things and distribute a del on the server, which are ready to go. With inline code, the framework will need to be compiled into an assembly when the app starts. But this time the code has been compiled after the compiled code, and it just does not matter.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -