secretGeek

Stories submitted by secretGeek

Generate ERD using GraphViz(ridgway.co.za)

submitted by secretGeeksecretGeek(115) 5 years, 3 months ago

A tutorial (with code) showing how to use GraphVis to generate Entity Relationship Diagrams for SQL Server. read more...

add a comment |category: |Views: 738

tags: another

DownloadExec Inline: A VS2003 add-in that lets you run a chunk of code(secretgeek.net)

submitted by secretGeeksecretGeek(115) 5 years, 4 months ago

Highlight some code in Visual Studio 2003 -- press the 'exec selected code' -- and it will run immediately. Great for simple checks, such as string formatting, working out how methods work etc. Works with both C# and VB.net. (sorry to submit my own stuff -- i almost never do this but wanted to share in this case) read more...

add a comment |category: |Views: 4

tags: another

Annotating Your Code with Simple Tests(secretgeek.net)

submitted by secretGeeksecretGeek(115) 5 years, 8 months ago

idea: annotating functions with simple tests in XML comments -- a minimalist's approach to test driven development. (sorry to post my own stuff here, i'm looking for a hero to take this idea forward for me) read more...

1 comment |category: |Views: 1

tags: another