lntTblView table add-on
There are three different options for running Asp.Net web apps with Mono on Linux. Of the threes, XSP is the fastest one (please see Benchmark on Asp.Net with Mono Options) but least stable due to lack of handling unloading events in a web app cycle, and is most appropriate for learning purpose. In this tutorial, I choose FastCGI mode with NGINX. This option brings more flexibility and ease to adapt future improvements and requirements.