65.9K
CodeProject is changing. Read more.
Home

Removing Ads with an IAP – the Declarative way

starIconstarIconstarIconstarIconstarIcon

5.00/5 (3 votes)

Sep 26, 2014

CPOL

3 min read

viewsIcon

8972

Microsoft’s XAML provides a way for us to define our UI in a declarative manner. Combined with databinding it means you should – in almost every case – never have to directly reference a UI control to accomplish some work. Add the MVVM design pattern in to the mix and I find myself “rethinking” any