class-library
Using ASP.Net MVC Data Annotation outside of MVC
i was wondering if there is a way to use ASP.Net\'s Data annotation without the MVC site. My example is that i have a class that once created needs to be validated, or will throw an error. I like the[详细]
2023-01-04 12:08 分类:问答.NET - Storing An App.config With A Class Library
This seems to be asked a lot on the internet, but so far my research hasn\'t produced a solution.(And, at least for now, I haven\'t accepted \"it can\'t be done\" as a solution.)[详细]
2023-01-04 04:39 分类:问答Different configuration settings per developer for c# class library
We\'re a small team, working on a asp.net web project, as well as service, both projects dependent on a shared class library.[详细]
2023-01-02 01:03 分类:问答Having trouble debugging class library plugin
I have a windows form application in which I\'m attempting to utilize a plugin (class library). In the code I have it load the assembly from a dll file, which means I have not been able to debug. Furt[详细]
2023-01-01 15:20 分类:问答Asp.net project is not recognising one of the folders in my class library
I am developing a project using Visual Studio 2008 in C#, I have added the class library within the project and set up the relevant references and used the relevant using statements.[详细]
2023-01-01 11:47 分类:问答Mercurial: Class library that will exist for both .NET 3.5 and 4.0?
I have a rather big class library written in .NET 3.5 that I\'d like to upgrade to make available for .NET 4.0 as well.[详细]
2022-12-30 19:37 分类:问答Need a C# Assembly to reference a strongly named assembly loosely
So here\'s the problem.I\'m writing some StyleCop plug-in assemblies for use at the company I work for.As such, these assemblies need to reference Microsoft.StyleCop.CSharp.dll for example, which is s[详细]
2022-12-27 05:39 分类:问答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 like this in class library called MD.Utility:[详细]
2022-12-27 02:16 分类:问答Visual Studio C#: Why is a "using" directive insufficient for some libraries?
Scenario: I needed to add HttpUtility to my project, and I started by adding \"using System.Web\" to my collection of using directives. However the HttpUtility class would still not resolve, and I dis[详细]
2022-12-26 15:56 分类:问答How to add ServiceReference to an embedded file?
I have a class library. In one of the classes, I am adding a script reference on the page like this: protected override void OnPreRender(EventArgs e)[详细]
2022-12-26 03:05 分类:问答