Click here to Skip to main content
15,918,193 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: Thought of the Day Pin
Rajesh R Subramanian5-Dec-18 13:57
professionalRajesh R Subramanian5-Dec-18 13:57 
GeneralRe: Thought of the Day Pin
Gary Wheeler6-Dec-18 1:56
Gary Wheeler6-Dec-18 1:56 
GeneralRe: Thought of the Day Pin
Rajesh R Subramanian6-Dec-18 17:55
professionalRajesh R Subramanian6-Dec-18 17:55 
GeneralRe: Thought of the Day Pin
Gary Wheeler7-Dec-18 1:53
Gary Wheeler7-Dec-18 1:53 
GeneralRe: Thought of the Day Pin
DRHuff5-Dec-18 7:48
DRHuff5-Dec-18 7:48 
GeneralRe: Thought of the Day Pin
Eric Lynch5-Dec-18 10:35
Eric Lynch5-Dec-18 10:35 
GeneralRe: Thought of the Day Pin
Rajesh R Subramanian5-Dec-18 13:59
professionalRajesh R Subramanian5-Dec-18 13:59 
Questionprogramming question Pin
Super Lloyd5-Dec-18 4:33
Super Lloyd5-Dec-18 4:33 
Please don't shoot! I swear no code is involved! Kinda... C# and ComponentModel are involved... OMG | :OMG: Roll eyes | :rolleyes:

I am making a new class, and I am looking for just the right name for it!

This class is an observable readonly list that has an inner observable list.
And every time the inner list updates, it updates in much the same way.
The idea is my data model might be a List<Foo> but my view model need a List<FooViewModel> and this class automatically synchronize both.

My question: I wonder about a good name!

Currently it's called ListView<TInner, TOuter>
It's not that great, I was thinking ExtendedList<TInner, TOuter> or ListViewModel<TInner, TOuter>.
But none of those names are... concise, nice sounding and descriptive enough me think.

What would you suggest? Smile | :)

[EDIT]
I am moving towards ListViewModel ...
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!


modified 5-Dec-18 11:26am.

AnswerRe: programming question Pin
dan!sh 5-Dec-18 4:44
professional dan!sh 5-Dec-18 4:44 
GeneralRe: programming question Pin
Slacker0075-Dec-18 4:53
professionalSlacker0075-Dec-18 4:53 
AnswerRe: programming question Pin
PIEBALDconsult5-Dec-18 4:57
mvePIEBALDconsult5-Dec-18 4:57 
GeneralRe: programming question Pin
Super Lloyd5-Dec-18 5:25
Super Lloyd5-Dec-18 5:25 
AnswerRe: programming question Pin
Ravi Bhavnani5-Dec-18 5:32
professionalRavi Bhavnani5-Dec-18 5:32 
JokeRe: programming question Pin
Daniel Pfeffer5-Dec-18 5:46
professionalDaniel Pfeffer5-Dec-18 5:46 
GeneralRe: programming question Pin
Super Lloyd5-Dec-18 6:09
Super Lloyd5-Dec-18 6:09 
GeneralRe: programming question Pin
Ravi Bhavnani5-Dec-18 11:17
professionalRavi Bhavnani5-Dec-18 11:17 
AnswerRe: programming question Pin
W Balboos, GHB5-Dec-18 5:55
W Balboos, GHB5-Dec-18 5:55 
PraiseRe: programming question Pin
Gary Wheeler5-Dec-18 6:48
Gary Wheeler5-Dec-18 6:48 
GeneralRe: programming question Pin
jsc425-Dec-18 23:00
professionaljsc425-Dec-18 23:00 
AnswerRe: programming question Pin
RickZeeland5-Dec-18 6:47
mveRickZeeland5-Dec-18 6:47 
AnswerRe: programming question Pin
Michael Martin5-Dec-18 9:24
professionalMichael Martin5-Dec-18 9:24 
GeneralRe: programming question Pin
Rick York5-Dec-18 9:52
mveRick York5-Dec-18 9:52 
GeneralRe: programming question Pin
Michael Martin5-Dec-18 11:08
professionalMichael Martin5-Dec-18 11:08 
GeneralRe: programming question Pin
Rick York5-Dec-18 14:29
mveRick York5-Dec-18 14:29 
GeneralRe: programming question Pin
Michael Martin5-Dec-18 15:06
professionalMichael Martin5-Dec-18 15:06 

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.