February 2006 - Posts

10 February 2006
Getting Application's Last Encountered Unhandled Exception
While answering posts in forums.asp.net , I bumped into two questions asking how to get the last unhandled exception encountered by the web application and the challenge of preserving the stack trace and application state. The current version of asp.net just allows us to auotmatically redirect the user... Read More...
07 February 2006
For a change : One in day in ISV
After having an online meeting with by boss, we agreed upon to changed our development model and be more agile when it comes to following deliverables and builds. Concerns were separated on a per person basis instead of one-person-project model. And so we assigned one of our developer to manage the builds... Read More...
05 February 2006
Architecture 101 : How code affects your application's scalability?
It is said the business object optimizes code and add greater control. This page open and closes the connections 201 times. 100 records are to be displayed on a repeater control. 201 Times X 20 Users = 181 simulatenous close/open connections. ... Entities, properties ommited for simplicity for this demo... Read More...
Filed under: