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 8290023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:40:35+00:00 2026-06-08T12:40:35+00:00

I have two screens, a standard user screen and an admin screen. The changes

  • 0

I have two screens, a standard user screen and an admin screen. The changes between the two are fairly minor – a few extra buttons and options on the admin screen.

As far as MVC best practices, is it better to:

  1. Use the same view and the same viewmodel for both the admin and the standard user screen. That way there is no code duplication, but I will have several if…else statements in the view and controller

  2. Use separate views and viewmodels for the admin and user screens. This leads to some code duplication, but is ultimately the most flexible if the screens end up diverging more than they currently are.

  3. Some other great solution for this?

  • 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-06-08T12:40:36+00:00Added an answer on June 8, 2026 at 12:40 pm

    I would use seperate viewmodels and apply inheritance to your ViewModel .So you are not duplicating the code.

    public class CustomerCreateViewModel
    {
      //Here i i have properties common to both user and admin
      public string FirstName { set;get;}
      public string LastName { set;get;}
    }
    public class AdminCustomerCreateViewModel : CustomerCreateViewModel
    {
      //This property is only for admin
      public string ReasonForFiring { set;get;}
    }
    

    I personally prefer to keep separate views because it makes things clean and more readable /maintainable. Now you have 2 separate ViewModels, so have separate views. You may consider render Partial Views (in both the views) as necessary

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

Sidebar

Related Questions

i am self_learner to android. I have two screens.The first screen contains one edittext
I have two screens on my app that I want to present to users,
I have two templates for my HTML email: one for bigger screens, and one
I've been using the Caliburn.Micro framework lately. I have a ShellView and two screens,
How can you combine two windows in Screen? I have two windows such that
I have Two Tabs Tab-1 and Tab-2 at bottom of the screen. Send button
Suppose I have two fingers touching iPhone's screen but just one is moving. TouchesMoved
I want to have two Emacs windows on the screen: one for Dired and
I have two views, one view takes the whole screen, the second view covers
I have selected two components in the Customize Layout screen using a hint from

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.