July 2005 - Posts
One of the beginning goals of the project where I'm involved now, was the ability to call a service broker exposed in web services, through unmanaged COM code. It looks simple, but services have some policies like a SecurityToken with a KerberosToken
Read More...
I wanted to add a copyright statement to all my cs files, and I couldn't find a tool to fastly do it... So, here it goes :) Hope it helps somebody. Just save it as AppendFile.cs and call "csc appendfile.cs". Voilá! .csharpcode { color: black; font-family:
Read More...
I've seen some folks suggesting to add your assemblies to the gac, so they can be listed in the "Add Reference" window, in Visual Studio. Well, that's not a correct solution. Actually, VS will still not list your assemblies...and this does nothing to
Read More...
Indigo Rocks! It's incredible how the DotNetX ServiceModel has some similarities with it, even if i'm having the first contact with Indigo right now. But Indigo is rulling my visions to the my future apps, and solving most of my problems, mainly with
Read More...