Introduction to JWT

What are tokens Tokens are the process of substitution of sensitive data with a non-sensitive equivalent. A token has no exploitable meaning…

Read More
This site can’t be reached - ASP.NET 5 in Linux Docker Container

While following the guide Installing ASP.NET 5 On Linux - Using Docker I was unable to view the ASP.NET 5 application on the host, even…

Read More
Machine Learning: Perceptron Learning Rule

Perceptron is a supervised learning binary classification algorithm that learns optimal weight coefficients that are multiplied with input…

Read More
Row-Level Security in Azure SQL with Entity Framework

Part 1: Row-Level Security in Azure SQL > Filter Predicates Part 2: Row-Level Security in Azure SQL > Block Predicates In the previous two…

Read More
Row-Level Security in Azure SQL > Block Predicates

Part 1: Row-Level Security in Azure SQL > Filter Predicates Block predicates enable security policies to prevent inserting, updating or…

Read More
Row-Level Security in Azure SQL > Block Predicates

A new feature in SQL Azure is RLS (Row-level security). It allows control of access to rows in a database table based on details about the…

Read More