Also, consider "model-view-controller" -- codebehinds were an early
step for ASP.NET on the way to an MVC model (which dates back to
Smalltalk, well before Ruby and RoR and ASP.NET MVC).

∞ Andy Badera
∞ +1 518-641-1280
∞ This email is: [ ] bloggable [x] ask first [ ] private
∞ Google me: http://www.google.com/search?q=andrew%20badera



On Thu, Oct 8, 2009 at 2:38 AM, Cerebrus <[email protected]> wrote:
>
> The difference is in the programming model, in separation of code and
> design and in the separation of concerns.
>
> Search for "ASP.NET code-behind" or take a look at :
>
> http://en.wikipedia.org/wiki/ASP.NET#Code-behind_model
> http://support.microsoft.com/kb/303247
>
> On Oct 8, 11:29 am, Suraj <[email protected]> wrote:
>> All,
>> In aspx pages, we have the code in the same file ( in source view) or in the
>> code behind (in .cs file).
>>
>> What is the difference in these two? One difference I found was that complex
>> coding should be done in cs file.
>>
>> Any other inputs??
>> Regards,
>> Suraj
>

Reply via email to