Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am starting on an app that I'd call a "configurator", but searches on that term hit an area unrelated to my need.

 

The quickest example I can come up with is customizing a PC purchase at Dell:

-- Select a base model

-- Select case options

-- Select internal options (e.g. CPU)

-- Select modules

-- Select accessories and add-ons

...

-- Construct sales order with line items and pricing

 

As with configuring the computer, some selections depend on others.

 

In my app case, an industrial control system is ordered "semi-custom": Select a base system; select a case; select input modules; select output modules; select connectors; select external add-ons ("accessories").

 

It is kind of like a shopping-cart app, but it is NOT a Web app; stand-alone C#.

 

Any suggestions on keywords to use to search for this type of app?

 

If I start from scratch, any suggestions? An elaborate TreeView? Perhaps a split-container with the TreeView on one side representing the configuration so far, and a tab panel on the other, each panel having a few selections via radio buttons, drop-downs, and the like?

 

In my .NET work so far (as a .NET newbie pretty much), I've always found what I was searching for--eventually. Code snippets, complete apps, answers to questions as here. The hard part is knowing the best search term(s); once found they take you to a wealth of prior work.

 

TIA.

 

Lee

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...