Archive

Posts Tagged ‘Ricj Internet Applications’

Get Arguments array from CmdLine of a WPF Application.

August 15th, 2010

  This is my first post of, I hope, a series related to WPF and C#. The examples below are made with VS (Visual Studio) 2010 and .Net 4.0, for this precise example you can make it work with .Net 3.5 at least. During the life of an application we can listen for some important [...]

Source:Get Arguments array from CmdLine of a WPF Application.

admin Swf , ,

Using TaskFactory to manage easily dependencies between threads.

August 15th, 2010

With the new TaskFactory class from .Net 4.0 it has become incredibly easy to manage dependencies between multiple tasks.In below code sample, the TaskFactory receive 6 tasks to execute. Additional logic is added as:- Task A will only be run when Task B and C are completed.- Task C will only be run when Task [...]

Source:Using TaskFactory to manage easily dependencies between threads.

admin Swf , ,

What am I doing? Software testing :-)

August 15th, 2010

Since I moved to Zurich, two years ago, I sadly did not have the time to see most of my friends I have in Geneva. This post will hopefully explain you what I am doing in Zurich as an Engineer in Test at Microsoft. I know that even the people who know me well do [...]

Source:What am I doing? Software testing :-)

admin Swf , ,

Windows Phone 7: Hands on Demo.

August 15th, 2010

Interesting video (from Channel 9) showing a preview of the winPhone 7 OS. I am just a bit worried about the localized version of Bing. So far I have seen it working in the US. Does that mean that Bing will be updated for a worldwide support or that the winPhone7 will be available only [...]

Source:Windows Phone 7: Hands on Demo.

admin Swf , ,

Microsoft Pivot – an innovative way of browsing information

August 15th, 2010

After playing with Pivot, I have been really existed by the possibilities that Pivot offers. “Pivot makes it easier to interact with massive amounts of data in ways that are powerful, informative, and fun.” Simply speaking, Pivot is a tool that helps us visually browse collections of information. Figure 1: Item view in Pivot while [...]

Source:Microsoft Pivot – an innovative way of browsing information

admin Swf , ,

Synchronous and Asynchronous use of Delegate with C#

August 15th, 2010

 For developers the quality of a program can be often express in the time used to finish the computation. With current multicore processor we have to move our thinking from a serial execution to a concurrent execution. Using delegates in an asynchronous way can force the CLR to allocate multiple threads to your computation. In [...]

Source:Synchronous and Asynchronous use of Delegate with C#

admin Swf , ,

Siri, the mobile personal assistant

August 15th, 2010

This mobile personal assistant looks awesome! Unfortunately, for business model reason (the application is free and make money on referrals fees whenever someone buy through the service), the service works only in the US… Interesting interview to watch with the Siri CEO and VP engineering. Still is a great application to have on your pocket [...]

Source:Siri, the mobile personal assistant

admin Swf , ,

Wolfram Alpha, a Revolution for the Web?

June 7th, 2009

Wolframalpha the so called computational knowledge engine, is finally available to the public :) Why and when would you want to switch from Google, Yahoo or Live?
The answer is quite simple: Wolfram will give you an answer while other search engines will gives you a (too huge) set of related pages where you can go if the [...]

Source:Wolfram Alpha, a Revolution for the Web?

admin Swf , ,

Know our history: Pirate of Silicon Valley.

June 7th, 2009

Just in case you haven’t seen it yet, a biographical look at the men who founded Apple and Microsoft and a look at the early days of the companies.

Enjoy,
Ahmet

Source:Know our history: Pirate of Silicon Valley.

admin Swf , ,

Wanna try Visual Studio 2010 Professional Beta 1 ?

June 7th, 2009

Just noticed that Visual Studio 2010 pro (beta 1) is now available to download as a web installer.
I am personnaly quite new to the VS world, I have been using it daily for only 9 month now. I must say that I am still quite impresse by the simplicity and the power this tool have.
Just try [...]

Source:Wanna try Visual Studio 2010 Professional Beta 1 ?

admin Swf , ,