Monthly Archives: November 2019

Assembly scanning with Scrutor

Scrutor is a fantastic library, which fills two gaps in the service registration functionality available in the Microsoft container by providing support for assembly scanning and using the decorator pattern One of the features of Scrutor is providing assembly scanning supportOne of the features of Scrutor is providing assembly scanning support public static class SampleServiceCollectionExtensions… Read More »

Run web api project via command line over Visual Studio

If you have created a Web Api project and want to run it via command line via Visual Studio You must first download the Productivity Power Tools plug-in from this address https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.ProductivityPowerPack2017 After you should right click on the service project Choose Power Commands and the Open Command Prompt That will open up a command… Read More »