Top "Class-library" questions

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

Is there an equivalent of Application_Start for a class library in c#

I would like to execute certain code in a class library when it is instantiated from another assembly. Is there …

c# .net class-library
.net 2010 calling DoEvents (yes I want to) from inside a custom control library

I have a custom control's library. Now there's a control which looks like a panel, and when it opens up …

vb.net animation class-library doevents
Class library does not recognize CommandManager class

I'm developing WPF applications and I want to reuse my classes that are the same in all those applications so …

c# wpf mvvm command class-library
different between class library and portable class library in visual studio

There are different types of Class libraries available in Visual Studio such as Silverlight Class Library, Portable Class library and …

visual-studio class-library
Log4Net does not log from a class library

I am working on .NET Framework 4.0 using C# in Windows 7, and trying to log from a class library but it's …

log4net class-library
Class library with service references

I have a class library (.NET) with a reference to a web service (in some server, not a project in …

.net web-services app-config class-library
When is it the right time to use C# class library (.dll)?

I'm a programmer who has never really used .dll files. Of cause, when I need 3rd party software, such as …

c# class dll class-library
C# class library project dependency injection bootstrap

I recently used Dependency Injection pattern with Autofac as the IoC Container. Normally, I would use it inside core application (…

c# .net dependency-injection inversion-of-control class-library
WCF Service Library vs Class Library project types

What does a WCF Service Library do that a regular class library doesn't? Edit: I posted my own answer. Am …

.net wcf class-library project-types
Visual Studio Performance Profiling - Class library symbols could not be found

I'm trying to Instrument an ASP.NET web-application with Visual Studio 2012, .NET 4. The solution contains a web-application and a class …

c# visual-studio-2012 instrumentation class-library