At the time of writing this blog, Microsoft has launched versionĀ 2.2.0-preview2 for Entity Framework Core. Entity Framework version 2.2.0-preview2 has started support for SQL Spatial data type. which was really a missing piece in Entity Framework Core. I will show you how to use Entity Framework Core with Spatial Data. Continue reading “Saptial Data with Entity Framework Core”
Using Entity Framework Core in a Separate Project
As we know separation of concern is important in any project. In ASP.NET Core using Entity Framework Core, in the same project is just not the right thing to do. So, In this Post, we will learn how to use Data Access Layer with ASP.NET Core. Continue reading “Using Entity Framework Core in a Separate Project”
Configure OpenVPN on Azure Ubuntu VM
In this tutorial, I will walk you through how to install OpenVPN Access Server on an Azure Ubuntu Virtual Machine. Well, OpenVPN is an open source software which allows us to create VPN connections.
You might be thinking what is the advantage of this all over head, well let me tell you, your ISP is monitoring your activity, what websites you visit all your internet history and which is a privacy invasion. There are public Free and Paid VPN but how can you trust them if your data is being monitored or not ? Continue reading “Configure OpenVPN on Azure Ubuntu VM”