Part 14e – OData v4 in ASP.NET WebApi – Query Options – Apply

This is a series of blogs detailing my introduction to using OData v4 with C# and ASP.NET WebApi. The source code for the project can be found here. Up to now we have been creating individual controller actions for our entities either for selecting all entities or selecting entities by key. One of the powers … More Part 14e – OData v4 in ASP.NET WebApi – Query Options – Apply

Redis Database – Part 05 – Handling NULLs and Data Denormalization

In the last blog I covered how we create our first data model and some queries. The code can be found on Github here. In this blog I want to discuss handling NULL input data and data denormalization. NULL Data NOSQL databases do NOT have the concept of NULL. Since there is no schema enforcement, … More Redis Database – Part 05 – Handling NULLs and Data Denormalization