The use of existing software, or software knowledge, to build new software
I have three stored procedures Sp1, Sp2 and Sp3. The first one (Sp1) will execute the second one (Sp2) and …
sql-server sql-server-2008 code-reuseI've read Romain Guy's post on the <merge /> tag, but I still don't understand how it's useful. Is …
android android-layout include code-reuseI would like to add some rounded corners to all of the UIImageViews in my project. I have already got …
ios subclass code-reuse objective-c-categoryAny code can be reused in a way or an other, at least if you modify the code. Random code …
code-reuseI know the feature doesn't exist in C#, but PHP recently added a feature called Traits which I thought was …
c# design-patterns traits code-reuse default-interface-memberI've started to wrap my functions inside of Objects, e.g.: var Search = { carSearch: function(color) { }, peopleSearch: function(name) { }, ... } This …
javascript code-reuseI have a limited background in coding native apps using languages like C++, C, and Java, but now I'm trying …
html code-reuse maintenanceIn my WPF4 Desktop-based application there is a big block with sidebar menu that repeats in each window and takes …
wpf xaml user-controls code-reuse resourcedictionaryI am developing a web application in ASP.NET MVC3 with C# and Razor. I need to create an utility …
asp.net-mvc-3 class-library code-reuse utility-methodI am trying to learn specflow and right now. Currently I have 2 feature files. In the second feature file, I …
code-reuse specflow