Contents tagged with C#
-
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:
-
3 of my apps on BestWindows8Apps.net
Yesterday I received this email:
-
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.
-
My apps in the Windows 8 Store
I have four apps in the Windows 8 store now.
-
Team Foundation Service–now for everyone
I heard an announcement regarding TFS being opened for all. I’ve been wanting to have a source control for my personal projects.
-
Implementing Search Contract in Windows 8 application
The Search Contract feature helps improve the accessibility of your application. When a user is trying to search for something through the charms, you see a bunch of apps that get listed below.
-
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.
-
My second Windows8 app CowsNBulls–now in the Store
This is a 4-letter word guessing game. The application randomly selects a word and you need to guess it based on the clues given to you.
-
Editing assemblies using ReflexIL
I have known ReflexIL for quite some time, so I thought I’ll write a line or two about this simple and yet power tool. This tool runs as a plug-in for Red Gate’s Reflector.
-
Portable Class Library even better in .NET 4.5
Visual Studio 2012 makes Cross-Platform development even easier. It comes with a feature called Portable Class Library (PCL). This feature was available in Visual Studio 2010 as well, but it required an additional install as against being out-of-the-box for 2012. It’s also worth noting that PCL is available only for Pro and above versions of 2012. So it’s not available with the Express edition of Visual Studio 2012.