(Rick Strahl) Routing in ASP.NET Core 2.2 and below is closely tied to the ASP.NET Core MVC implementation.
Tag: Development
Sub-Classing NgForOf In Order To Make It A ‘Pure’ Directive In Angular 7.2.13
(Ben Nadel) Angular has done a wonderful job of making the native NgForOf directive fast and efficient. However, if you are working with immutable data, the NgForOf directive is doing more work than it has to.
Create AutoPostBack Tag Helper In ASP.NET Core
(Bipin Joshi) In one of my past articles I explained how autopostback can be implemented in ASP.NET Core. If you find yourself using autopostback at many places, you can create a custom tag helper that does the job for you.
Finding the Binary Gap for a Number in .NET
(Hannes DuPreez) A binary gap is any sequence of consecutive zeros that is surrounded by ones at both ends in the binary representation of the number.
Naive Bayes Classification Using Python
(James McCaffrey) Naive Bayes classification is a machine learning technique that can be used to predict the class of an item based on two or more categorical predictor variables.
Adventures in Docker: Coding on a Remote Browser
(Elton Stoneman) This adventure lets you code on your normal dev machine from some other machine, using the browser. It’s powered by Docker plus:
Simple Authentication In Razor Pages Without A Database
(Mike Brind) Sometimes, using the full ASP.NET Core Identity framework is overkill for small, one-user applications that require some form of authentication.
@Directive().inputs And @Input() Are Not Functionally Equivalent In Angular 7.2.13
(Ben Nadel) Historically, when creating my Directives, Components, and Pipes in Angular, I’ve tried to keep all of my meta-data at the top, inside of the class decorator. I find it very easy to consume when it’s all in one place.
C# Job Queues (part 3) with TPL Dataflow and Failure Handling
(Michael Shpilt) In Part 1 and Part 2 we went over what are Job Queues, why they are so important and how to implement them with several methods.
Azure Database for PostgreSQL
(Tapas Pal) Azure Database for PostgreSQL is very powerful, open source, object-relational database system that has the capability of handling workloads ranging from small, single-machine applications, to large Internet-facing applications.