By tag: JamesWelch
0
kicks
New DNK Features: Kick Spy & Shoutbox
This week there have been over 100 commits to the DotNetKicks open source trunk. The two big new features are 'Kick Spy' and 'Shoutbox'.
0
kicks
How to tell if a .NET Assembly is debug or release
Explains how to tell if a .NET Assembly is built for debug or release by using .NET Reflector and programmatically using System.Reflection.
0
kicks
Tracking Database Record Changes at the Field Level
Example of how to create a table that stores who edited which field and when by using a database trigger. Example code for SQL Server.
0
kicks
Naming Guidelines for Coding
I’ve tried to maintain a consistent set of naming rules for my code. Here’s a few guidelines that I’ve collected over the years. Contains recommending naming rules for namespaces, classes, enumerations, parameters, methods, properties, events, exception classes, and interfaces and abbreviation usag...