Implementing Ads on any page in your Windows 8 XAML app–part 2

Posted by nmarun on ASP.net Weblogs See other posts from ASP.net Weblogs or by nmarun
Published on Sun, 25 Nov 2012 08:41:43 GMT Indexed on 2012/11/25 11:04 UTC
Read the original article Hit count: 213

In my previous article , you saw how you can start implementing ads on some of the page templates. In this one, we’ll see how we can add something called ‘interstitial ads’ – ads that appear as part of the content in your app. I have added a Grouped Items page to my project. My data model is set to show a few appliances. I have a BaseModel class and the ApplianceModel that inherits the BaseModel class has two properties to represent an appliance. The ProductHolder acts as a container for a list of...(read more)

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about Metro Style Apps