Doug L.

1,384
Reputation
213 views

Registered User

Name Doug L.
Member for 1 year
Seen 3 hours ago
Website
Location United States
Age 41
Software Developer
Nov
23
comment How do you like your naming conventions?
I'm guessing that the underscore is a pain-in-the-rear to type.
Nov
11
answered Sublist in C sharp
Nov
8
answered How to make words into a category. (NLP)
Nov
6
answered Dashboard with re-arrangeable dashboard elements in Silverlight?
Nov
6
revised asp.net visibility of an element in master page
edited tags
Nov
5
answered Is there a good alternative to xml documentation comments for C#?
Nov
5
answered Is there a design pattern for dealing with large datasets over the internet?
Oct
23
answered System.Net.Mail Alternative
Sep
26
awarded  
Sep
20
comment What’s your most controversial programming opinion?
Are you nuts? <wink> I'll vote you up just because I disagree so strongly (and that makes it controversial - to me anyway). I need those tools. It would be similar to punishing everyone by taxing junk food because some people can't control themselves.
Sep
20
awarded  Yearling
Sep
10
answered How to find out whether somebody has subscribed to an event ?
Sep
6
answered Books for GUI framework creation
Sep
3
answered How to debug *Invoke() in Visual Studio 2008
Sep
2
accepted barcode image to Code39 conversion in C#?
Aug
17
comment Outlook MailItem: How to distinguish whether mail is incoming or outgoing?
Do you have to check all of the recipients, cc's, etc or can you just look at the sender? If the account owner didn't send it, then it's incoming.
Aug
17
comment Outlook MailItem: How to distinguish whether mail is incoming or outgoing?
That's a very good question. I don't have a god answer for that one.
Aug
17
answered Outlook MailItem: How to distinguish whether mail is incoming or outgoing?
Jun
20
comment Using base classes and method overriding to write neater code
@JP - Thanks for the BlackWasp link!
Jun
19
comment Why do people consistently recommend using appConfig instead of using Settings files? (.NET)
@Jedi - but you even said below, "...because hand sculpting them the first couple times is painful." Sure, once it's all in place it's great. But in the beginning, app.config is easier and that's why people use it. I didn't say it was best, just easy. It's the path of least resistance and that's the answer to the question. Respectfully... :)
Jun
19
answered Why do people consistently recommend using appConfig instead of using Settings files? (.NET)
Jun
18
answered What Image format should I use for barcodes created on the fly.
Jun
17
answered How to Display an image next to the cursor when dragging?
Jun
16
answered sql query joins multiple tables - too slow (8 tables)
Jun
16
accepted how to keep a track of last modified time
Jun
15
answered how to keep a track of last modified time
Jun
15
comment calling sprocs from a db layer in c#
+1 for 'using()' to eliminate memory leaks!
Jun
14
answered Alternatives To The Treeview
Jun
14
answered switch statement
Jun
12
revised How can I update a TextBox from a class using events?
Clarify
Jun
12
revised How can I update a TextBox from a class using events?
Added Code
Jun
12
answered How can I update a TextBox from a class using events?
Jun
12
comment SqlCommand C# Issue
This is a good idea - remember, the error you see is sometimes the result of a deeper error that has bubbled up to the point where it gets reported. In this case, since the code usually works, you should look at external (database) influences.
Jun
12
answered Developing mobile apps