Sign in
greggm's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
June 2010
(1)
October 2009
(1)
July 2009
(1)
May 2009
(1)
April 2009
(2)
December 2008
(1)
September 2008
(1)
June 2008
(1)
May 2008
(3)
April 2008
(1)
March 2008
(4)
July 2007
(1)
May 2007
(2)
January 2007
(2)
October 2006
(1)
September 2006
(1)
April 2006
(2)
March 2006
(3)
January 2006
(3)
December 2005
(2)
November 2005
(2)
October 2005
(1)
September 2005
(3)
August 2005
(2)
July 2005
(1)
June 2005
(1)
May 2005
(2)
February 2005
(3)
January 2005
(3)
December 2004
(2)
November 2004
(1)
October 2004
(1)
September 2004
(4)
August 2004
(9)
July 2004
(9)
June 2004
(4)
May 2004
(4)
April 2004
(7)
March 2004
(7)
February 2004
(6)
January 2004
(8)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
greggm's WebLog
Advice on creating a code generator
Posted
over 5 years ago
by
Gregg Miskelly
1
Comments
I have been spending some time recently creating a custom code generator that outputs C++ and C# code from a custom XML format. This blog is about some of what I have learned while working on this. Advice #1: Use '#line' There is a really cheap...
greggm's WebLog
Automatically reading source files from TFS
Posted
over 5 years ago
by
Gregg Miskelly
2
Comments
I recently stumbled upon a blog that explained how to use the Source Server technology to enable the debugger to automatically download source files from TFS. This is useful when you work on a software project that is large enough that you debug against...
greggm's WebLog
The debugger team is expanding
Posted
over 5 years ago
by
Gregg Miskelly
2
Comments
The Visual Studio Debugger team is expanding, and is looking for candidates. If you are interested in applying for a position, we have openings in Dev , Test and PM . Some great things about working on the debugger: You are helping to improve...
greggm's WebLog
Debugging WCF Services in Visual Studio 2008
Posted
over 5 years ago
by
Gregg Miskelly
1
Comments
One of the new features that we added in Visual Studio 2008 was debugger enhancement for Windows Communication Foundation (WCF) services. There are four features that we support: You can step from a service client into the implementation. Just...
Page 1 of 1 (4 items)