Top "Class-library" questions

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

How to open .dll files to see what is written inside?

I lost the solution of class-library, can I open .dll file which is created by class-library.

c# .net class-library
How can I use external JARs in an Android project?

I have created an Android project and added an external JAR (hessian-4.0.1.jar) to my project. I then added the …

android eclipse build.gradle class-library
What is the difference between .NET Core and .NET Standard Class Library project types?

In Visual Studio, there are at least three different types of class libraries you can create: Class Library (.NET Framework) …

.net .net-core class-library .net-standard
Adding System.Web.Script reference in class library

I am currently moving code from my app_code folder to a class library. I have tagged several methods with […

asp.net namespaces class-library
app.config for a class library

I cannot see a app.config file generated for a class library by the VS2008 wizard. In my research I …

c# visual-studio-2008 configuration log4net class-library
'System.Configuration.ConfigurationSettings.AppSettings' is obsolete

I got the following warning 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: '"This method is obsolete, it has been replaced …

c# visual-studio class class-library
Read from App.config in a Class Library project

I am developing a simple class library project, which will give me a dll. I wanted a particular value to …

c# .net app-config class-library
Java Array sort: Quick way to get a sorted list of indices of an array

The problem: Consider the following floats[]: d[i] = 1.7 -0.3 2.1 0.5 What I want is an array of int[] that represents the …

java arrays sorting class-library
How to debug class library that called from external app?

There is an external workflow that executes C# scripts and is able to work with DLL files(my class library). …

c# visual-studio debugging visual-studio-debugging class-library
Add ResourceDictionary to class library

I created a class library which is contained of WPF Windows and some user controls inherited from my c# classes …

c# wpf class-library resourcedictionary