Top "Class-library" questions

A collection of classes combined into a unit maybe distributed by a third party.

References from class library are not copied to running project bin folder

I have a class library that represents my logic layer. To that library I've added a nuget package for Google.…

c# .net nuget-package class-library
How to automatically copy embedded resources from class library that is referenced by another class library?

Here is my project structure: Web Application Project Has project reference to Class Library 1 in same Visual Studio 2008 solution Class …

c# .net asp.net visual-studio class-library
How do I access HttpContext.Current.Session in a class library?

So, I am creating a class library that handles user information like username, password, etc. I want to do this …

session c#-4.0 httpcontext class-library system.web
How to structure C# class library?

good day! I need your help.. how do you write and structure your code in a class library such that …

c# .net api class-library
Extension methods in a class library project

I've implemented some extension methods and put those in separate Class Library project. Imagine I have a simple extension method …

c# asp.net extension-methods class-library
Referencing mscorlib 4.0.0.0 from .NET Core 1.0 class library

I have a .NET Core 1.0 class library which targets .NET 4.6.1 and references the .NET Standard Library 1.6.0 and Identity Framework 2.2.1 project.…

c# entity-framework .net-core class-library
Could not load file or assembly 'System.Net.Http, Version=4.1.1.1 .Net Standard

I am building a .Net standard library, which builds fine but on testing, I get this error HResult=-2147024894 Message=…

c# .net class-library .net-standard
Using MATLAB MWArray.dll in C# Class Library

I'm trying to use .dll, built in MATLAB with Matlab .net Complier, in C# Class Library, but program throws an …

c# .net arrays matlab class-library
How to resolve environment variables programatically in C# without using Environment Enum?

Possible Duplicate: Expand environment variable for My Documents We often use %% delimited environment variables in Command prompt in Windows Xp, 7, …

c# .net windows environment-variables class-library
Unable to add app.config file in Visual Studio 2017?

Working in Visual Studio 2017; I have added a class library in my project. Now I want to add an app.…

visual-studio-2017 app-config class-library