Based on my own experience, if I want a single - file page that is easy to
show as an example, that is usually when I use inline server-side <script>.
So it makes sense possibly for a book, and also because in the early days of
..NET the original ASP.NET developers came from the classic ASP space where
there is no such thing as "Codebehind". In fact, the original IBuySpy
reference app was written in all inline code with no codebehind files.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"farseer" wrote:
> Hi,
> i was in the book store this weekend checkingout some ASP.NET books. I
> noticed that many do not use the "new" code-behind model much. Why is
> this?
>
> What do you ASP.NET developers use and why?
>
> thanks much.
>
>