Contents tagged with .NET 4.5
-
Developping a Lens app for Windows Phone 8
Some WP devices are known for their excellent camera (*hum* Lumia 920 *hum*), so let’s play a bit with a feature introduced with Windows Phone 8 : the camera lenses.
Basically, it is a … more
-
Développer une application Lens pour Windows Phone 8
Certains WP sont connus pour leur excellente caméra (*hum* Lumia 920 *hum*), alors jouons un peu avec un petit truc sympa qui est apparu avec Windows Phone 8 : les camera lenses.
En … more
-
Awaitable WCF calls with TaskCompletionSource
A nice little gem of the TPL is the TaskCompletionSource<T>. It creates a Task<T> you can control from outside the task. Example : I create a new TaskCompetionSource<bool> : … more
-
Appels WCF Awaitable avec TaskCompletionSource
Un petit joyau de la TPL est TaskCompletionSource<T>. Cela crée une Task<T> qui peut être contrôlée en dehors de cette tâche. Exemple : Je crée un TaskCompetionSource<bool> : … more
-
Async/Await with WCF
A nice little feature of .NET 4.5 is you can use async await with WCF ! The services doesn’t need to be in .NET 4.5, only the client as it is in the proxy. When you add your service reference … more
-
Async/Await avec WCF
Un petit truc sympa de .NET 4.5 est qu’on peut utiliser async await avec WCF ! Les services n’ont pas besoin d’être en .NET 4.5, seulement le client, vu que ça se passe dans le proxy. Quand … more
-
Type de retour des méthodes async
Une des questions que l’on me pose souvent a propos des mots-clés async/await est le type de retour. Voilà une explication simple sur les différents types de retour … more
-
Async methods return type
One of the questions I am often asked about the async/await keywords is about the return type. Specifically about the void return type for async method. Here is a small explanation about the … more
-
To //Build/ (Or not to //Build/)
J’étais un des heureux participants au Build il y a 2 semaines pour la présentation de Windows 8. Avec toutes ces rumeurs sur le futur de .NET, Silverlight et le … more
-
To //Build/ (Or not to //Build/)
I was one of the lucky attendee at the Build 2 weeks ago for the presentation of Windows 8. With all those rumors about the future of .NET, Silverlight and the total secrecy of Microsoft (I … more
