(Mohammed Moinudheen) I would like to secure the contents of my Azure storage and limit the accessibility to authorized users based on a certain end date. I would also like to limit the access to the various other services that are available within the Azure storage account. Is there any easy way th
Community
A Note on JMeter & Async & Await
(Dr. Song Li) This note is a benchmark example on the benefit of asynchronous programming.
New ‘Diagnose Step’ Power Query Feature In Power BI
(Chris Webb) One new feature that was introduced in the December 2019 release of Power BI Desktop, but which wasn’t mentioned in the release blog post, is the “Diagnose Step” button on the Tools tab of the Power Query Editor ribbon:
Validate CSP from Command Line
(David Walsh) The content security policy spec has been an amazing front-end security tool to help prevent XSS and other types of attacks.
Unit Testing ASP.NET Core MVC Controllers with Moq and XUnit
(Matthew Jones) Let’s continue our unit test extravaganza by writing a set of unit tests for our ASP.NET Core MVC Controllers!
Switch Expressions are the Best Feature of C# 8
(K. Scott Allen) I thought enable would be the star of the C# 8 show by now, but in day to day work I’m finding that switch expressions are stealing the show.
How to Do Machine Learning Perceptron Classification Using C#
(James McCaffrey) Perceptron classification is arguably the most rudimentary machine learning (ML) technique. The perceptron technique can be used for binary classification, for example predicting if a person is male or female based on numeric predictors such as age, height, weight, and so on.
Hash join in MySQL 8
(Erik Frøseth) For a long time, the only algorithm for executing a join in MySQL has been variations of the nested loop algorithm. With the release of MySQL 8.0.18, the server can now execute joins using hash join.
Documentum – Cast trouble with D2-REST 16.5.x on WebLogic
(Morgan Patou) In the scope of an upgrade project, with some colleagues, we have been deploying some D2-REST applications on Kubernetes pods using WebLogic Server.
Provision Oracle Cloud Infrastructure Home Region IAM resources in a multi-region Terraform configuration
(Stephen Cross) This article covers a common configuration pattern that I’ve been meaning to post for a while. When provisioning resources in Oracle Cloud Infrastructure (OCI), some resources, specifically IAM resources, can only be created in the Home Region.
