Resistor ASPs expected to stay flat in 1Q 2007

Resistor ASPs expected to stay flat in 1Q 2007
Taiwan passive component makers, who are now negotiating with customers on quotes for the first quarter of 2007, generally believe average selling prices (ASPs) will stay flat on quarter. Taiwanese players are expected to focus capacity expansion on 0402-size resistors in 2007.

Compudigm Releases Gaming POWER ASP Solution Aimed at Small & Mid-Sized Casino Market (Web Host Directory)

Compudigm Releases Gaming POWER ASP Solution Aimed at Small & Mid-Sized Casino Market (Web Host Directory)
Compudigm International announced today the availability of its award-winning Gaming POWER solution in an ASP (Application Service Provider) environment.

ASP.NET: Remove Unused Objects From the Session (WebProNews)

ASP.NET: Remove Unused Objects From the Session (WebProNews)
The Session in ASP.NET is a very simple way of storing user specific data for the duration of a single user session. I’ve many times added data to the Session that had an even shorter lifespan. That could be as a data store for properties on AJAX enabled web pages and those properties don’t belong in the session after the visitor navigates to another page on my website. To clean up, I would