Describe the difference between inline and code behind - which is best in a loosely coupled solution?

Q

Describe the difference between inline and code behind - which is best in a loosely coupled solution?

✍: Guest

A

ASP.NET supports two modes of page development: Page logic code that is written inside <script runat=server> blocks within an .aspx file and dynamically compiled the first time the page is requested on the server. Page logic code that is written within an external class that is compiled prior to deployment on a server and linked "behind" the .aspx file at run time.

2014-01-24, 1677👍, 0💬