Welcome to MSDN Blogs Sign in | Join | Help

News


  • All information or content in this site is provided "AS IS" with no warranties, and confer no rights. The views expressed by me do not necessarily reflect the official policy, position, or opinions of the company where I work.





July 2005 - Posts

SOA: Decoupling your unmanaged code and using WS-S inside it
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...
CodeSnippet: Appending some content to the beginning of all your sources
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...
VS Automation: Listing your class libraries in Visual Studio
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...
SOA: I have a dream!
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...
Page view tracker