NebolController

NebolController is a simple framework for your C# REST API controllers

NebolController offers advantages over the basic ApiController such as:

Comments about package versions: NebolController uses AutoMapper 7. Version 8+ of AutoMapper requires net461 so if I upgrade the version in NebolController then it would lose support for net45 to net46. You are still free to use AutoMapper 8+ in your net461 application though, no problem.

Step-by-step guides on how to use NebolController:

NebolController_Books_NETFramework

NebolController_Books_NETCore

NebolController_NETCore_MSSQL_Adjustments