reusability Questions

2

Solved

How can I reuse the application icon from within my application so I don't have to embedded it twice (once for the application icon and once for internal usage)?
Pontic asked 29/8, 2009 at 18:11

5

Solved

I would like to make use of few methods from couple of my old tested classes into my new class that I am building. Unfortunately, C# does not support multiple inheritance. How do I reuse code from ...
Soapberry asked 29/7, 2009 at 20:56

2

Solved

Although my question might seem abstract I hope it's not. Suppose I develop an application, an ASP.NET MVC site and later I am tasked to build an Winforms client for this application how much and h...
Godart asked 23/9, 2008 at 22:39

4

Solved

I am interested to know how people organise their code libraries, particularly with respect to reusable components. I am talking in OO terms below but I am interested in how your organise libraries...
Eam asked 10/5, 2009 at 19:21

1

Solved

This is in NetBeans 6.5, Java 6. I have the following hierarchy in the NetBeans GUI Designer: JFrame JTabbedPane JPanel X <...> JPanel JButton JPanel Y <...> JButton Questio...
Casemate asked 28/3, 2009 at 0:22

10

Besides the unit testing benefits, what I heard regarding MVP pattern was that the reusability of the presentation layer. So, you would design one presentation layer and use it for WinForms (...
Gnarly asked 9/10, 2008 at 14:30

13

Solved

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 version control tools i...
Unruh asked 4/12, 2008 at 14:14

© 2022 - 2024 — McMap. All rights reserved.