PrepAway - Latest Free Exam Questions & Answers

You are preparing for the deployment of an ASP.NET MVC application. You need to generate a deployment manifest

You are preparing for the deployment of an ASP.NET MVC application. You need to generate a deployment manifest.

Which command-line tool sh

ould you use?

A. Mage.exe

B. Ngen.exe

C. ALexe

D. Resgen.exe

Explanation:

The Manifest Generation and Editing Tool (Mage.exe) is a command-line tool that supports the creation and editing of application and deployment manifests.

Incorrect

Answers

:

B: The Native Image Generator (Ngen.exe) is a tool that improves the performance of managed applications. Ngen.exe creates native images

C: Al.exe generates a file with an assembly manifest, not an deployment manifest, from one or more files that

are either resource files or Microsoft intermediate language (MSIL) files.

D: Resgen.exe, the Resource File Generator, converts text (.txt or .restext) files and XML-based resource format (.resx) files to common language runtime binary (.resources) files t

hat can be embedded in a runtime binary executable or compiled into satellite assemblies.

References: http://www.devcurry.com/2011/02/important-net-framework-40-command-line.html


Leave a Reply