donut

How to Donut Cache a Partial View on Site.Master?

I'm trying to use donut-caching on the Site.Master page for things like the User Login and Shopping Cart, so that we can put OutputCache on some of the more resource intensive pages in our app. Currently, I'm using the tag and then writing out the html from the static method in the code behind. <asp:Substitution ID="Substitutio...

Future versions of Android and test devices - possible problems

Hello, guys, In the last couple of days, there were some speculations, circulating through the blogosphere, that the future versions of the Android OS, created from the branches Donut and Eclair, won't be compatible with the T-Mobile G1 and Android Dev Phone 1, because of insufficient OS flash storage on those devices. While that's not...

Receiving SMS messages in Android 1.6

Hello all. I have a code sample (from Reto Meier's book) on receiving SMS messages in an android application using a broadcast receiver. I am looking to be able to receive a SMS message in my application however the code I already have a sample of seems to be depreciated from what I can tell... Does anyone have a more up to date (andr...