Migrate your pages to .NET Core

Overview

The .NET Core Renderer does not limit you to create and edit only .NET Core pages. Using the Renderer, you can simultaneously work with .NET Core, MVC, and Web Forms pages. This means that in each site, you can have a mixed collection of all the three supported rendering mechanisms.
However, rendering .NET Core widgets in MVC or Web Forms based pages or vice versa is not possible.

Advantages

This hybrid development approach helps you to migrate to .NET Core in the following scenarios:

  • If you want to have all of your pages based on .NET Core, you do not have to migrate your site all together. Instead, you can do it one page at a time.
  • If you want to leave all of your existing pages, based on their current framework and you want only your new pages to be based on .NET Core, you can create your new pages in .NET Core independently of your existing pages in MVC and Web Forms.

Frontend authentication

Having the Default or OpenID authentication protocol configured for Sitefinity, enables the Renderer and Sitefinity CMS to be in a Single Sing On (SSO) scenario, as well as Single Sign Out. This means that when you log in Sitefinity CMS, this automatically logs you in the Renderer app.
For example, the login form on an MVC-based page automatically logs the user to the .NET Core Renderer or vise versa.
The biggest benefit here is that when a user requests a .NET Core page the HttpContext.User property in the .NET Core Renderer app is properly configured with the ClaimsIdentity of the logged user. Because this is valid for only the GET requests that are related to rendering Sitefinity pages, if you want, you can to add it to any other request, such as form post to a custom controller.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Get started with Integration Hub | Sitefinity Cloud | Sitefinity SaaS

This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.

Web Security for Sitefinity Administrators

This free lesson teaches administrators the basics about protecting yor Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?