Tagged Questions

1
vote
3answers
46 views

how to use C# debugger (or anything else) to examine what happens during a GUI event in an open source app?

imagine that you are given a big nice app in C#, with full source code. So you want to figure out what methods are executed when you do a user event, e.g. press a button or press a hotkey or whatever. …
1
vote
2answers
36 views

Can’t get AllPermission configured for intranet applet. Can anyone help?

Hello everyone, After doing a lot of reading and testing I've been unable to give all permissions to an intranet applet through the codeBase grant option. This applet need full permissions because it …
1
vote
1answer
85 views

Assembly.Load(Byte[]) and Assembly.Location/Assembly.Codebase

I'm trying to load an assembly without locking the file. These assemblies could be third party assemblies so we don't necessarily have access to the code and one or two of them make use of …
0
votes
2answers
36 views

How do you sync changes between multiple codebases?

Let's say I want to create a spinoff of a chat application branded under a different name, different UI, and some changed features. How would one sync changes between these to codebases which are 80% …
0
votes
3answers
148 views

rmi class can not found exception

I wrote an simple project using java rmi and exported to an executable jar file. When I tries to run it, sometimes i got exceptions and sometimes it works. When I specify …
23
votes
18answers
1k views

What’s the best way to become familiar with a large codebase?

Joining an existing team with a possibly-large codebase already in place can be daunting. What's the best approach; Broad; try to get a general overview of how everything links together, from the …
2
votes
5answers
109 views

How is duplicate HTML represented in your codebase, in a non-duplicate way?

Most HTML in a large website is duplicated across pages (the header, footer, navigation menus, etc.). How do you design your code so that all this duplicate HTML is not actually duplicated in your …
0
votes
1answer
212 views

Javascript_Java_Interaction applet “Codebase” problem

I saw an article about Javascript_Java_Interaction today at : http://www.rgagnon.com/javadetails/java-0184.html [ You can try the working version on that site ] So I tried it on my PC, after some …
1
vote
1answer
41 views

Open Sourcing a Framework: Ok, I bought the concept, now what?

(Note to moderators: I did my homework, and I know there is a very similar question, I'm putting on a different perspective. Please be somewhat more lenient to me. Yes, I'm asking for forgiveness not …
9
votes
9answers
388 views

How do you familiarize with a codebase that has no documentation?

I don't know, I've been told that the previous developers did fine in picking up and heading straight into coding with no major problem. I wonder if I am doing it wrong by requesting my manager for …
1
vote
2answers
135 views

Remote Codebase

I have a dll. That dll is uploaded on a server. I want that each time the application starts to get the "latest" dll from the server, so I've used the following code in my app.config. Why isn't it …
0
votes
1answer
321 views

Why does my App.Config codebase not help .NET locate my assembly?

I have the following client application and its corresponding config file: namespace Chapter9 { class Program { static void Main(string[] args) { …
8
votes
7answers
367 views

Organizing the source code base when mixing two or more langauges (like Java and C++)

I ran into a problem a few days ago when I had to introduce C++ files into a Java project. It started with a need to measure the CPU usage of the Java process and it was decided that the way to go was …
0
votes
4answers
153 views

Add to Wikipedia’s code?

I know that the wiki concept is let people from around the world contribute and everything. Now is there a way to add code ("contribute") to Wikipedia's codebase? Open-source? For eg. I'd like to …
2
votes
2answers
65 views

Merging Core Libraries

About a year ago our company rolled a relatively large software package written primarily by two senior developers. For ease of demonstration, I'll call it "project A". Since then, we have been …

1 2 next
15 30 50 per page