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.

DSTi ASP adds Markit data (Finextra)

DSTi ASP adds Markit data (Finextra)
DST International (DSTi), a leading provider of business solutions for the financial services industry, today announced that it has enhanced its Risk Management and Performance Measurement …

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