When configuring Always Encrypted via Sql Server Management Studio (SSMS) it's easy just to right click your database or tables 'Encrypt Columns' and go from there. When developing locally this will probably be fine and everything works as expected.When running through that process on a production a…
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 diffic…
In this blog post I walk through creating a basic plugin system that supports loading and unloading of plugins/assemblies and the ability to author and deploy a plugin directly from the browser…
In part 1 of this blog post series we introduced the application we will be building. This post will cover building out our Twitter Sentiment Analysis functionality using C#, Asp.Net Core and xUnit.net for our tests.To get started we will create a folder for our library and tests, open your command…
What is CoreBDD? CoreBDD is a lightweight open-source Behaviour-Driven Development framework built on-top of the popular xUnit.net testing tool that enables tests using the Gherkin language. All code is available on GitHub and packages ready to use in your project can be found on NuGet For those unf…
If you are using the OpenAPI standard for your Rest API's on .NET Core you will probably be familiar with the Swagger tools that enable you to quickly generate definitions for your Web API endpoints. With a few lines of code you can enable Swagger and Swagger-UI using the awesome Swashbuckle project…
I have been exploring functional programming lately and looking at adding some functional approaches to a sub-set of a codebase I'm in the process of refactoring, particularly around making some of the core domain model immutable to ensure less side affects and make testing easier as an added bonus.…
Page 1 of 1
Steven Knox
Passionate about all things Software, EdTech and Fitness with a particular interest in the Microsoft development stack, including .Net Core, Azure and Azure DevOps