Predicting Dublin Property Prices Using ML.NET on .NET Core This post illustrates how to build a simple machine learning model to predict Dublin property price index using ML.NET on .NET Core. You can see the full code of Ersin Genel in machine learning Dec 22 3 min read
An Introduction to gRPC on .NET Core In this post, I'll share some details about the gRPC framework, and then there will be a short comparison between gRPC and REST-based HTTP APIs; in the end, you will Ersin Genel in .net core Dec 14 3 min read