Bilbro Bloggins

Musings of Brian Bilbro

Entries categorized 'Test' ↓

Test using a source code plug-in for Windows Live Writer

In these two post, I showed how ugly code pasted from Visual Studio into Windows Live Writer or using the Graffiti post editor can be: http://bilbroblog.com/test/test-code-post-from-graffiti-post-editor/ http://bilbroblog.com/test/test-code-post-from-windows-live-writer/   Scott Watermasysk pointed...

Continue reading →

Test Code Post From Graffiti Post Editor

This is a test post using the Graffiti post editor to see how code will display pasted from various sources. Sample pasted from Visual Studio: public object GetValueByIndex( int index) object returnData = null ; if (index< this .EntityProperties.Length) this .EntityProperties[index].GetValue( this...

Continue reading →

Test Code Post From Windows Live Writer

This is a test post from Windows Live Writer to see how code will display pasted from various sources. Sample pasted from Visual Studio: public object GetValueByIndex( int index) { object returnData = null ; if (index< this .EntityProperties.Length) { returnData = this .EntityProperties[index].GetValue...

Continue reading →