Click here to Skip to main content
15,896,557 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: pot roast - the breakfast of champions Pin
CodeWraith2-Sep-19 7:43
CodeWraith2-Sep-19 7:43 
GeneralRe: pot roast - the breakfast of champions Pin
honey the codewitch2-Sep-19 7:46
mvahoney the codewitch2-Sep-19 7:46 
GeneralRe: pot roast - the breakfast of champions Pin
Slacker0072-Sep-19 11:57
professionalSlacker0072-Sep-19 11:57 
GeneralRe: pot roast - the breakfast of champions Pin
honey the codewitch2-Sep-19 11:58
mvahoney the codewitch2-Sep-19 11:58 
GeneralRe: pot roast - the breakfast of champions Pin
Mark_Wallace2-Sep-19 18:09
Mark_Wallace2-Sep-19 18:09 
GeneralRe: pot roast - the breakfast of champions Pin
honey the codewitch2-Sep-19 18:13
mvahoney the codewitch2-Sep-19 18:13 
GeneralRe: pot roast - the breakfast of champions Pin
Mark_Wallace2-Sep-19 18:26
Mark_Wallace2-Sep-19 18:26 
Generallet's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch2-Sep-19 6:30
mvahoney the codewitch2-Sep-19 6:30 
My TMDb library uses wrapper classes to represent entities at the remote endpoint, so like there's one for a show, one for a movie, one for each show season and each show episode, one for each person (usually cast or crew), etc.

These wrapper entity classes are typically created and then thrown away. They are essentially stateless by themselves. Instead, they have their state backed by store somewhere else.

But because of this, it means object creation and destruction in this project are off the hook, even when used as it was designed.

I really hope it's feasible to do it this way. I'd never do this in C++ or even old school VB
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
Randor 2-Sep-19 7:02
professional Randor 2-Sep-19 7:02 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
Sander Rossel2-Sep-19 10:10
professionalSander Rossel2-Sep-19 10:10 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch2-Sep-19 10:15
mvahoney the codewitch2-Sep-19 10:15 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
Sander Rossel2-Sep-19 19:18
professionalSander Rossel2-Sep-19 19:18 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
BillWoodruff2-Sep-19 10:35
professionalBillWoodruff2-Sep-19 10:35 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch2-Sep-19 10:37
mvahoney the codewitch2-Sep-19 10:37 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
BillWoodruff2-Sep-19 10:43
professionalBillWoodruff2-Sep-19 10:43 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch2-Sep-19 10:44
mvahoney the codewitch2-Sep-19 10:44 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
Pete O'Hanlon2-Sep-19 11:20
mvePete O'Hanlon2-Sep-19 11:20 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch2-Sep-19 11:21
mvahoney the codewitch2-Sep-19 11:21 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
Pete O'Hanlon2-Sep-19 21:41
mvePete O'Hanlon2-Sep-19 21:41 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch3-Sep-19 1:49
mvahoney the codewitch3-Sep-19 1:49 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
Pete O'Hanlon3-Sep-19 3:45
mvePete O'Hanlon3-Sep-19 3:45 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch3-Sep-19 4:06
mvahoney the codewitch3-Sep-19 4:06 
GeneralThought of the Day Pin
OriginalGriff2-Sep-19 4:51
mveOriginalGriff2-Sep-19 4:51 
GeneralRe: Thought of the Day Pin
phil.o2-Sep-19 5:06
professionalphil.o2-Sep-19 5:06 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-Sep-19 6:30
professionalDaniel Pfeffer2-Sep-19 6:30 

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.