Skip to main content

Aditi Paliwal

Aditi has been with Perficient for over nine years and is a Technical Architect. She has more than 12 years of experience in .Net, which includes over nine years in Sitecore and is Sitecore 9 certified.

Blogs from this Author

Istock 1394630019

Dependency Injection in Sitecore

Dependency injection (DI) is a technique for achieving loose coupling between objects and their dependencies. Rather than creating classes of classes or using static references to perform their actions, most classes declare their depending on a constructor. Sitecore uses Construction injection and Sitecore implementation is based on Microsoft.Extensions.DependencyInjection. Sitecore dependency injection implements the three lifetimes […]