Print Visual Studio project

May 22, 2007

Today, I had to print out all the .cs files in a Visual Studio project for code review. To my big surprise it wasn’t possible from within Visual Studio. It doesn’t even support multiple file printing. My only choice was to open and print the individual .cs files and print them separately. It’s just an unnecessary nuisance that could easily have been implemented by Microsoft.

All this made me think about how I write software and what the users of that software expect of it and how they use it. Normally, I have a pretty good idea about how my application is going to be used, but I always get surprised by the way it is actually being used by end users.

Things that the users would expect to find in an application should always be there. Otherwise, they get annoyed and maybe even frustrated. It’s extra work, but probably not that much.

* $4.95/month BlogEngine.net Hosting – Click Here!

Comments (3) -

kalerab
kalerab
5/23/2007 10:15:22 AM #

try prettycodeprint.net
http://submain.com/?nav=products.pcp.net

Mads Kristensen
Mads Kristensen Denmark
5/23/2007 10:50:17 AM #

Thanks kalerab, this is exactly what I've been looking for Smile

Dan Atkinson
Dan Atkinson United Kingdom
6/5/2007 8:54:57 AM #

I consider printed code to be a security risk. Nuff said. Smile

Annotations and the like can be done on a computer screen, but I don't really see any good reason why code should be printed out (unless you're a lecturer).

Comments are closed

About the author

Mads Kristensen

Mads Kristensen
Program Manager at the Microsoft Web Platform team and founder of BlogEngine.NET.

More...

Month List

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.