ISO

November 25, 2003 – 9:29 am

I’m looking for something, and I just can’t seem to find it.

I’m trying to get my head around object-oriented programming in the web world (more precisely, using C# in ASP.NET), and I’m having a bit of trouble with it. What I need is an explicit example of an object-oriented design process for a web application - what the appropriate levels of description are, whether the user gets encoded as an object, etc. I’ve seen numerous books on OOP in general and web development & design in general, but I have yet to find a good one for this particular topic. The closest I’ve come so far is Real World ASP.NET: Building a Content Management System, but to my dismay it was nowhere near the reference I require… Suggestions are welcome!

Post a Comment