0
votes
1answer
292 views

Caching Business Objects in MVC application

I figured this was more of an architectural question, so I chose to post it here rather than Stack Overflow. So I'm building an MVC web application and have just finished writing the code that wraps ...
5
votes
0answers
565 views

Android application Database Framework [closed]

When creating mobile (specially Android) applications, I usually come to touch with similar patterns of working with data. Usually, I need to fetch some remote data (covered by an authorization ...
3
votes
4answers
495 views

What's the best way to cache a growing database table for html generation?

I've got a database table which will grow in size by about 5000 rows a hour. For a key that I would be querying by, the query will grow in size by about 1 row every hour. I would like a web page to ...