(James McCaffrey) The weighted k-nearest neighbors (k-NN) classification algorithm is a relatively simple technique to predict the class of an item based on two or more numeric predictor variables.
Tag: Development
Creating a custom HttpInterceptor to handle ‘withCredentials’ in Angular 6+
(Rick Strahl) Been back at doing some Angular stuff after a long hiatus and I’m writing up a few issues that I ran into while updating some older projects over the last couple of days. I’m writing down the resolutions for my own future reference in a few short posts.
Creating a Fade Effect in .NET
(Hannes DuPreez) I love graphics and effects, and I love writing about them. Today is no exception. In this article, you will see how easy it is to create a Fade in and Fade out effect with images. It is not a whole lot of work, but quite fun, I promise.
Web and Azure Tool Updates in Visual Studio 2019
(Angelos) Hopefully by now you’ve seen that Visual Studio 2019 is now generally available. As you would expect, we’ve added improvements for web and Azure development.
Disguise-Driven Testing: Jest Mocks in Depth
(Joe Morgan) Testing can be simple. In fact, it is simple. Well, it is simple until impurities slip in.
Quick File Share Using Netlify Functions And Amazon S3 In Angular 7.2.10
(Ben Nadel) Netlify is an “Application Delivery Network”. Essentially, it’s a static site platform built on top of a Content Delivery Network (CDN) that can be augmented with URL redirects, proxying, Identify features, form submissions, and AWS Lambda Functions.
Managing Page Layouts in Blazor
(Peter Vogel) Blazor, like most systems for generating Web pages, supports using layout pages for repeated content. Here’s what works and what doesn’t (yet) work.
Use Cache And Distributed Cache Tag Helpers In ASP.NET Core
(Bipin Joshi) Web developers often look for opportunities to boost the performance of their web applications. ASP.NET Core provides server side caching in the form of in-memory and distributed cache implementation.
Determining if the .NET Framework Is Installed
(Hannes DuPreez) Every now and then, we must do something through code that could have been done without code. This may sound strange, but having a project at the ready can save you time.
Coders: Context Switching is hard for both computers and relationships
(Scott Hanselman) Clive Thompson is a longtime contributing writer for the New York Times Magazine and a columnist for Wired and now has a new book out called “Coders.”