Saturday, October 30, 2004
reflections...
this is where the fun really starts in this class. the first 8 or 9 weeks are making sure we have the fundamentals down, now we are putting it all together to start where we can build more robust applications. you folks are doing great - keep those assignments coming!!!
Tuesday, October 19, 2004
midterm
i was in general very pleased with the results of the midterm. coding in a timed testing environment is never easy, but you folks did well.
take a minute to pat yourselves on the back...
but just a minute, cause the toughest work is ahead!
however, you are in a position to handle it...
browser compatibility issues in asp.net
here is a discussion of the exact thing we discussed today in class...
perhaps we will try the suggestion in class
Monday, October 04, 2004
three tier
in this class we talk about separating the business logic and database access from presentation. in format terms, this is known as a three tier architecture. this concept is true in all software development, not just .net....
resuability, and ease of maintenance is the key here, as with most good software design. when all three components are tangled together (as was often the case in regular asp) things were hard to change