Archive

Posts Tagged ‘Swf’

Impersonation with C#

November 28th, 2010

.Net offers multiple ways to manage impersonation and its level. The important point to understand is what is being impersonated: the thread or the process also is the impersonation happening on the process or is it happening only on the network. Below classes will show you how to impersonate in all this cases. First class: [...]

Source:Impersonation with C#

admin Swf , ,

Signing Off on Quality

November 28th, 2010

As a tester, quality is what matter most to me. Interestingly, quality is pretty much the hardest thing to evaluate. One way, which I find useful, is to aggregate the metrics from multiple aspects of quality to have an overall view. Some important aspects of quality: Reliability Functionality Usability Efficiency Maintainability Portability Learnability Analyzability Testability [...]

Source:Signing Off on Quality

admin Swf , ,

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 , ,