Loren Halvorson's Blog

If your only tool is a hammer...

Browse by Tags

All Tags » .NET (RSS)
Upgrading RDLC reports to Report Viewer 2010 in an ASP.NET web application
One of the web applications I am working on is an ASP.NET MVC 2 site targeting .NET 3.5 SP1 that uses the Microsoft Report Viewer control with local-mode RDLC reports. I initially developed this application using Visual Studio 2008. The client was OK...
MSBuild trick for making <Exec> calls more maintainable
One of my pet peeves with MSBuild’s <Exec> task is how long the lines get when you have lots of arguments. I ran across a trick yesterday in a blog comment made by someone named Romain and thought it was a very nice solution to this problem...
Posted: Dec 11 2008, 01:52 PM by lorenh | with 6 comment(s)
Filed under: ,
Red Gate will take over development of Lutz Roeder's .NET Reflector
I just received a newsletter from Red Gate, and nestled in the headlines was this interesting tidbit. If you haven't heard of .NET Reflector, it's one of my favorites, and I encourage you to check this invaluable tool out. It's what you reach for when...
Stepping through .NET Framework source code is now possible
This is the big news today. You can now configure Visual Studio 2008 to step through .NET 3.5 source. Scott Hanselman has the steps to set this up ...except for one detail. When installing the QFE ( KB944899) patch, you'll need to have your the VS 2008...
Posted: Jan 17 2008, 03:02 PM by lorenh | with no comments
Filed under: ,
More Posts