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