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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:50:52+00:00 2026-05-23T13:50:52+00:00

When you add MVC and Razor deployment dependencies I got a lot more assemblies

  • 0

When you add MVC and Razor deployment dependencies I got a lot more assemblies than I expected. But I also get a load of XML files too. Namely:

  • Microsoft.Web.Infrastructure.xml
  • System.Web.Helpers.xml
  • System.Web.Razor.xml
  • System.Web.WebPages.Deployment.xml
  • System.Web.WebPages.Razor.xml
  • WebMatrix.Data.xml
  • WebMatric.WebData.xml

What are these for? They don’t seem to be necessary for a deployed ASP.NET MVC and Razor site to work but I’d like to know what they’re for and why or if I actually do need them before I start telling people, “No, you definitely don’t need them to run MVC 3 apps.” Plus, I’m just interested.

  • 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-23T13:50:53+00:00Added an answer on May 23, 2026 at 1:50 pm

    Namespace.xml files are documentation files. It contains whichever three slash comments you have on classes, methods, properties, …

    You can create from your files, for that go on Project Settings > Build > XML Documentation File. It will extract /// comments from your code to generate the documentation.

    Example:

    /// <summary>
    /// Crops image on the given Point and Size
    /// </summary>
    /// <param name="img">Current Image</param>
    /// <param name="xy">Point X, Y</param>
    /// <param name="wh">Size Width, Height</param>
    /// <returns></returns>
    public static Image Crop(this Image img, Point xy, Size wh)
    {
        return img.Crop(new Rectangle(xy, wh));
    }
    

    Then if you send the DLL to someone they will not necessarily have the code, so they will not have this documentation and VS intelisense will not find any information about the method. With the XML file they can see the method information even without the code.

    From MSDN:

    • Documentation tags
    • Processing the XML File
    • Delimiters for Documentation Tags
    • How to: Use the XML Documentation Features

    To clarify these are not needed when deployed to you production servers.

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

Sidebar

Related Questions

I'm trying to add some security to my ASP.NET 1.0 MVC app (VB), but
I am fairly new to MVC, but after playing with it (MVC 3/Razor), I
I've uploaded my MVC Razor solution to my production server. But when the website
I've got a large site that runs in ASP.NET MVC using the Razor view
When I try to add a partial view using asp.net mvc 3 and razor
I've been searching how to add webforms to MVC project but there lots of
Using Asp.Net MVC 3 (Razor). I'm trying to add the blockUI plug in to
Im currenty develoding a website using mvc 3 razor but have a little problem.
I have an ASP.NET MVC app and I want to add to each page
In my ASP.NET MVC application I want a user to add a value into

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.