Implement the service layer with Ninject

The service layer holds the domain model logic and works with the Sitefinity CMS managers. The services may also have business logic depending on the level of the separation of concerns you want to achieve.

Implement the service layer

  1. Create a new interface IHelloSitefinityService that has one method that returns a string with the signature string SayHello():
  2. Create the HelloSitefinityService class which holds the logic of the methods:

As a result, the method displays the following text: Hello, Sitefinity!

Bind the interface to the service

The following code example demonstrates how to bind the interface to its implementation using Ninject-specific syntax:

As a result, after your build the project, the bindings are automatically registered in the Ninject kernel.

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

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to 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.

Tags

Was this article helpful?