Click to See Complete Forum and Search --> : What is Middle-end development?


sanjuT
03-26-2007, 09:28 AM
Hi,

I want to apply for a job, and it is asking for middle-end ASP developers (specifically not back-end or front-end). I have never heard of this.

Can anyone shed a little light?

Thanks!

russell
03-27-2007, 09:45 PM
front-end is display logic: asp, javasctript, css
back-end: database
middle tier -- business logic. communicates with backend and drives front end code.

Example would be decision making functions like checking logins, and communicating with base services (like databases, email and files). implemented in ASP, and/or DLLs