(Manoj Debnath) As the name suggests, a copy constructor is typically used to create a copy of an object. There are many intricate details about how it operates and how it is used. It also helps in control passing and returning of user-defined types by value during function calls.
Tag: Development
How to Authorize Users in Blazor Declaratively
(Peter Vogel) When it comes to controlling which users can access which functionality in a Blazor application you not only have access to all of the user’s authentication you can authorize the user’s actions without writing any code.
Serializing A MySQL RecordSet As A Set Of INSERT Statements Using Lucee CFML 5.2.9.40
(Ben Nadel) This past week at InVision, some data was accidentally deleted from one of our MySQL databases. In order to get the data back, our Data Services team had to restore one of the backups.
Improvements in .NET Core 3.0 for troubleshooting and monitoring distributed apps
(Sergey Kanzhelev) Operating distributed apps is hard. Distributed apps typically consists of multiple components. These components may be owned and operated by different teams.
Adding A TTL To All Persistent Keys In Redis Using LaunchDarkly Feature Flags And Lucee CFML 5.2.9.40
(Ben Nadel) The other week, I created a Redis key scanner using Jedis and Lucee CFML 5.2.8.50. I did this because I saw that one of our production Redis databases seemed to have a steady number of keys (about 14M); and, I wanted to see if they were all supposed to be there.
How to Use Firebase Cloud Functions
(Gary Woodfine) Developing Cloud Native Real Time applications will often require developers to develop applications that are to enabled to run on all devices. i.e. Web, Mobile, Embedded devices and even using Raspberry Pi’s.
The Monsters Weekly – Episode 136 – Introduction to ML.NET
A very brief introduction to ML.NET for doing sentiment analysis.
gRPC with ASP.NET Core 3.0
(Daniel Jimenez Garcia) gRPC is supported in the latest ASP.NET Core 3.0 release. This tutorial will cover a brief introduction to gRPC, how gRPC services can be created with ASP.NET Core, how to invoke these services from .NET Core, gRPC with a Node.js service and exploring gRPC built-in security f
Visual Studio extensibility is better with IntelliCode
(Mads) Installing the Visual Studio extension development workload presents you with a choice of optional components. And looking at the component list might leave you rather confused.
Delaying Loading Indicators Using CSS Animations In Angular 9.0.0-next.14
(Ben Nadel) I don’t really know much about React. And, I certainly know nothing about the upcoming “Suspense” feature.