SuperScript
This documentation is still being written. Please bear with us while we complete this documentation.
Current Projects
SuperScript offers a variety of functionality and consequently consists of multiple, optional projects.
- SuperScript.Common
-
This library contains the core classes which facilitate all other SuperScript modules but which won't produce any meaningful output on its own.
- SuperScript.JavaScript
-
This library contains functionality for making JavaScript-specific declarations such as variables or function calls.
- SuperScript.JavaScript.Mvc
-
This library contains the functionality for declaring JavaScript on an MVC Razor view and having SuperScript process and relocate this script block.
- SuperScript.JavaScript.WebForms
-
This library contains the functionality for declaring JavaScript in .aspx files and having SuperScript process and relocate this script block.
- SuperScript.Container.Mvc
-
When developing web solutions, assets such as JavaScript declarations or HTML templates are frequently written in a location that differs from their desired output location. SuperScript.Container.Mvc allows developers to easily declare these assets in MVC Razor views.
- SuperScript.Container.WebForms
-
When developing web solutions, assets such as JavaScript declarations or HTML templates are frequently written in a location that differs from their desired output location. SuperScript.Container.WebForms allows developers to easily declare these assets in ASP.NET WebForms .aspx files.
- SuperScript.Templates
-
This library contains functionality for making HTML template-specific declarations.
- SuperScript.Templates.Mvc
-
This library allows developers to easily declare HTML templates in MVC Razor views.
- SuperScript.Templates.WebForms
-
This library contains the functionality for declaring HTML templates in .aspx files and having SuperScript process and relocate this template block.
- SuperScript.Templates.jQueryTmpl
-
In conjunction with SuperScript.Templates, this library offers pre-compilation into a jQuery.tmpl HTML template.
- SuperScript.Templates.JavaScriptTemplates
-
In conjunction with SuperScript.Templates, this library offers pre-compilation into a JavaScript Templates HTML template.
- SuperScript.ExternalFile
-
This project offers the base functionality for relocating assets to an external file while writing an appropriate reference to this file in the HTML.
- SuperScript.ExternalFile.MySql
-
This project offers the functionality for relocating assets to an external file while storing the contents in a MySQL database.
- SuperScript.ExternalFile.SqlServer
-
This project offers the functionality for relocating assets to an external file while storing the contents in a SQL Server database.