591
votes
284answers
51k views
What is the single most influential book every programmer should read?
If you could go back in time and tell yourself to read a specific book at the beginning of your career as a developer, which book would it be?
I expect this list to be varied and to cover a wide …
0
votes
1answer
26 views
How can I access my applications images that are in my resources?
I'm going to briefly explain what I want my program to do.
I have a lot of Images on my form and I want the image source to change on MouseEnter event.
So, if a user moves the mouse over the button, …
1
vote
2answers
43 views
Resource String Location
Where is the best location to place resource strings? Does it depend on scope? Currently most of our strings are being placed at the project level, but certain strings are only needed for one form. …
0
votes
1answer
37 views
Platform independent resource system (like the Qt Resource system).
Hi, does anyone know of a platform independent resource system for C++ like the one that comes with QT (but without the Qt dependency)? I would like to access arbitrary data from withhin my C++ source …
0
votes
2answers
72 views
Use sqlite database from Android app resources
Hi everyone!
I've started Android programming recently so bear with me :)
I develop an app which has all of its content stored in database.sql file.
I've implemented a subclass of SQLiteOpenHelper …
2
votes
4answers
134 views
Personal code repository for further consulting
I've started as a developer a few months ago (c#/vb.net) and I am keeping a folder in my "pendrive" (not really a pendrive) of all the sourcecodes that i modify, with all problems i solve, and …
0
votes
1answer
22 views
How can I set an image to the Image control in WPF?
I'm doing this:
<Image Grid.Column="0" Grid.Row="0" x:Name="Andromeda" Source="/Resources/64px-Andromedahero.gif" />
But it's just not working. :S
Here's a screenshot of the file/folder …
2
votes
4answers
57 views
C# Globalization & Satellite DLL’s
I'm working on localizing an app I've written in C#.
Everything seems to be working nicely, using satellite resource assemblies to translate each form's strings (as per this tutorial: …
2
votes
2answers
28 views
Any good resource (non-people) management libraries?
As our automated test infrastructure grows, we have a need to automatically manage the test resources (servers, etc). Not manage updates to the systems but have an automatic (programmatic) way to …
1
vote
1answer
17 views
wpf - templates - pass template item as ConverterParameter
I have a template for a ListBox. In the ListBox I have a template on the ListBoxItems. I want to disable some of these items (I am still working on what I want to use to make the "event" fire, so I …
0
votes
1answer
20 views
Storing resources into “sub-bundle” ?
Hi,
I'd like to know if it is possible to store resources data into "sub-bundles" or "sub-packages" that I could put into my main AppBundle.
Indeed, I'd like to create a kind of player that reads …
2
votes
2answers
51 views
Using an embedded DLL?
Is there any detailed guide on how to use a resource embedded dll within a c# source? All the guides I find on Google don't seem to help much. It's all "make a new class" or "ILMerge" this and ".NETZ" …
2
votes
0answers
62 views
Are there any programming textbooks directly based on David Parnas’ concepts?
Some great books (like Object-Oriented Analysis and Design with Applications) cite Parnas' papers, some (like Implementation Patterns) mention them in the bibliography. I know modern OO-ness was much …
101
votes
68answers
6k views
What are the best programming articles?
Part of being a good software developer is keeping current with what people are saying in the community. There are many good articles out there on the internet about the wide subject of computer …
153
votes
61answers
9k views
What are the best RSS feeds for programmers/developers?
I am looking for a breakdown of some really good RSS feeds. I have quite a few subscriptions with Google Reader, but lack many very good development/programming feeds. Would love to see some lists …
