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

  • Home
  • SEARCH
  • 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 9114343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:10:46+00:00 2026-06-17T04:10:46+00:00

When looking over MVC code you will very often run into code snippets like

  • 0

When looking over MVC code you will very often run into code snippets like below:

return RedirectToAction("Index");

<li>@Html.ActionLink("Books", "Index", "Books")</li>

where controller names, controller action names or view names as provided as hard-coded strings. This is a common practice, but is it a good practice? After all if you rename controller, and forget to rename one of many references you would get a run-time error, rather than much more preferred compile-time error.

You could likely alleviate that issue by adding static Name property to your BaseController, and then use code as follows (action names would be slightly more difficult to accomplish).

<li>@Html.ActionLink("Books", "Index", BooksController.Name)</li>

So is this hard-coding something that should be considered as a lesser evil (over not using MVC). Or did people developed some practices to work around it?

  • 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-17T04:10:47+00:00Added an answer on June 17, 2026 at 4:10 am

    You’re looking for T4MVC, which generates strongly typed classes of string constants.

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

Sidebar

Related Questions

I was looking over some ASP.NET MVC 1 code (C#) in search of the
I was looking over the Ninject MVC source code, and the method that generates
For an upcoming project, I am looking into MVP as an option over MVC.
I have been looking over this code for the past hour, I cant see
I was looking over the code for qunit. My question is why would you
Looking over code examples in my lecture slides, I notice this: c = head();
Looking over the magento 1.5 schema I cannot seem to figure out how a
I am looking over csipsimple app - uses sip calls, registers. I also found
I have been looking over the internet for a while about this, but it
I have a little / weird behaviour here and Im looking over internet and

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.