Thursday, December 4, 2008

Silverlight Health Care Demo

Take a look at this Patient Journey Demonstrator, to discover features of Microsoft Silverlight. (Very impressive)

Patient Journey Demonstrator

The MS Health Care site contains also Guidance and overview of Silverlight controls.

Saturday, October 18, 2008

new podcast sites

After some hours studying on 070-536, I had a short break. In this break, I discovered some new podcast sites that contain usefull information:

Spaghetti Code

HerdingCode

Sharepoint Podcast (DE)

Pragmatic Programmers Podcast

 

Hope you enjoy listening..

Friday, September 5, 2008

PowerCommands for VS2008

Do you want to collapse the all project in Visual Studio 2008 ? Or Open Command prompt at the path of the item in the Solution? 

Install the PowerCommands 1.1 

The list of the features is given in the list on this site.

ScreenShotPowerCommands ScreenShotPowerCommandsCollProj

.NET 3.5 SP1

After listening to Scott's podcast , I realised that SP1 whas not just fixes ! In the blog of Matthijs, also some explanation is done on SP1.

Tuesday, July 22, 2008

Struggling with IIS 6.0

Last week I was investigating a problem on a webserver. During the travel, I found some interesting links on the internet related to IIS 6.0.

To get an overview of IIS 6.0 I suggest the Internet Information Services (IIS) 6.0 Technical Library on Technet.

Also the IIS 6.0 Resource Kit is very usefull, containing the LogParser which is handy when analysing IIS logfiles.

Here is an example of the usage of LogParser:

List all occurences of a specified URL in the iislogfile:

"C:\Program Files\IIS Resources\Log Parser\LogParser.exe" "select date,time,cs-uri-stem,c-ip from c:\ex*.log where cs-uri-stem='/yourdomain/myfile.aspx'"

Other nice links:


http://www.iisanswers.com

http://www.iislists.com

http://www.iisfaq.com

Wednesday, April 16, 2008

Configuring different diff/merge tools for Team Foundation Version Control

On this blog, I found how to configure a different diff tool. I prefer WinMerge, so I configured this one.

newdifftooltfs

Adapt IE7 Search to use Dutch Google

In Internet Explorer 7 you can set Search Providers. I do use the Google Search provider. When the Search Provider is set, you can enter your search criteria in the Instant Search box and press ENTER. By default the UK Google is used for this.

As a Dutch, I however prefer the Dutch Google. I found that this can be done by editing the registry. Just search the registry key: HKCU\Software\Microsoft\Internet Explorer\SearchScopes

searchscope

Here you find the entries for the currently available Search Providers in your Internet Explorer 7.0.  Now look into the subkey containing the Search Provider with the DisplayName "Google" and adapt the URL to your preferred Google setting. In my case:

Before:

http://www.google.com/search?q={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}

After:

http://www.google.nl/search?hl=nl&q={searchTerms}&meta=

newsearchscope

Now you can use the custom Search Provider in Internet Explorer 7.0

newsearchresult

Friday, February 8, 2008