About 51 results
Open links in new tab
  1. 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 to get a general overview of how everything links together, from the code …

  2. How to use App.Config codebase tag with .NET assembly relative …

    Sep 2, 2025 · If the assembly is a private assembly, the codebase setting must be a path relative to the application's directory. With the following app.config is doesn't work (type is not resolved):

  3. How do you quickly learn a new project's large codebase?

    Nov 12, 2023 · Learning a new project's large codebase can be a daunting task, but with the right steps, strategies and tools, it can be made more manageable. But, learning a large codebase …

  4. RegAsm - When is the /codebase option applicable?

    The /codebase argument doesn't affect the registration per-se, or how VB6 or anybody else sees the object. Its only effect is determine where .NET will look for the DLL when VB6 (or anybody …

  5. How to finetune an LLM model on your own codebase?

    Jun 14, 2023 · I want to train an LLM model on these 10 code repositories to generate new themes using prompts. The LLM model takes the context of 10 code repositories as a …

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

    Nov 5, 2010 · A real gem. For some reason Assembly.GetCallingAssembly ().CodeBase started returning a different result, or Path.GetDirectoryName () lost the ability to parse that result. …

  7. How do I get the path of the assembly the code is in?

    Is there a way to get the path for the assembly in which the current code resides? I do not want the path of the calling assembly, just the one containing the code. Basically my unit test needs to

  8. The given assembly name or codebase was invalid. (Exception …

    Mar 15, 2020 · The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) - Visual Studio 2017 Asked 5 years, 11 months ago Modified 5 years, 11 months …

  9. c# - Using Codebase to load assembly - Stack Overflow

    If the assembly is a private assembly, the codebase setting must be a path relative to the application's directory. (from MSDN)

  10. GenAI is now commonly used for coding (e.g., 25% of the new …

    Oct 31, 2024 · GenAI is now commonly used for coding (e.g., 25% of the new Google codebase). Could the 2-year-old ban on using genAI for coding be lifted? [duplicate] Asked 1 year, 3 …