CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2020
    Posts
    14

    Understanding MVVM Questions.

    #1 In the model we create our classes such as Person,Customer,
    But what code goes inside there?

    #2 In View is for the windows or the usercontrol we create such as Mainwindow.xaml with Mainwindow.cs Correct?
    and that is the place we also do the bindings right?

    #3 ViewModel is where the binding takes place i guess? such as if we had a FirstName it would load from here? or save data et.c
    NOTE: BE SPECIFIC THEN I ASK MORE QUESTIONS
    Last edited by TheUninvited; September 1st, 2020 at 05:46 AM.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Understanding MVVM Questions.

    Search bing or google for "wpf mvvm tutorials".

    After you've done a couple of them you may find you don't have any more questions.

  3. #3
    Join Date
    Aug 2020
    Posts
    14

    Re: Understanding MVVM Questions.

    Quote Originally Posted by Arjay View Post
    Search bing or google for "wpf mvvm tutorials".

    After you've done a couple of them you may find you don't have any more questions.
    I have already done, my questions is still up , it's fine if you dont want to answer i mean you are the only guy who helps me out here so i am just grateful hehe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured