Biology, asked by Kainat1, 1 year ago

Difference between cod and coding

Answers

Answered by maroof1
0
1. In Code Behind, the HTML and controls are in the .aspx file, and the code is in a separate .aspx.vb or .aspx.cs file.
In Single File, the code is in <script> blocks in the same .aspx file that contains the HTML and controls.
2. In Code Behind, the code for the page is compiled into a separate class from which the .aspx file derives.
In Single File, the .aspx file derives from the Page class.
3. In Code Behind, all project class files (without the .aspx file itself) are compiled into a .dll file, which is deployed to the server without any source code. When a request for the page is received, then an instance of the project .dll file is created and executed.
In Single File, When the page is deployed, the source code is deployed along with the Web Forms page, because it is physically in the .aspx file. However, you do not see the code, only the results are rendered when the page runs.
Answered by hermoinegranger
1
cod is a kind of fish whereas coding means to write a programme in the computer language.

since you have marked the question as biology i have given this answer.
othrwise it would have been as long as maroof1's!
Similar questions