Using the ML.NET CLI tool or the new Model Builder extension for Visual Studio to automate model generation and training

ML.Net is the open source machine learning framework, created by Microsoft, for the cross-platform .NET developer platform. Regardless of your experience with machine learning or the ML.NET framework itself, this post will hopefully have something for you. ML.Net can start to get a little more difficult once you venture outside Read more…

Enabling SQL Server ‘Always Encrypted’ for an existing an existing .NET Framework project using Entity Framework 6

I have been working with the ‘Always Encrypted’ feature within SQL Server with a legacy project running the full .Net Framework (4.7) along with Entity Framework 6. I had been exploring the different SQL Server Encryption options available, firstly looking at TDE (Transparent Data Encryption), however support for that is limited to Read more…

Zero to Azure Hero with ASP.NET Core, Blazor, Azure DevOps, Cognitive Services, SonarCloud and App Services – Part 6

In this post on we will build upon the work covered in the previous posts in this series to build in Sentiment Analysis functionality to our library using Azure Cognitive Services From the official site, Azure Cognitive Services enables you to ‘Infuse your apps, websites and bots with intelligent algorithms to see, hear, speak, understand Read more…