This blog explains how to load a drop-down list in View using a dependency injection, without passing the value from the controller. So that it will reduce the request to the controller. Let us see how to achieve this. In this blog I have explained two types of drop-down list loading methods. The first one… Continue reading Populating Dropdown using Dependency Injection into View in ASP.NET Core