Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

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

4 like 0 dislike
Hello guys,

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

Please give me your feedback.........I am waiting your feedback

Thanks in advance
asked 1 year ago by marck_don (191,010 points)

1 Answer

1 like 0 dislike
 
Best answer
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.
answered 1 year ago by daneim (127,080 points)

Related questions

10 like 0 dislike
1 answer
asked 1 year ago by starcaller (24,080 points)
0 like 0 dislike
1 answer
4 like 0 dislike
3 answers
7 like 0 dislike
1 answer
2 like 0 dislike
1 answer