Stories recently tagged with 'JamesWelch'

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

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 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: 24

tags: another

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

submitted by jamesewelchjamesewelch(2275) 4 years, 8 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: 39

tags: another

Naming Guidelines for Coding(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 8 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: 8

tags: another

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

submitted by jamesewelchjamesewelch(2275) 4 years, 8 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: 43

tags: another