NicolBlog

Nicola Delfino's blog

What a fantastic 'for dummies' tutorial on AJAX

Check it out. https://javascript.about.com/od/learnajax/Learn_AJAX.htm

Author: Nico LD Date: 06/24/2008

How to provide a context sentitive help to your WPF application

I found the following (and very) interesting post where is well described how to provide your...

Author: Nico LD Date: 06/10/2008

Win32 Application contextmenu piloting (UI Automation)

I just developed a PoC where I demonstrated to my customer how is feasible to integrate and...

Author: Nico LD Date: 06/05/2008

WPF: How to embed an Icon in an Assembly

You can easily integrate resources in your Windows Presentation Foundation application by using the...

Author: Nico LD Date: 06/05/2008

How to access Hyper-V (RC0) machine (workgroup) from Vista SP1 joined to a domain

Step 1: Install this update to enable remote management of a Windows Server 2008 computer running...

Author: Nico LD Date: 04/16/2008

How to use Hyper-V with a wireless network connection

Hyper-V, the fantastic Windows Server 2008 new feature have a small limit I discovered when on my...

Author: Nico LD Date: 04/15/2008

WPF - Windows Presentation Foundation - for dummies (and for free:-)A

As you discovered from my previous post, today I'm working on WPF, Again on codeproject, I found...

Author: Nico LD Date: 03/26/2008

Custom ListBox Layout in WPF

Today I used this useful article found a couple of articles that describe first steps on WPF...

Author: Nico LD Date: 03/26/2008

HowTo: Unblock restricted file attachments in Microsoft Outlook 2007

If you want (REALLY WANT :-) to change the Outlook file attachments security levels (i.e. to read e...

Author: Nico LD Date: 03/25/2008

Oh damn... where is my "Hibernation Button"?

On Vista, even if is extremely easy to disable hibernation, re-activate or activate it for the first...

Author: Nico LD Date: 03/21/2008

"Window Vista SP1 File Removal Tool" AKA "how to recover disk space after Vista SP1 installation"

as described below you can use vsp1cln.exe to remove SP1 uninstallation information and recover up...

Author: Nico LD Date: 03/20/2008

Vista with SP1 hangs with CPU usage at 100% (99% of kernel time)

UPDATE: I think that information below are not correct because in days after this post, I continued...

Author: Nico LD Date: 03/03/2008

Tecnorati claim

Technorati Profile

Author: Nico LD Date: 01/30/2008

How to Configure Visual Studio 2008 to DEBUG || View .NET framework code

Shawn have done a great job describing how to configure the development environment to go into .NET...

Author: Nico LD Date: 01/21/2008

Apple released the world's thinnest notebook

Apple just released the world's thinnest notebook you can install Vista on:-) Cool.

Author: Nico LD Date: 01/16/2008

Update WinForm interface from a different thread

Well, this is a typical issue when you have a thread that works (i.e. a Workflow) and a UI that...

Author: Nico LD Date: 12/29/2007

Understanding how User and Application settings are managed via Visual Studio 2005/2008

When you write a .NET application, to manage configuration settings is often required. These...

Author: Nico LD Date: 10/31/2007

WPF and its positioning versus Windows Form

User interfaces are a fundamentally important part of most applications. Making those interfaces as...

Author: Nico LD Date: 10/10/2007

Avoid threads deadlock

On this month's issue of MSDN Magazine, Stephen Toub describe the class DdMonitor. DdMonitor...

Author: Nico LD Date: 10/03/2007

Microsoft Mediaroom review by Bobby Choice

One of the projects I'm working on involves Microsoft Mediaroom. In the following video, Bobby...

Author: Nico LD Date: 09/24/2007

Message Visualizer HOWTO

Senthil in his post describes how to use CSF3's message visualizer tool to track/debug sessions....

Author: Nico LD Date: 09/24/2007

How to digitally sign a string

The first step is to create a pair of key(pulic/private):RSACryptoServiceProvider RSA = new...

Author: Nico LD Date: 09/03/2007

InChannelResponse parameter and Session interaction with CSF SDK based services

When you define a CSF session, InChannelResponse partecipant's parameter allows to define how CSF...

Author: Nico LD Date: 08/31/2007

How install UBUNTU on Virtual Server 2005 R2 SP1

For an interop test with a customer of mine, I needed to install an UBUNTU on my Virtual Server. In...

Author: Nico LD Date: 08/28/2007

How to remove attachments from outlook emails easily

I receive often emails with big attachment that fill my inbox space very quickly.On the other side,...

Author: Nico LD Date: 06/15/2006

Automatic Wallpaper Changer for Vista

I just found this free cardware Wallpaper Changer. It looks interesting and compatible with Vista....

Author: Nico LD Date: 06/04/2006

WSE message body encryption on CSF for dummies:-)

In this post I'm showing how to enable WSE policy and body message encryption for CSF using one of...

Author: Nico LD Date: 05/18/2006

CSF Session doesn't propagate credential from source to destination VAS

If you don't include a "Persona Partecipant" in your session manifest, credentials aren't propagated...

Author: Nico LD Date: 03/27/2006

Service Logic: RuleEngineDeploymentNotDeployedException

in this case "TestProduct3_Policy" is published and not deployed or it is not present at all. Use...

Author: Nico LD Date: 02/14/2006

CSF setup error

For some reason setup can show this message when finish: "You did not meet all of the pre...

Author: Nico LD Date: 01/27/2006

Session - The security token could not be authenticated or authorized

Event Type: ErrorEvent Source: Microsoft WSE 2.0Event Category: NoneEvent ID: 0Date: 26/01/2006Time:...

Author: Nico LD Date: 01/26/2006

CSF Session component Session doesn't route back the message to the sender

This is by desing.

Author: Nico LD Date: 01/23/2006

ps_x_TemplateManifestGivenRequestUUID error

40004: OHSBE Error in: SbeMasterController.GetServiceUrisResponse(), Description:...

Author: Nico LD Date: 01/23/2006

OHSBE ThrottleInterval must be > 0

In production environment never set ThrottleInterval=0 because may cause a condition called thread...

Author: Nico LD Date: 01/16/2006

Multiple SBE Monitor issue

Do not run more than one SBE Monitor for a set of load-balanced OHSBEs. One of the error you can...

Author: Nico LD Date: 12/27/2005

Master controller can not communicate with Service Catalog

Master controller can not communicate with Service Catalog (that is on the same machine) when it is...

Author: Nico LD Date: 12/20/2005

SBE Error 40006 "failed role check validation"

The SBE checks that the user in the SumbitOrderRequest header belongs to the role defined in...

Author: Nico LD Date: 11/22/2005

My first article

This is my first article on my blog... N

Author: Nico LD Date: 10/01/2005

Starbucks coffee @ PDC

As many of you probably knows in Italy isn't possible to find starbucks coffe :-( I'm italian and...

Author: Nico LD Date: 09/14/2005

First message

This is my first message on MSDN blog. N

Author: Nico LD Date: 07/28/2005

<Previous