Okay I was petrified of posting this under the 'ASP.NET' thingy place, because the question itself is not based on actual code and problems encountered.
The question I wanted to ask was this:
In industry today, is there really a big fuss made out of whether one adopts the 'in-line' coding practice over 'code-behind' ?
i'm writing a piece of software, which will ultimately be webdriven - so I chose asp.net as my technology platform.
As i'm not and 'expert' programmer, I am limiting myself to 'in-line' coding , whereby the connection strings, form actions occur all one one page.
i have difficulty grasping what people mean by 'separating logic from presentation' and gave up on the whole 'layers' thing, as it was unnecessarily confusing the average guy like me. Sometimes I just wish they told you stuff in a no nonsense manner, that way the 'common man' would 'get it'.
So, should I adopt a 'code-behind' approach to writing all my .aspx pages , and if so - will lecturers/members of the academic staff pick up on that and award me extra marks ?
or since im not building a system for a big company, and its just a standalone solution (prototype) for a client of mine who needs a tool to aid him on decision making, could I not simply keep it simple and use 'in-line' code ?
asp.net wizards, those in industry, fresh graduates in the comp science discipline etc - please get back to me on this one
The question I wanted to ask was this:
In industry today, is there really a big fuss made out of whether one adopts the 'in-line' coding practice over 'code-behind' ?
i'm writing a piece of software, which will ultimately be webdriven - so I chose asp.net as my technology platform.
As i'm not and 'expert' programmer, I am limiting myself to 'in-line' coding , whereby the connection strings, form actions occur all one one page.
i have difficulty grasping what people mean by 'separating logic from presentation' and gave up on the whole 'layers' thing, as it was unnecessarily confusing the average guy like me. Sometimes I just wish they told you stuff in a no nonsense manner, that way the 'common man' would 'get it'.
So, should I adopt a 'code-behind' approach to writing all my .aspx pages , and if so - will lecturers/members of the academic staff pick up on that and award me extra marks ?
or since im not building a system for a big company, and its just a standalone solution (prototype) for a client of mine who needs a tool to aid him on decision making, could I not simply keep it simple and use 'in-line' code ?
asp.net wizards, those in industry, fresh graduates in the comp science discipline etc - please get back to me on this one
Comment