Create a Windows Phone app and win some prizes

Hi Canadian Windows Phone developers!
This year Microsoft Canada, created a nice contest (based on some post i saw on the web, other country are pretty jealous of us). So if you ever wanted to create apps for the Windows Phone, it now time to do so. So by publishing some nice apps, you may be rewarded with some cool prizes ( and yes they are very cool!). You can read all the information on the following website :  http://www.developermovement.com/.  Do like me and start find some ideas and create nice applications for one of the best phone!

Last week i find something nice. If you have an XBOX there is an advertisement for the Developer Movement. When you go, it give you some info about the contest and you can grab the wallpaper for your dashboard and a player picture. See some pictures :

P1000086

P1000087

WP_000078

 

 

 

 

I hope to install some of your nice apps!

Regards,
LP

Meeting .NET - Les nouveautés de Windows Phone 7.5 "Mango"

imageWednesday November 23rd, I'll do a presentation at the Communauté .NET Montréal. The subject of my presentation is about the new feature of Windows Phone 7.5 “Mango”. This presentation target developers who are interested in building or migrating Windows Phone apps.

image

In my presentation i will talk about the following topics:

  • Hardware specification
  • Sensor API
  • Software API & Database
  • Application Model
  • Silverlight & XNA Integration
  • Task & Choosers
  • Integration Services
  • Marketplace


So if your are interested by one or multiple topics …

You’re welcome!

Don’t forget to visit the Communauté .NET Montréal website for more information:
http://www.dotnetmontreal.com/events/25833231/


Regards,
LP

TechDays 2011 (Canada) New Windows Phone Application

Last year, i did an unofficial Windows Phone application. This year the team in charge of the TechDays ask me to create the application for this Year events. They provide me with a brand new event OData feed. In this new application, I’ve decided to make the application to support some Mango feature like Fast-switching, Secondary Title, etc.

I restart from scratch for the implementation of the Data inside the application. Now the application is fully functional without Internet connectivity (only the first time to gather the latest data from the OData feed).

I did a brand new scheduler, where you can easily view and flag which session you want to see. I hope you will like the application and find it useful.

 

SplashSS01SS02
SNAGHTML7672310SNAGHTML766f943

The application have just been certified so the application should be available by Tuesday morning.

Here is the direct link:

Download-EN-Med

I hope you enjoy TechDays (currently in Toronto, and coming soon in Vancouver and Montreal).

Regards,
LP

Tracking Errors in your Windows Phone applications with BugSense

Building an application 100% bullet proof is somewhat something impossible, mainly in when the application can be use by wide range of customer. In Windows Phone, we are affected by the device, the connectivity, the lock screen, etc.). In some combination of event an error can occurred that have not been tested.

So my philosophy about that is to be pro-active. So i don’t want to wait the complaint of customer, i want to know when an error occurred with as much information to help me reproduce the problem to finally fix the issue.

To achieve this goal, there is some analytics component available for Windows Phone 7. Some of those are able to tracking the errors that might occur in your application. But i find out a nice component, that do the a really great job.

BugSense is a really simple component. When i mean simple, it’s really simple add the component and add 1 line of code in the App.xaml.cs and your done. The component can be download as standalone package or you use NuGet to install the package.

Here is a screen of the only line of code that is required by the component.

On the website you have access to a nice Dashboard that will provide you with a lot of information about the error and the recurrence.

image

image

image

image

image

 

image

 

You can if you want replace the default UnhandledException event with the event that is built-in the component, you can do it:

public App()
{  
  BugSenseHandler.Instance.Init(this, "Your_API_Key"); 
  BugSenseHandler.Instance.UnhandledException += OnUnhandledException; 
  //UnhandledException += Application_UnhandledException;
  ...
}

You can also trap the exception in your try..catch statement:

try {    
   //Some code to execute
}
catch (Exception ex) {    
   BugSenseHandler.HandleError(ex);
}

So what happen when there is an error, the user will get notified and a report will be sent to the BugSense so you can get notified and review the error. As you can see there is some options, that allow you to control the popup window that show up by default (yes you can turn it off if you want).

Once an error is logged you indicate in your account to receive Email notification. Which is a good idea when you want to have a nice application (that don’t bug too often Smile).

image

 

It’s the first time i use this component and I'm very impressed by the quality of the tools and all the feature it provide (client side and server side). What to say more … I'll use it in future applications. Oh yay … i practically forgot that it FREE. www.bugsense.com

Regards,
LP

Testing your Windows Phone application prior to submit to the Marketplace is an essential task

Recently i was working on some Windows Phone project. I remembered that one of the improvement with the latest SDK for Windows Phone 7.1, was the introduction of a new tool that will help developers to test their apps prior to submit them to the Marketplace. This was a great idea because many were complaining about the time it take it take for an application to go through the Certification process.

First, the certification process is pretty complex, on the tester side. It require automatic testing done by a server, which is fairly fast. Then, the apps is tested manually by a tester, this is the part of the process which take longer to complete. Try to imagine you testing an application that you don’t know the purpose and how it work. For my part, I really don’t want to be in their pants! From my past experience, they are doing a very good job.

To return to the main subject, a new tool is now available with the SDK which is called “Marketplace Test Kit”. This will guide the developer through all the test that are done by the automated process and the manual testing.

Here is the walkthrough to test your application:

  1. Open the “Project” menu

    SNAGHTMLff346c3

  2. And then click on the “Open Marketplace Test Kit”

    image

  3. Now you have the first screen that will allow you to enter all the information required by the automated test process.
    - Application Package
    - Tiles
    - Screenshots

    SNAGHTML1014c94b

  4. The next screen is the “Automated Tests”, this is the screen that execute and give you the result of the automated testing process. The result can be useful, because it will provide you the detected Manifest information like the Capability:

    image 



    The result will look something like this:

    SNAGHTML1015879a     

      
  5. The next section is the Monitored Test, these tests are manual but a log is generated and analyse automatically base on the the navigation you do while testing the application. This look for memory issue, navigation pattern issue, performance. Do execute the test you need to have your phone connected, because the test is done using the device. So if you don’t have a device you won’t be able to process those tests.

    image

    Once your done testing you can either exit the application or click on the “Close Application” button in the test screen. You will result like those:

    image


  6. The last step is 100% manual. So these must be done manually and you must use your own judgement to identify if the test “Pass” or “Fail”. You just need to follow the instruction. This may be less or more complex depending on your application.

    image

 

In conclusion, testing your application must be a task you must do for each application (version) prior to submit to the Marketplace. This will make sure you won’t wait for the certification for bug that you could have trapped doing those tests. Also, by doing those test you will improve the quality of your application and you will help improve the delay for the certification process.

Regards,
LP

About the author

Louis-Philippe Pinsonneault is a senior .NET developer and trainer at Runatserver. He has over 10 years of experience with . NET technology. He is a certified Microsoft Certified Professional Developer (MCPD) and a Microsoft Certified Technology Specialist .NET Framework 3.5 ASP.NET Application. He also teaches ASP.NET at Technologia, Montréal. He was awarded an MVP for Device Application Developement in 2010 and 2011.

Microsoft Most Valuable Professional

Microsoft Certified Professional Developer

Microsoft Certified Technology Specialist

View Louis-Philippe's profile on LinkedIn

Page List

Widget Twitter not found.

Root element is missing.X

Month List