Monday, December 17, 2007

Microsoft Visual Studio 2008 – Released

here some links:

Microsoft Visual Studio 2008 – Learning Portal

vs2008 Hero's

MSDN: VS 2008

VS2008 Dev Sys

Visual Studio Magazine

Some videos

 http://www.microsoft.com/heroeshappenhere/testdrive/visual-studio-2008/default.mspx

and later:

Future release: Rosario

MSDN Rosario

Monday, October 15, 2007

Favorite PODCast sites

Below is a list of favorite PODCasts sites, I want to share.

HanselMinutes

RunAS Radio

DotNetRocks

And some Screen/WebCasts:

Channel9

DnrTV

 

c.u.

Wednesday, September 19, 2007

IIS 6.0 resources

There are some resources of IIS 6.0 I use. Below is a list:

Resources:

IIS.NET

IIS 6.0 Support Center

Tools:

Fiddler

IIS Diagnostics

IIS Resource Kit

List of Application Pools

c:\>iisapp

Backup/Restore IIS settings

c:\>iisback

Debugging global.asa

Put following code in global.asa.
Attach to w3c process and debug. Change value of MyLoop to False via QuickWatch and step through the code.

in Application_OnStart

Dim MyLoop

MyLoop=True

do while (MyLoop)

loop

Wednesday, August 22, 2007