WAS hosting in IIS 7.5

Posted by Devang Gandhi on January 25th, 2010

Here’s an article that explains what WAS hosting is and how is it different in IIS 7.5 (i.e. Windows 7).

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Motorola Droid vs. iPhone 3GS

Posted by Devang Gandhi on December 3rd, 2009

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

WCF and WF samples for .Net 4.0 Beta 2

Posted by Devang Gandhi on October 28th, 2009

If you are looking for Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) samples for .NET Framework 4.0 Beta 2, you’ll find them here. It is also a good place to start if you want to learn WCF programming.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Hosting a WCF service with WAS on Windows 7

Posted by Devang Gandhi on October 16th, 2009

If you are hosting a WCF service using NetMsmqBinding with Windows Activation Service (WAS) or the MsmqIntegrationBinding on Windows 7, then remember to give “Receive Message” permission to “IIS APPPOOL\DefaultAppPool” on your MSMQ queue.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Most useful Visio tips and tricks

Posted by Devang Gandhi on October 11th, 2009

Check out the top 5 Visio tips from Crabby Office Lady.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

WCF Test Client

Posted by Devang Gandhi on August 27th, 2009

While developing a WCF service, I had to write a client for it as well to debug/test it. I recently found out that Visual Studio tools include a WCF test client. It is a GUI tool that enables users to test their WCF service by passing parameters to it and viewing the response. It (WcfTestClient.exe) is located at C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Yahoo and Google comparison

Posted by Devang Gandhi on August 17th, 2009

I read this article that compares the two internet giants. A nice read indeed.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Outlook error: .pst file cannot be opened

Posted by Devang Gandhi on August 9th, 2009

If you are getting this error, one of the reasons could be that you have the same .pst file opened by two instances of Outlook on different machines. Make sure to close the .pst file by right click on the folder that is pointing to the .pst file and then selecting “Close <folder-name>” from one of the Outlook instances.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Visio trick: Align shapes automatically

Posted by Devang Gandhi on July 2nd, 2009

While putting together a Visio diagram, I have always felt a need to align my blocks/shapes in a straight line either horizontally or vertically. I was doing it manually and it was quite tedious. Then I discovered this neat little trick to auto align the shapes in the diagram. All you need to do is select the shapes that need to align, then go to the menu Shape -> Align Shapes. A pop up will appear and it will let you select between horizontal and vertical alignment.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

How to add breakpoints in Visual Studio without the source code

Posted by Devang Gandhi on June 5th, 2009

I found this really handy trick here. This can be very helpful in doing development using Visual Studio as your IDE.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Copyright © 2007. Devang Gandhi. All rights reserved.