This is the Linux app named silversite whose latest release can be downloaded as Silversite.0.3.Source.7z. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named silversite with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
silversite
Ad
DESCRIPTION
A very fast ASP.NET CMS, that integrates well with ASP.NET.The current development stage mainly focuses on the core concepts, and not on the GUI. There are almost no administration pages yet, and dynamic pages must still be configured by hand.
The main design goals for Silversite are speed and optimal ASP.NET integration. To improve speed, Silversite supports lazy loading of assemblies, and stores dynamic content directly in the .aspx pages. Because it stores the content in the pages, it integrates optimally with ASP.NET, because it is possible to edit any ASP.NET content dynamically, as well as edit dynamic pages in VisualStudio.
Features
- Lazy loading of assemblies to allow for super fast startup speed. Current startup time is around 1.5 seconds on a quadcore, and could be further improved by lazy loading EntityFramework
- Storing of dynamic content directly in the .aspx page and not primarily in the database. This way page load time is fast, because there is no need to access the database, and it also is possible to edit ASP.NET controls in the dynamic content and not only html.
- Service/Provider model for extensibility.
- Modular EntityFramework CodeFirst for database access.
- Classes for html parsing and conversion.
- Transparent persistence of dynamic content. Pages can be edited either dynamically, or in VisualStudio.
Audience
Developers
Programming Language
C#
This is an application that can also be fetched from https://sourceforge.net/projects/silversite/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.