Click here to Skip to main content
15,891,033 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: My weekend "First Post" Pin
Mark_Wallace10-Jan-17 7:00
Mark_Wallace10-Jan-17 7:00 
GeneralRe: My weekend "First Post" Pin
CDP180210-Jan-17 3:51
CDP180210-Jan-17 3:51 
GeneralRe: My weekend "First Post" Pin
Wastedtalent10-Jan-17 3:55
professionalWastedtalent10-Jan-17 3:55 
GeneralRe: My weekend "First Post" Pin
Tim Carmichael10-Jan-17 5:06
Tim Carmichael10-Jan-17 5:06 
GeneralRe: My weekend "First Post" Pin
F-ES Sitecore10-Jan-17 5:11
professionalF-ES Sitecore10-Jan-17 5:11 
GeneralRe: My weekend "First Post" Pin
Pete O'Hanlon10-Jan-17 5:22
mvePete O'Hanlon10-Jan-17 5:22 
PraiseRe: My weekend "First Post" Pin
Jeremy Falcon10-Jan-17 6:45
professionalJeremy Falcon10-Jan-17 6:45 
QuestionIdeas for generalized data object??? Pin
Michael Breeden10-Jan-17 2:50
Michael Breeden10-Jan-17 2:50 
Somebody has done this before....
I have a long list of members in a class called c_Client. Data for the class will come from database, HTML scraping and PDF scraping. It's a mess. I really don't know the extent of the mess.
So I made a c_Field class. c_Client contains a List<c_field>. c_Field has members ~ like

sNameInDatabase, // for select or insert statements
sDataFromDatabase, // some of the data will start out in the database, like the key
sDataFromScrape, // data from parse of screen scrape
sCaption // for parsing screen scraping ~ like "First Name:"
DataType, // int, string, Date
iMaxLength, // of strings
sError // You guess

Now I'm sure somebody has done stuff like this before... but I have no idea where to start looking or even search words. Any thoughts? T'anks, Mike
AnswerRe: Ideas for generalized data object??? Pin
Nighthowler10-Jan-17 2:59
Nighthowler10-Jan-17 2:59 
GeneralRe: Ideas for generalized data object??? Pin
CDP180210-Jan-17 3:07
CDP180210-Jan-17 3:07 
GeneralRe: Ideas for generalized data object??? Pin
ZurdoDev10-Jan-17 3:18
professionalZurdoDev10-Jan-17 3:18 
GeneralRe: Ideas for generalized data object??? Pin
CDP180210-Jan-17 4:03
CDP180210-Jan-17 4:03 
JokeRe: Ideas for generalized data object??? Pin
ZurdoDev10-Jan-17 3:18
professionalZurdoDev10-Jan-17 3:18 
GeneralRe: Ideas for generalized data object??? Pin
Nagy Vilmos10-Jan-17 3:36
professionalNagy Vilmos10-Jan-17 3:36 
AnswerRe: Ideas for generalized data object??? Pin
Kornfeld Eliyahu Peter10-Jan-17 3:14
professionalKornfeld Eliyahu Peter10-Jan-17 3:14 
AnswerRe: Ideas for generalized data object??? Pin
lopatir10-Jan-17 3:15
lopatir10-Jan-17 3:15 
QuestionRe: Ideas for generalized data object??? Pin
ZurdoDev10-Jan-17 3:17
professionalZurdoDev10-Jan-17 3:17 
AnswerRe: Ideas for generalized data object??? Pin
Kornfeld Eliyahu Peter10-Jan-17 3:23
professionalKornfeld Eliyahu Peter10-Jan-17 3:23 
GeneralRe: Ideas for generalized data object??? Pin
ZurdoDev10-Jan-17 3:27
professionalZurdoDev10-Jan-17 3:27 
GeneralRe: Ideas for generalized data object??? Pin
Slacker00710-Jan-17 3:34
professionalSlacker00710-Jan-17 3:34 
AnswerRe: Ideas for generalized data object??? Pin
Slacker00710-Jan-17 3:40
professionalSlacker00710-Jan-17 3:40 
GeneralOK, Q&A section next time Pin
Michael Breeden10-Jan-17 3:56
Michael Breeden10-Jan-17 3:56 
GeneralRe: OK, Q&A section next time Pin
Slacker00710-Jan-17 4:13
professionalSlacker00710-Jan-17 4:13 
GeneralRe: OK, Q&A section next time Pin
Michael Breeden10-Jan-17 4:26
Michael Breeden10-Jan-17 4:26 
GeneralRe: OK, Q&A section next time Pin
Slacker00710-Jan-17 4:28
professionalSlacker00710-Jan-17 4:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.