Top "Codebase" questions

The term codebase, or code base, is used in software development to mean the whole collection of source code used to build a particular application or component.

How can I convert Assembly.CodeBase into a filesystem path in C#?

I have a project that stores templates in a \Templates folder next to the DLLs and EXE. I want to …

c# .net nunit codebase
What's the best way to become familiar with a large codebase?

Joining an existing team with a large codebase already in place can be daunting. What's the best approach; Broad; try …

legacy legacy-code codebase
Using Codebase to load assembly

Based on this question, I tried using <codebase> to locate an external assembly. Now, when I run the …

c# console-application .net-assembly codebase assembly-signing
Compare multiple files for common code

I have two projects each with a massive code base. I'd like to run a tool to go through all …

compare diff codebase
How to determine what is making Eclipse slow?

We have rather large code base (150+ projects, 400000+ lines of Java code, some Groovy and Gradle code, some Perl code, some …

eclipse performance codebase
Exception: access denied ("java.net.SocketPermission" "localhost:80" "listen,resolve")

Using Eclipse Kepler (Windows 7) for a project which opens a ServerSocket on localhost, port 80. I use a security manager with …

java eclipse securitymanager codebase security-policy