5
votes
2answers
116 views
define animations and triggers as reusable resource?
Is there a way to define an animation somewhere in xaml (eg. as a resource) once and then reuse it multiple times? I have a lot of independent brushes across differnt datatemplates …
5
votes
11answers
312 views
Other uses of version control than for code?
Seeing this: http://www.suckless.org/wiki.html. A wiki based on Mercurial. Are there any other non-code related use to version control? Is there any other projects that uses versio …
0
votes
6answers
103 views
How do you structure your reusable libraries?
How do you organize your code so that it can easily be ported across business projects without carrying unnecessary bloat?
For example (in .Net), let's say you have the following …
0
votes
1answer
85 views
silverlight - reusing components
I am trying to create some reusable components in Silverlight2. The difficulty comes when my components are using templates/styles that are shared with other components.
From wh …
2
votes
6answers
311 views
Code reusability - App_Code or BIN or UserControls?
I recently had a discussion on another forum with another developer and the topic was Code Reuse in ASP.NET. The stated scenario was that he needs to update code frequently on Prod …
0
votes
2answers
106 views
Can you reuse fragments of XML (in some kind of variables/references way)?
I am using SLD to style output from my geoserver. I have couple types of objects to be displayed. Each type have different icons, but text description is generated from the same in …
