The C# @ String Literal

This is why I love C#.  Simple, effective and sensible.
 @”c:\somepath\someotherpath\myapp.exe”
or @”This is a just some text
and on it goes
I love C#

I’m really still into in-line fragments – proper coding.

Citrix and Acrobat and Anonymous Users

Cracking one this…. 
I was trying to get a small app working on Citrix.  Something that allows an ICA session to be launched from a URL.  The URL links back to  a Documentum system.  I decided to set this up as an anonymous user.  No password.  Easy.  But no. Acrobat Reader 8.0 and presumably other previous versions launches some kind [...]