Stories recently tagged with 'JamesWelch' Subscribe to this feed

New DNK Features: Kick Spy & Shoutbox (blog.incremental.ie)

published 2 years, 4 months ago, submitted by gavinjoycegavinjoyce(25.7k) 2 years, 4 months ago

This week there have been over 100 commits to the DotNetKicks open source trunk. The two big new features are 'Kick Spy' and 'Shoutbox'. read more...

5 comments | category: | Views: 16

tags: another

Tracking Database Record Changes at the Field Level (jamesewelch.wordpress.com)

submitted by jamesewelchjamesewelch(2265) 2 years, 5 months ago

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. read more...

add a comment | category: | Views: 19

tags: another

Naming Guidelines for Coding (jamesewelch.wordpress.com)

submitted by jamesewelchjamesewelch(2265) 2 years, 5 months ago

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 usage. read more...

add a comment | category: | Views: 1

tags: another

How to tell if a .NET Assembly is debug or release (jamesewelch.wordpress.com)

published 2 years, 5 months ago, submitted by jamesewelchjamesewelch(2265) 2 years, 5 months ago

Explains how to tell if a .NET Assembly is built for debug or release by using .NET Reflector and programmatically using System.Reflection. read more...

add a comment | category: | Views: 27

tags: another