I'm Keyvan Nayyeri, a 25 years old Ph.D. student at
the Computer Science department of
the University of Texas at San Antonio.
I'm also
a Software Architect and Developer and previously held a B.Sc.
degree in Applied Mathematics.
This is my blog where I publish content about various topics specifically Programming Languages and Compilers, Software
Engineering and Programming.
My regular visitors know that I've been using CopySourceAsHtml add-in for Visual Studio 2003 and 2005 to highlight source code samples on my blog from the beginning to now. And probably you know that this add-in is the most popular way to present source codes on blogs and sites on .NET community.
I wrote sample codes for the previous post in Visual Studio 2008 (codenamed Orcas) and was going to copy source codes to my blog but I didn't have any choice to do this. Looking for a solution, I first decided to recompile the source code for Visual Studio 2005 in Visual Studio 2008 but searching is always better! Fortunately, someone had done it before and had upgraded the source code for VS 2005 in VS 2008 and I just downloaded and installed it on my machine. So Live Search saved five minutes for me today!
Since I'm a VS Extensibility guy these days, I have to note that this add-in targets Macros IDE as well. It means that you can also copy the source codes from Macros IDE editor with this add-in.
Leave a Comment