ObjectSharp Blogs

You are currently viewing

Dave Lloyd's 2 Cents

A .NET Developer's Perspective


August 2005 - Posts

Document Outline for Windows forms

Many of you may be familiar with the Document Outline feature in word. Did you know Visual Studio also has a Document Outline. It's there in VS 2003 for Web Forms, in 2005 MS has made it useful to windows developers also. To open the Document Outline Read More...

Snap Lines

I know snap lines are not a big deal especially when you look at all the other new features of Visual Studio 2005. But for a windows developer they are a welcome productivity tool. I'm not blogging to tell you 2005 will have snap lines. I'm blogging to Read More...

Removing unwanted space in a report

There is a little trick in Reporting services that is not easy to find. I created a report for a client that included an external class which parsed a stream of XML and returned various data from the XML for display in the report. The nature of the data Read More...