(Ben Nadel) Over the weekend, I was noodling on some ideas regarding image generation when I came across a blog post about “screenshots” by Daniel Sternlicht.
Tag: Development
The Maybe Monad in C#: More methods
(Yacoub Massad) The Maybe Mona is a container that represents a value that may or may not exist. In this tutorial, I will go through some methods that make working with the Maybe monad easier.
Registry Names, Namespaces, Images, Artifacts & Tags
(Steve Lasker) When referring to an image, an artifact, a registry, a tag, what exactly is the reference? Do we mean:
EF Core Relationships in ASP .NET Core 3.1
(Shahed C) This is the fifth of a new series of posts on ASP .NET Core 3.1 for 2020. In this series, we’ll cover 26 topics over a span of 26 weeks from January through June 2020, titled ASP .NET Core A-Z!
How to Do Machine Learning Evolutionary Optimization Using C#
(James McCaffrey) Evolutionary optimization is a technique that can be used to train many types of machine learning models. Evolutionary optimization loosely models the biological processes of natural selection, evolution, and mutation.
Using XSLT And XML Transformations To Style My Blog’s RSS Feed As An HTML Page
(Ben Nadel) For years, I’ve been using CSS to add a touch of style to my blog’s RSS feed. For those of you who are relatively new to web development, RSS stands for “Really Simple Syndication”; and was one of the primary ways that content was distributed on the web prior to the “Social Media” era.
ASP.NET Core in Azure App Services’ Docker Images – Part 2
(Shawn Wildermuth) Assuming you read my last post, you should be ready to take your ASP.NET Core project and deploy it to Azure App Services. This post, I’ll walk you through the process.
Create Database From Model Using Entity Framework Core And ASP.NET Core
(Bipin Joshi) While working with Entity Framework Core and ASP.NET Core you typically create EF Core model consisting of a custom DbContext and entity classes.
Creating Certificates for X.509 security in Azure IoT Hub using .NET Core
(damienbod) This article shows how to create certificates in .NET Core which can be used for Azure IoT Hub. The chained certificates are created using the nuget package CertificateManager.
Visual Studio Code Boosts Java Dependency Viewer
(David Ramel) Easier management of project code dependencies and improvements to extensions for popular Java frameworks and runtimes highlight the February update to Java in Visual Studio Code functionality.