A collection of classes combined into a unit maybe distributed by a third party.
I am working on a class library (DLL) project in Visual Studio 2008; programming in C#. In order to test my …
c# visual-studio debugging dll class-libraryI am trying to use a class library which I found on a different question here. I am quite new …
c# visual-studio-2010 class-libraryThis question here seems contrary to what I have experienced. I cannot access the console from within a new class …
c# console class-libraryLong story short, because of some issues with architecture and the fact that someone already put a few .aspx files …
.net visual-studio visual-studio-2010 web-applications class-libraryI'm developing an add-on for AutoCAD 2009. The project output is a class library. When I attempt to debug and load …
visual-studio-2005 class-library autocadSo, I have a class library that I know will be used by websites and I need to access the …
c# .net web-config class-library configurationmanagerI want to make a Class Library (.NET Standard) and I'm using System.Drawing, but I get the error: CS0246 …
c# bitmap system.drawing class-libraryI have a .NET class library that provides a set of helper functions that are used by several Web Services. …
.net configuration configuration-files class-libraryI am developing a web application in ASP.NET MVC3 with C# and Razor. I need to create an utility …
asp.net-mvc-3 class-library code-reuse utility-methodI have a class libary project (NotificationTemplate) which return content of file: public static class Template { public static string NotificatioEmail { …
c# asp.net-mvc class-library