Skip to content

Sitefinity/Telerik.Sitefinity.Samples.Quantum

Repository files navigation

Overview

The Quantum sample project showcases all Sitefinity CMS features available out of the box in an aesthetically designed website. This starter kit is designed to help business users get up to speed quickly using Sitefinity CMS and gives developers a way to easily add custom features to it. The Quantum website is perfect for doing Sitefinity CMS demos to project stakeholders.

The main purpose of the Quantum project is to provide a real life example of how users can practically utilize the core features of Sitefinity CMS thus bringing value to organizations by empowering non-technical employees to quickly and efficiently manage their content.

The Quantum project is based on few principles:

  • It involves minimum customization done by developers, so that the focus lies on the core features of the CMS
  • Pages are built and assembled with the goal to give maximum power to non-technical content editors
  • It provides styling best practices, so that designers can use it as a reference and styling example

Some of the main highlights of the Quantum project include:

  • Responsive design
  • Multilingual environment
  • Usage of dynamic modules
  • Social media features
  • Personalization
  • Workflows
  • Email campaigns
  • Google maps usage
  • Blogs
  • Forums
  • News

Requirements

  • Sitefinity CMS license
  • .NET Framework 4.8
  • .NET 9.0 SDK or later
  • Visual Studio 2026 or later
  • Microsoft SQL Server 2025 or later versions
  • Windows Identity Foundation To install it, in the Control Panel, turn on the Windows Identity Foundation 3.5 feature.

You can see the complete system requirements in the Sitefinity CMS documentation.

Prerequisites

You need to attach the database backup files to your SQL Server. To do this:

  1. Download the database backup file
  2. Unzip the QuantumDB_version.zip file.
  3. In SQL Management Studio, open the context menu of Databases and click Restore database...
  4. Locate the database backup file that was extracted in step 3 and proceed with the restoration of the database.
  5. Click OK.

Nuget package restoration

The solution in this repository relies on NuGet packages with Nuget Package Restore enabled.
To learn how to configure NuGet sources, see Install Sitefinity » Install Sitefinity CMS » Configure Sitefinity NuGet package sources.

For a full list of the referenced packages and their versions see the packages.config: https://github.com/Sitefinity/Telerik.Sitefinity.Samples.Quantum/blob/master/packages.config.

Installation instructions

  1. In Visual Studio » Solution Explorer, navigate to SitefinityWebApp -> App_Data -> Sitefinity -> Configuration and select the DataConfig.config file.
  2. Modify the connectionString value to match your server address.
  3. Build the solution.
  4. Get the ASP.NET Core renderer project: ASP.NET Core Samples.

Login

To login to the Sitefinity CMS backend, use the following credentials:

Username: admin@test.test Password: admin@2

Frontend Package

The design of the starter kit is based on the Bootstrap resource package.

.NET Renderer Setup

  1. To setup the .NET Renderer with the Quantum project follow the procedure for setup.
  2. Download and restore the database as described in the section Prerequisites above.
  3. Change the name of the database in the connection string to SitefinityQuantumNetCore141.
  4. Run the renderer and navigate to /quantum on the frontend or open it in the backend.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors