Top

Tags


Roadkill .NET Wiki

Google ads

Recommended reading


Search

Entries in cheatsheet (4)

Wednesday
Feb172010

.NET Formatting Strings Reference

This post is aimed at being a reference and a code-by-example guide to format strings in C# (and .NET), plus delving a little deeper into custom formatting strings and what goes on internally

Click to read more ...

Monday
Jan042010

UML cheat sheet

This is a small reference sheet for UML class diagrams

Click to read more ...

Tuesday
May192009

.NET XML Comment Cheat Sheet

If you like to give your code meaningful XML comments and want the output to look vaguely like the MSDN documentation, then below are a few templates you can use for consistency. These aren't "how to write XX method" but just how the textual descriptions appear in most of the .NET framework documentation, for example you'll find 'Raises the ... event' in almost all event descriptions.

Click to read more ...

Monday
Feb022009

Unix Cheat Sheet

This post is a command reference card for some regularly used unix commands, tested on linux (Redhat 6, a while ago) but should hopefully work on most unix command shells.

Click to read more ...