class-library
Class Library Project VS App_Code - Pros / Cons?
I currently use the App_Code folder for all of my classes, and for me (for now) it seems to be working just fine.[详细]
2022-12-20 15:07 分类:问答How can I restrict/prevent .net code execution on internet?
I develop a series of .NET class libraries and I don\'t want them to run from a web site. That is, users could only use/call my 开发者_如何学编程libraries through windows desktop applications. For exa[详细]
2022-12-20 03:00 分类:问答Java: online card game library/class/e.g [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-19 19:34 分类:问答is it a bad idea to pop up a dialog in a class library?
we have some class 开发者_StackOverflow中文版library that will pop up a dialog, is this a bad idea to do so?Class libraries are meant to consolidate business logic and to reduce code duplication. Dial[详细]
2022-12-18 11:48 分类:问答How to raise events from class library to form using module?
i\'ve a app that starts from a sub in a module, do a few things, and then load the form. But it doesn\'t work :/[详细]
2022-12-18 06:10 分类:问答Safe class imports from JAR Files
Consider a scenario that a java program imports the classes from jar files. If the same class resides in two or more jar files there could be a problem.[详细]
2022-12-17 10:26 分类:问答Can you bundle dlls together?
I have a class library project that i have made. Let\'s call it ClassA. In ClassA i need to access some tools that reside in dll (ToolsDLL.dll).[详细]
2022-12-16 00:05 分类:问答VS 2008-- one web project, one class library project. Each referencing a third CL
I have a VS2008 solution with two projects in it.One is a web project, the other a class library project.The web project has a reference to the class library project\'s ge开发者_开发技巧nerated assemb[详细]
2022-12-14 00:12 分类:问答Common and Utility Library Consolidation
Before I begin, similar questions but not exact: Working with Common/Utility Libraries, What to include in a Utility Library.[详细]
2022-12-13 22:22 分类:问答ASP.NET dll on .jsp page
Is it possible to build a .dll created from a class library in ASP.NET and use it\'s functionality on a .jsp page?I know how to create the .dll, but I am not very familiar with .jsp pages.[详细]
2022-12-13 16:57 分类:问答