News

Now you're ready to create your own class library. I'll use code from a previous .NET newsletter that demonstrated extending the System.Web.UI.Page class.
When creating .NET class libraries, name them anything you like. To reference them in VBA, use the name of the .NET class library as shown in the previous example.
In-Depth. Cross-Platform Development with Portable Class Libraries. In a Bring Your Own Device (BOYD) world, .NET Framework support for Portable Class Libraries (PCLs) provides a base for writing code ...
Can VSExpress create Class Library projects?<BR><BR>If so, put Database.cs in a new Class Library project; compile that, then put the .dll that results into the web site's "bin" directory.<BR><BR ...