
In the last 2 month we have been busy working on a great Windows Phone project. We created the Tou.TV for Windows Phone. www.Tou.tv is a French website from Radio-Canada that allow the user to view TV show online. So had to create the same experience but using the Windows Phone standard. So we had the chance to work with technology like Smooth Streaming. So SMF (Silverlight Media Framework) were a nice asset in that project to handle the video. We used some caching technology to improve the performance of the application.
Controls
Also, we used the Telerik RadControls for Windows Phone to help us make the application more interesting by implementing some animation and page transition the provide in their toolkit. We have been able to be in direct contact with the dev. team of the controls. We had great support from them by providing us with overnight fix on some bug that we’ve found.
Marketplace
Since one week the version 0.9 is available, and from the review we were able to provide an application of quality, which is really great.
That was a nice experience, be able to provide our knowledge in general public application. And i can says that we also learn a lot from that experience.
You can download the application using the following link:
More screenshot:




Regards,
LP
Today my friend (and boss) got married. Up to now technology doesn’t do much. But when the wedding occur on a beach in Mexico (Riviera Maya) and the wedding i streamed live from a 3G connection, this is were the technology begin it’s magic!!! The quality pretty much impressive! Also, i had to watch it over WiFi on a train running at 120 km/h. What’s next? I can wait to be whiplash again!!

Congratulation to the new married!
Regards,
LP
Have you ever create an application where you want to share resources between them but you had to create multiple libraries to because those project use different compiler? If your like this often happen. In my case we face that issue. To solve the issue we had to create multiple libraries and refer class using linked files in the project. This is what we have to do in some project where we have a Silverlight 4 app and a Windows Phone 7 app. But this is not the most efficient way to do it.
Microsoft is now offering a solution for that kind of issue. The solution is called Portable Library, which is currently in CTP. So now you can create a single class library in which you can select which kind of project it should be compatible with. You should give it a look, because this may help you solve many issue and save times related with having common class libraries for multiple technologies.
To download the tools: http://visualstudiogallery.msdn.microsoft.com/b0e0b5e9-e138-410b-ad10-00cb3caf4981/
For more information:
http://blogs.msdn.com/b/bclteam/archive/2011/01/19/
announcing-portable-library-tools-ctp-justin-van-patten.aspx
Regards,
LP