News

The following code listing shows the default class added to a C# class library project, minus the default comment lines: using System; namespace ClassLibrary { public class Class1 { public Class1 ...
If you still have compile-time problems, then it's too early to move to a .NET Standard Class Library project and you'll have to live with your Shared or PCL project. Now, the scary part: right click ...
iOS With the library complete, it's time to add an iOS app that uses it. In the past this would involve creating a linked iOS class library project, but because this app is using portable libraries, ...
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 ...