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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:49:43+00:00 2026-05-31T05:49:43+00:00

This time I wont be saying I’m new to razor mainly because I’m coming

  • 0

This time I wont be saying I’m new to razor mainly because I’m coming here for quite some time now, can’t escape this feeling however. Let me show you why I still feel this way. So here is my the most simplest question ever posted probably in the history of my coding so far.

Is there any reference documentation from Microsoft for Razor? I can pretty much google all other blogs out there[i.e. all the MS employee blogging all the cool stuff for razor I appreciate that already] but that’s not what I’m looking for here. I need to know is there a centralized place something like msdn by microsoft for asp.net mvc3 RAZOR oriented only, specifically related to front end controls, like SelectList and things like that. Or is it banished from microsfot?

this is the closed things I’ve come across. they tried their best to organize it but its still pretty messed up organized

http://msdn.microsoft.com/en-us/library/gg416514(VS.98).aspx

but i still find it very difficult to look find basic level information as I have no prior experience of it.

or is it like Mircosoft has launched another dev plateform before really knowing what to do with its front end or at least documenting it.

PS: please reply only if you understand this question.

  • 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-31T05:49:44+00:00Added an answer on May 31, 2026 at 5:49 am

    First of all, here is a good tutorial:

    http://msdn.microsoft.com/en-us/gg618477

    Secondly, for HtmlHelper functions(Html.SomeFunc) and UrlHelper functions(Url.SomeFunc), check below each:

    HtmlHelper: http://msdn.microsoft.com/en-us/library/system.web.mvc.htmlhelper%28v=vs.98%29.aspx
    UrlHelper: http://msdn.microsoft.com/en-us/library/system.web.mvc.urlhelper%28v=vs.98%29.aspx

    Third, you can use ASP.NET MVC3 code itself.

    http://aspnet.codeplex.com/releases/view/58781

    ASP.NET MVC3 is released under MS-PL, you can see what is going on under the hood, and the code released above provides unit tests. You can learn a lot from them.

    For example, ActionLink functions are tested like this:

    [TestMethod]
    public void ActionLink() {
        // Arrange
        HtmlHelper htmlHelper = MvcHelper.GetHtmlHelper();
    
        // Act
        MvcHtmlString html = htmlHelper.ActionLink("linktext", "newaction");
    
        // Assert
        Assert.AreEqual<string>(@"<a href=""" + AppPathModifier + @"/app/home/newaction"">linktext</a>", html.ToHtmlString());
    }
    

    You can see what is going on here.

    Finally, you can use some books. I read “Pro ASP.NET MVC3 Framework,” and that book helped me a lot. It doesn’t give you step by step examples of each HtmlHelper extension methods, but you can find the HTML those methods generate.

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

Sidebar

Related Questions

For some reason This php script won't echo anything: <?php setcookie(pop,'hi',time()+604800); echo $HTTP_COOKIE_VARS['pop']; ?>
I've been using dynamic libraries and GetProcAddress stuff for quite some time, but it
This time I have an error which I have been trying again to figure
this time it's about Ruby On Rails. I have a form in the view
this time i have a simple question: I have one table, related with himself
At this time Textmate's official Python bundle is really bare bones, especially in comparison
Ok this time I decided to make a list using the STL. I need
I really need help this time - Joomla 2.5 and latest K2. I'm using
Modified the code this time the objective to count the line of code was
I believe my question this time is simple. Let say I have a webpage,

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.