About 333,000 results
Open links in new tab
  1. What is the difference between .NET Core and .NET Standard Class ...

    What is the difference between Class Library (.NET Standard) and Class Library (.NET Core)? Compatibility: Libraries that target .NET Standard will run on any .NET Standard compliant …

  2. Why can't I reference my class library? - Stack Overflow

    I have a solution that contains a website and a class library in Visual Studio 2008. I then have another web site project outside of the solution that needs to reference the class library. I right

  3. c# - app.config for a class library - Stack Overflow

    100 I cannot see a app.config file generated for a class library by the VS2008 wizard. In my research I found that in an application only one app.config exists. Is it a bad thing to add an …

  4. How to debug external class library projects in visual studio?

    I have a project(A) that references an assembly from an external project(B) class library that is located in another vs solution. I have yet to understand how i can efficiently debug the class libr...

  5. Using IConfiguration in C# Class Library - Stack Overflow

    Instead, have your class library be agnostic to such settings and let the consumer pass those settings in. Edit: I added in dependency injection into a controller class to demonstrate using …

  6. Access from class library to appsetting.json in Asp.net-core

    I am trying to access appsetting.json file from a class library. So far the solution that I found is to create a configuration class implementing interface IConfiguration from Microsoft.Extensions.

  7. c# - "A project with an Output type of Class Library cannot be …

    A project with an Output type of Class Library cannot be started directly In order to debug this project, add an executable project to this solution which references the library project. Set the …

  8. How do I use a C# Class Library in a project? - Stack Overflow

    Aug 4, 2009 · I've created a new Class Library in C# and want to use it in one of my other C# projects - how do I do this?

  9. Add ResourceDictionary to class library - Stack Overflow

    I created a class library which is contained of WPF Windows and some user controls inherited from my c# classes that helps me to customize certain wpf controls. Now I want to add …

  10. Can a class library have an App.config file? - Stack Overflow

    Jul 31, 2016 · Well the class library can't have its own app.config, but if you define your settings the from the class library in the app.config for the exe file the class library should be able to …