Contents tagged with Visual Studio 2012
-
Visual Studio Productivity Tips
These are some tips in Visual Studio that will help you be more productive. Below are the details of the session:
-
JavaScript / jQuery some advanced topics
In this session, we will talk about some of the advanced topics of JavaScript and jQuery.
-
Testing JavaScript with QUnit
In this session, we will take a look at how to use QUnit to write unit tests for your JavaScript code.
-
Getting to know AngularJS
I did a session to my colleagues and wanted to share with all of you. Some parts have been edited out as per company policy.
-
Find feature in Standard Toolbar Visual Studio 2010, 2012
There is a button ‘Find’ in the Standard toolbar which remains hidden (absolutely no clue why), but adding it can help do some wonders.
-
Analytics for Windows 8 apps using Markedup
The Windows 8 store does provide some analytics information to you in terms of downloads by market or by age group, ratings, in-app purchases.
-
Implementing Ads on any page in your Windows 8 XAML app–part 2
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.
-
Implementing Ads on any page in your Windows 8 XAML app–part 1
Let’s look at how you can implements ads on any page in your win 8 app. Before you get to your application, you need to create Ad Units in the MS Pubcenter site. Once you have set up your account with payout and tax details, go to the Setup tab and you’ll see something like below.
-
8 tips for your Windows Store apps
1. Use Basic page than a blank template
-
Grouping GridView on Windows 8
It took me a few minutes to get the grouping working on the GridView on my Windows 8 app. I’m sharing what I did just so others can get it working sooner and go by the rest of their work.