nillfm

Stories submitted by nillfm

Command Window(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 2 months ago

A brief introduction the the Command Window. read more...

1 comment |category: |Views: 14

tags: another

XElement and friends(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 2 months ago

Some basic Xml document construction with the System.Linq.Xml namespace read more...

add a comment |category: |Views: 4

tags: another

Those old C bit tricks(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 2 months ago

Something just for fun on a Tuesday evening while the wife is out. :) read more...

add a comment |category: |Views: 22

tags: another

Extending DebuggerVisualizer — visualizing data as a graph in the debu(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 2 months ago

Brief example of showing how to create a data visualizer for the debugger in Visual Studio. In this case, the visualizer draws a graph of a collection of points. read more...

add a comment |category: |Views: 2

tags: another

Immediate Window - A forgotten tool(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 2 months ago

A little bit about the Immediate Window tool available in Visual Studio. read more...

2 comments |category: |Views: 36

tags: another

Basics - Anonymous Types outside the scope of Linq(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 3 months ago

Basics - Anonymous Types outside the scope of Linq read more...

add a comment |category: |Views: 4

tags: another

The most basic Xml reader using Linq and XElement(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 3 months ago

Shows the most basic example of reading in an Xml document (via XElement) and extracting information from it via Linq read more...

add a comment |category: |Views: 27

tags: another