Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 248011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:18:26+00:00 2026-05-11T21:18:26+00:00

Aside from the MVVM, as well as MVC patterns for the overall structure of

  • 0

Aside from the MVVM, as well as MVC patterns for the overall structure of a WPF app, how exactly do you break up the model/controller aspect of an app into subcomponents? The reason I ask is that I have no problem architecting the solution from the perspective of the patterns mentioned above, but when it comes to actually writing the backend; I feel that i’m fudging a lot of it. I end up with high quality apps from the user perspective, but my design asthetics don’t allow me accept this.

To clarify; a lot of my business logic cannot be refactored into a class (or class hierarchy, with all associated interfaces) in any easy or meaningful way without having to change the entire app. I’ve been developing professionally for a year and a half now, so it may be an issue of inexperience; but I feel that it’s still no excuse. Any pointers to this admittedly open ended question?

Edit: code request (in Silverlight)- The following is a -snippet- from a mousebuttonup handler in a drag-drop allocation application that’s part of a much larger app-

I just really don’t like how blunt the logic is, and hate the way that it’s all completely unfactorable, since everything is getting stuffed into event handlers.

       //determine if there is a previously existing allocated sale corresponding to this purchase's ID

                SaleWS allocSaleExisting = colltoaddsale.FirstOrDefault(s => (s.p_TRADEID == allocPurch.TRADEID));


                if (allocSaleExisting != null && allocSale.TRADEID == allocSaleExisting.TRADEID)
                {
                    PurchaseWS allocPurchExisting = colltoadd.First(p => p.TRADEID == allocPurch.TRADEID);

                    //allocPurchExisting.AMOUNT += allocPurch.AMOUNT;
                    allocSaleExisting.AMOUNT += allocSale.AMOUNT;


                    allocPurchExisting.AMOUNT += allocSale.AMOUNT;
                    allocPurch.AMOUNT -= allocSale.AMOUNT;


                    colltoaddsale.Remove(allocSale);


                    //colltoadd.Remove(allocPurch);

                }

                else
                {


                    //Create new "split" item in the data source for the source table
                    PurchaseWS splitAllocPurch = new PurchaseWS { COMMODITY = allocPurch.COMMODITY, CONTRACTNUMBER = allocPurch.CONTRACTNUMBER, AMOUNT = allocPurch.AMOUNT - allocSale.AMOUNT, FORM = allocPurch.FORM, GRADE = allocPurch.GRADE, LOCATION = allocPurch.LOCATION, SHIP_DATE = allocPurch.SHIP_DATE, TRADEID = allocPurch.TRADEID, UNITS = allocPurch.UNITS };

                    //update the source table's selecteditem datacontext with the target allocation id

                    allocPurch.s_TRADEID = allocSale.TRADEID;

                    allocSale.p_TRADEID = allocPurch.TRADEID;

                    allocPurch.AMOUNT = allocSale.AMOUNT;




                    colltoadd.Insert(colltoadd.IndexOf(allocPurch) + 1, splitAllocPurch);







                }


            }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T21:18:26+00:00Added an answer on May 11, 2026 at 9:18 pm

    Take a look at the Composite Application Guidance from the Patterns and Practices group.

    It’s geared specifically towards this, including using MVVM for WPF/Silverlight in large scale applications, and how to handle business logic concerns, etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Aside from trying perldoc <module name> individually for any CPAN module that takes my
Aside from Episerver.com What other websites do people who develop using EPiServer use as
Aside from executing XP_CmdShell, which I have disabled in my SQL 2005 installation, what
Aside from DeployerFTP, are there any plugins that offer the ability to deploy a
Aside from writing an alias or script, is there a shorter command for getting
Aside from enhanced user experience, do Ajax calls provide any significant performance benefit?
Do you use code-generation tools (aside from those used to generate proxies and from
I'm looking at opening up a website in the near future and aside from
This is in reference to a question I asked earlier. Aside from viewing the
Which Eclipse files is it appropriate to put under source control, aside from the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.