Click here to Skip to main content
15,885,914 members
Home / Discussions / C#
   

C#

 
AnswerRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
Eddy Vluggen11-May-19 23:13
professionalEddy Vluggen11-May-19 23:13 
GeneralRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
atrus271113-May-19 2:17
atrus271113-May-19 2:17 
GeneralRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
Eddy Vluggen13-May-19 3:29
professionalEddy Vluggen13-May-19 3:29 
GeneralRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
atrus271113-May-19 4:09
atrus271113-May-19 4:09 
GeneralRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
Eddy Vluggen13-May-19 7:31
professionalEddy Vluggen13-May-19 7:31 
AnswerRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
Gerry Schmitz11-May-19 23:37
mveGerry Schmitz11-May-19 23:37 
GeneralRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
atrus271113-May-19 2:26
atrus271113-May-19 2:26 
GeneralRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
Gerry Schmitz13-May-19 3:34
mveGerry Schmitz13-May-19 3:34 
A WPF or UWP ListView; hosting a custom control for each node (expander icon, text) for the tree; virtualized over the display height.

The data source can be any database.

Your "use case" is CRUD. Generic in the absence of extra detail. "Objects".

The "chart of accounts" ACCOUNT type is a single class; with ONE PARENT; and optional children. It's one of the simplest and most sensible hierarchical structures around.

The COA is not 100K; EXCLUDING the detail posting accounts (e.g. Clients), it's not more than several 1000 (and that's anal); and is STATIC for the most part once created.

A division of 5 to 10 users ... Optimistic locking.

About 1000-2000 lines of C# code; with comments.

Easy if you understand recursion. (And Accounting).

The part everyone usually under values (or over values) and messes up the most is the "account code".
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal


modified 13-May-19 9:52am.

GeneralRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
atrus271113-May-19 4:24
atrus271113-May-19 4:24 
GeneralRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
Gerry Schmitz13-May-19 5:21
mveGerry Schmitz13-May-19 5:21 
GeneralRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
atrus271113-May-19 20:31
atrus271113-May-19 20:31 
GeneralRe: Ideas wanted: editor for large parent-child tree structure in multiuser environment Pin
Gerry Schmitz14-May-19 4:48
mveGerry Schmitz14-May-19 4:48 
QuestionBacking up a C# project Pin
Brian_TheLion10-May-19 13:56
Brian_TheLion10-May-19 13:56 
AnswerRe: Backing up a C# project Pin
BillWoodruff10-May-19 19:19
professionalBillWoodruff10-May-19 19:19 
AnswerRe: Backing up a C# project Pin
OriginalGriff10-May-19 20:24
mveOriginalGriff10-May-19 20:24 
GeneralRe: Backing up a C# project Pin
BillWoodruff11-May-19 2:10
professionalBillWoodruff11-May-19 2:10 
GeneralRe: Backing up a C# project Pin
OriginalGriff11-May-19 2:35
mveOriginalGriff11-May-19 2:35 
GeneralRe: Backing up a C# project Pin
BillWoodruff11-May-19 14:20
professionalBillWoodruff11-May-19 14:20 
GeneralRe: Backing up a C# project Pin
Brian_TheLion13-May-19 14:02
Brian_TheLion13-May-19 14:02 
GeneralRe: Backing up a C# project Pin
Dave Kreskowiak13-May-19 16:09
mveDave Kreskowiak13-May-19 16:09 
QuestionHow to read a Temperature for August and get the total Aveg just for 29 day instead 31 day ? Pin
Abdalla Ben Omran7-May-19 22:47
Abdalla Ben Omran7-May-19 22:47 
AnswerRe: How to read a Temperature for August and get the total Aveg just for 29 day instead 31 day ? Pin
Gerry Schmitz7-May-19 23:09
mveGerry Schmitz7-May-19 23:09 
GeneralRe: How to read a Temperature for August and get the total Aveg just for 29 day instead 31 day ? Pin
Abdalla Ben Omran7-May-19 23:17
Abdalla Ben Omran7-May-19 23:17 
AnswerRe: How to read a Temperature for August and get the total Aveg just for 29 day instead 31 day ? Pin
OriginalGriff7-May-19 23:21
mveOriginalGriff7-May-19 23:21 
GeneralRe: How to read a Temperature for August and get the total Aveg just for 29 day instead 31 day ? Pin
Abdalla Ben Omran8-May-19 0:00
Abdalla Ben Omran8-May-19 0:00 

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.