| bio | website | abantossoftware.blogspot.com |
|---|---|---|
| location | Concord, NH | |
| age | 41 | |
| visits | member for | 4 years, 8 months |
| seen | Feb 4 '10 at 16:12 | |
| stats | profile views | 50 |
I've been programming for 20+ years in many different languages, and I hope to keep writing programs in many other languages to come. Currently, I do most of my work in C# and Managed C++, and I use Python for most of my personal projects or small automation scripts.
Othere interests include, digital photography, music (I play piano and guitar), and magic.
|
Mar 8 |
awarded | Popular Question |
|
Mar 21 |
awarded | Nice Question |
|
Dec 20 |
awarded | Nice Answer |
|
Dec 6 |
awarded | Great Answer |
|
Sep 29 |
awarded | Yearling |
|
Jul 7 |
awarded | Good Answer |
|
Oct 20 |
awarded | Taxonomist |
|
Nov 12 |
awarded | Notable Question |
|
Nov 2 |
awarded | Tumbleweed |
|
Sep 17 |
awarded | Yearling |
|
Feb 27 |
awarded | Popular Question |
|
Dec 3 |
comment |
Removing code from Release build in .NET This is exactly what I was hoping for, since it is customizable and extensible. |
|
Dec 3 |
answered | How does one declare an array of constant function pointers in C? |
|
Dec 3 |
accepted | Removing code from Release build in .NET |
|
Dec 3 |
asked | Removing code from Release build in .NET |
|
Nov 7 |
accepted | Is there a way to use inline comments to document members in .NET? |
|
Nov 6 |
comment |
Is there a way to use inline comments to document members in .NET? Most parsers use a character to understand that the documentation is referring to the symbol prior to the comment. Something like: public static string MyField; //- <summary>Information</summary> When the parser sees //- as opposed to /// it knows it is documentation for the preciding symbol. |
|
Nov 6 |
comment |
Is there a way to use inline comments to document members in .NET? I know I can put it before. I'm asking if I can put it after in the same line. |
|
Nov 6 |
asked | Is there a way to use inline comments to document members in .NET? |
|
Oct 27 |
answered | Can I force subclasses to override a method without making it abstract? |