TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About resgen.exe
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bechir Bejaoui (3)
Related resources for resgen.exe
No resource found
Handle resource files - Generate a class with strongly typed properties from a resources file using resgen.exe: Part VI
9/29/2012 10:30:43 AM.
Other functionality provided by the resgen.exe witch I appreciate a lot. This tool gives you the possibility to generate an entire class with strong typed properties.
Handle resource files - Use resgen.exe to generate resources files: Part V
9/29/2012 8:24:31 AM.
The resgen.exe is a wonderful tool provided by the .Net framework to generate resx, resources files. In this article I wil show the trick of how to use it in .Net.
Handle resource files - Generate a class with strong typed properties using StronglyTypedResourceBuilder: Part VII
9/3/2008 6:51:27 AM.
You can generate a class with strongly typed properties issued from a given resources file elements or attributes using other way than in Part VI handle resource files where the resgen.exe is invoked to achieve such task.