I currently use the App_Code folder for all of my classes, and for me (for now) it seems to be working just fine.
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
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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
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 :/
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.
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).
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
Before I begin, similar questions but not exact: Working with Common/Utility Libraries, What to include in a Utility Library.
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.