---
title: "What is the ResGen.exe tool used for?"  
description: "What is the ResGen.exe tool used for?"  
author: "Varun Agrawal"  
published: 2011-03-29  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/724/what-is-the-resgen-exe-tool-used-for  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# What is the ResGen.exe tool used for?

ResGen.exe is a tool that is used to convert resource files in the form of .txt or .resx files to common language runtime binary .resources files that can be compiled into satellite assemblies.

## Answers

### Answer by krishna bramhadandi

The RESGEN.EXE stands for The Resource File Generator \
The Resource File Generator (Resgen.exe) converts text files and XML-Based Resource format files to CLR Binary files that can be embedded in a runtime binary executable or Satellite assembly.

### Answer by Varun Agrawal

ResGen.exe is a tool that is used to convert resource files in the form of .txt or .resx files to common language runtime binary .resources files that can be compiled into satellite assemblies.


---

Original Source: https://www.mindstick.com/interview/724/what-is-the-resgen-exe-tool-used-for

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
