Archive for the 'Mono' Category



With ASP.NET pages, if code behind is used, a separate .cs file must contain the C# source code. This C# file must be manually compiled into a .DLL and placed in the Mono /lib directory, so that Mono can make use of it.
However, with XSP, it’s possible to tell Mono where the .cs code behind [...]