resourcemanager Questions

2

Solved

What, if any are the performance (or other) implications of creating a new .NET ResourceManager on every request with new ResourceManger(myResourceType.FullName, myResourceType.Assembly) vs using t...
Fauteuil asked 22/6, 2012 at 16:24

3

Solved

I am pretty new to C++11 and am now working on improving my C++ skills by trying to avoid direct usage of pointers. I am trying to write a sprite manager that keeps track of previously loaded sprit...
Plenum asked 30/7, 2012 at 12:55

1

Solved

A very simple thing, and I can't get it to work. I want to globalise my dll thus I'm using resource files + the ResourceManager. I call the resourcemanager like this: var p = new ResourceManager(...
Johathan asked 30/6, 2012 at 16:18

1

I need to write a program, that reads all string resources from dll and insert them into some table. I have the method, that reads resources: private static IEnumerable<KeyValuePair<string,...
Deduce asked 30/6, 2011 at 7:57

1

Solved

If I have a page called Default.aspx, ASP.NET automatically uses the resource file named Default.aspx.resx in App_LocalResources for localizing server controls in the page. But for some reason, I ...
Lion asked 7/4, 2011 at 15:23

1

I first came across a question similar to mine here at stack overflow: Loop through all Resources in ResourceManager - C#. It only solved part of what I need to do. When you request an entry in a r...
Weizmann asked 25/4, 2011 at 21:15

1

I want to store my resources in a different file format than NET's .resources (in particular, .po), so I wrote a custom resource set with a custom resource reader to retrieve them. I created a Reso...
Suzettesuzi asked 4/11, 2009 at 14:43

1

I have created a localized MVC website using the code found on this blog by Alex Adamyan. This is working great if I use an existing culture. However, I am trying to localize for Tagalog (tl or tl...

1

Solved

I'm creating a method to convert an enum to a friendly string. The friendly names are stored in a resource file and are subject to globalization. So I created two resource file: Enums.resx and Enum...
Repp asked 26/6, 2010 at 18:59

1

I'm working on a large-ish web application built in C# (asp.net). I've got a simple aspx page that serves localized strings to the client browser for use in javascript controls. To get the strings,...
Kaltman asked 29/10, 2009 at 20:9

5

Solved

I'm trying to write a simple Resource Manager for the little hobby game I'm writing. One of the tasks that this resource manager needs to do is unloading unused resources. I can think of doing this...
Shopping asked 6/11, 2009 at 9:20

4

Solved

I want to get a type of a "BasePage" object that I am creating. Every Page object is based off BasePage. For instance, I have a Login.aspx and in my code-behind and a class that has a method Displa...
Footpace asked 14/10, 2008 at 17:26

© 2022 - 2024 — McMap. All rights reserved.