Top "Class-library" questions

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

Display image in pop-up window from c# class library

I need to display a Bitmap image in a pop-up window created by a c# class library. How is this …

c# image bitmap popup class-library
how to find java classes?

I am new to programming, I was wondering if there is a way to find the java classes I need …

java class-library
Passing arguments when loading custom CodeIgniter library

I'm trying to implement a class I've written as CodeIgniter library. Somehow I can't get CI's load() method to pass …

php codeigniter arguments class-library
Cannot debug a unit testing project in Visual Studio 2012

I couldn't find a post similar to this, so I hope this isn't a duplicate. I have a c# class …

c# unit-testing visual-studio-2012 class-library
How can I call C# extension methods in VB code

I have a class library with some extension methods written in C# and an old website written in VB. I …

c# vb.net extension-methods class-library
What is the difference between a class library and a namespace?

What is the actual difference between class library and a namespace? I know both are used to group together classes, …

namespaces class-library
How can I have Netbeans automatically copy 3rd party jars from an included class-library to my project's dist/lib directory?

I have a Java Application in NetBeans 7.1 (let's call it myApp) that depends on a Java Class-Library Project [more than …

netbeans jar dependency-management class-library netbeans-7.1
How to Add web service reference into class library project .NET 4.0

I want to add web service refernece into .NET class library project 4.0. (previously web service was used into ASP.NET …

.net web-services class-library
Can I use System.Web.Mvc from a Class Library?

I'm working on an ASP.NET MVC application, but I'm trying to remove everything but Controller code from my project …

asp.net asp.net-mvc-2 class-library
What is the difference between a class library and a framework

I hear the whole day the terms class library, base class library, Framework, ... What highlights a framework and what a …

frameworks class-library