0
votes
Finding the Variable Name passed to a Function in C#
System.Environment.StackTrace will give you a string that includes the current call stack. You could parse that to get the information, which includes the variable names for each call.
…
1
vote
Federal Government Coding Style Guide
In my experience, each contractor has their own style guidelines. Even within one area of the federal government I've seen several different styles used by different projects (and rightly so IMO). …
