Add Entity Framework Code First Model From Database in Web API 1 or 2 project. It is very simple and easy to add Models from database and work on Entities.
Getting nativerd.dll must be in %windir%\system32\inetsrv error while running Windows Web or Desktop application for .NET, then this solution might fix your issue, its a quick fix for your application to work
The Null Coalescing operator ( ??) is used for assigning default value to a variable. It is used for both value type and reference type variable. It is used to avoid multiple if condition for checking null and returning non null value