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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:38:08+00:00 2026-05-27T02:38:08+00:00

Should one create generic actions that can respond to different parameters or create different

  • 0

Should one create generic actions that can respond to different parameters or create different actions without parameters (if possible)?

The return type will always remain the same irrespective of which action is called. there wont be a case of different views etc.

What are the disadvantages/advantages of any of the above approaches?

  • 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-27T02:38:09+00:00Added an answer on May 27, 2026 at 2:38 am

    Using parameters is a better approach because with each action, you need to have a different view. Performance wise there is no difference but maintenance wise it seems redundant to have two actions do the same thing and return same type of views.

    For example, I will have one action and pass it the category name, rather than have a action for each category

    Example code :-

    public ActionResult Catalog(string id, int?page)
        {
            Category catalog = pe.Categories.Where(cat => cat.Name == id).Single();
            int pageIndex = page ?? 1;
            CatProView catProView = new CatProView
                                    {
                                        Name = catalog.Name,
                                        SubCategories = catalog.SubCategories,
                                        PagedProducts = catalog.Products.ToPagedList(pageIndex, PageSize)
                                    };
            return View(catProView);
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a generic type that keeps a map of the versions
Should one create unit tests involving IO? Ie, testing a class method for serializing/deserializing
I have to create one table using XSLT and CSS. The table should look
Should I create two CFile objects and copy one into the other character by
For a company with many development projects, should you create multiple FitNesse wikis (one
My iPhone development profile is expiring soon. Should I create a new one, or
I'm trying to create a mapping table between two generic (content_type) references, one for
I'm trying to create a C# class that can call the same methods on
I need to build a generic django object having dynamic parameters. that is parameters
A generic example that will help me understand database relations better: 3 tables: |

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.