resources

Loop through all Resources in ResourceManager - C#

Hi! How do I loop into all the resources in the resourcemanager? Ie: foreach (string resource in ResourceManager) //Do something with the recource. Thanks ...

Is there a way to make Strongly Typed Resource files public (as opposed to internal)?

Here's what I'd like to do: I want to create a library project that contains my Resource files (ie, UI Labels and whatnot). I'd like to then use the resource library both in my UI and in my Tests. (Ie, basically have a common place for my resources that I reference from multiple projects.) Unfortunately, because the StronglyTypedResou...

Database Design

I need to create a database to store simulation results. What resources are out there to help me design this? EDIT: For those who want more details... We work with a discrete event simulation used by the military. Important simulation events are thus when weapons are fired, when kills occur, and also when weapons fail to kill a targe...

Great resources for using the CLR Profiler APIs

I'm looking for good resources to learn and contribute to regarding CLR profiler API knowledge (a.k.a "Extended Reflection"). Got one? Only other question here islink text but it's just a beginning. ...

Example code required for how to access embedded .Net image resources in C#.

It's very easy to mark an image file to become an embedded resource however how does one access the image thereafter. Please can I have some example code? ...

Best C++ Resource

Java has its own (self-documented) Javadoc, PHP has PHP.net, all the MS documenation can be found at the MS Developers Network, but whenever it comes to throwing together some C++ my first stop is always Google. To all the C++ developers out there, what's your one-stop-shop? ...

In Java, how to reload dynamically resources bundles in a web application ?

We are using fmt:setBundle to load a resource bundle from a database (we extended the ResourceBundle class to do that). When we modify a value in database, we have to reload the web server to display the new value on the web app. Is there any simple way to use the new value without restarting the web server ? (We do not want to always ...

Determine if a resource exists in ResourceManager.

Is there anyway to determine if a ResourceManager contains a named resource? Currently I am catching the MissingManifestResourceException but I hate having to use Exceptions for non-exceptional situations. There must be some way to enumerate the name value pairs of a ResourceManager through reflection, or something? EDIT: A little mor...

How does one find reputable recruiters/headhunters as a job seeker?

I'm sort of new to the job search process, having spent a couple years in the industry straight out of college and then gone to graduate school for way too many years. Now, despite (hopefully) getting a PhD from a top-tier school in 6 months, I'm leaving the academia and going back to the industry for a hands-on-position that will hope...

What are the best resources to start learning Perl?

I want to start learning Perl from scratch and I need to find some good tutorials and books to begin with. I found this tutorial very helpful and I'm wondering if you guys know of some more useful resources to help me learn more about this language. ...

Skipping the 'CompressResources' build step for XCode iPhone apps

Is it possible to set an iPhone XCode project to skip the 'CompressResources' build step? Specifically, I want to skip the stage where it runs pngcrush on all of my .png files, many of which don't survive the experience in a form which my app can read. Edit: the version of pngcrush used creates png files which contain a non-standard 'm...

Default segment name in rails resources routing

I want to create a route in my rails application along the lines of /panda/blog /tiger/blog /dog/blog where panda, tiger, and dog are all permalinks (for an animal class) The normal way of doing this map.resources :animals do |animal| animal.resource :blog end would create routes along the lines of /animals/panda/blog /animals/t...

Are there any websites that provide news in the computing field?

For example, I found a website called KMWorld.com, a part of the Information Today network, that appears to have the latest research and publications in knowledge management. Are there sites like this for other fields, or perhaps a network of computer science and software engineering sites? I have made this post wiki editable so that it...

What are the best tutorials about caching with PHP?

What are the best resources or tutorials for caching in PHP 5? I'm looking for something that I could possibly build on my own. Zend Cache, APC, and similar utilities are also options, but I really want to steer away from full-fledged templating systems like Smarty, etc. ...

What are some good DirectX resources for a beginner?

Hi all, I'm learning DirectX as part of a hobby project. I've been looking for some good online resources for DirectX9 (using C++, if that distinction matters), but haven't found anything that's a) great for a beginner and b) up to date. Any recommendations? ...

Can I list the resources in a given package?

Lets assume my classes are loaded from a compressed .war file or loaded elsewhere, how can I discover all the resources in a given package? Enumerating files will not really work, since this is a war file. Most likely this will involve using the current classloader? Is there a library out there that does something like that? Googling...

Agile/Scrum resource planning cross projects

We have different steps in our planning for online webprojects: 1) Information Architecture Provides user stories Provides wireframes 2) Design Use Wireframes to develop a nice design 3) Development 4) Testing I know that working agile asks for dedicated teams. But it is impossible to have a dedicted IA until the end of the pr...

Personal Code Library

So I assume I'm not the only one. I'm wondering if there are others out there who have compiled a personal code library. Something that you take from job to job that has examples of best practices, things you are proud of, or just common methods you see yourself using over and over. I just recently started my C# library. It already has...

Set application icon from resources in VS 05

I know I can add a icon to the Resources.resx file of a project and then reference that icon from within the code. How do I set the icon of the entire EXE from the resources? All I see is a place to browse for another file. I want to use the current icon file that I have in my resources and not have to have a duplicate file in my projec...

Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dlls

I have been recommended "Resource Tuner console" but it's a little out of my price range. I'm looking for something that could be launched from a nant build script and told to stamp an exe with an additional property as described in my previous question. ...