(Mike Brind) This is the third article in a series that explores various aspects of localisation in ASP.NET Core Razor Pages applications. The first article looked at how to work with cultures, and the second covered the basics of using resource files for static content translations.
Community
A Quantum Random Number Generator for .NET: The quantum measurement problem and many-worlds approach
(Andrew Lock) I’ve been listening to a lot of Sean Carroll’s Mindscape podcast recently, and in a recent episode with Rob Reid he discussed the Everettian or “many-worlds” approach to explaining the measurement problem in quantum mechanics.
Common .NET Controls Crash Course, Part 2: RadioButtons
(Hannes DuPreez) Part One of my “Common .NET controls crash course” articles, “Common .NET Controls Crash Course, Part 1: Checkboxes,” spoke about the Checkbox control and how to use it. In Part 2, I am going to speak about the RadioButton control.
Spring Boot performance tuning
(Vlad Mihalcea) While developing a Spring Boot application is rather easy, tuning the performance of a Spring Boot application is a more challenging task, as, not only it requires you to understand how the Spring framework works behind the scenes, but you have to know what is the best way to use the
Athena – SQL to get date of next Monday
(Anand) I was recently asked how to get date of next Monday irrespective of which day of the week sql is executed.
Always watching, always listening. Be careful with your data
(brendantierney) The saying ‘Big Brother is Watching’ has been around a long time and typically gets associated with government organisations. But over the past few years we have a few new Big Brothers appearing. These are in the form of Google and Facebook and a few others.
How Paging Works in ORDS
(Jeff Smith) REST APIs can be useful, and even fun to build.
SQL SERVER – APPROX_COUNT_DISTINCT – Not Always Efficient
(Pinal Dave) One thing I keep on telling my clients that it is not that always recommended to use the latest feature without proper testing. I was recently hired by clients to help them with tuning a query for SQL Server 2019 Comprehensive Database Performance Health Check.
How To Add Loader/Spinner In Angular 8 Application
(Sanwar Ranwa) In this article, we will learn how we can show the Loader in Angular 8 using Ngx spinner library. Ngx spinner is a library for loading spinner for Angular, which is meant to inform the user that data loading is in progress.
When Too Much is Not a Good Thing
(Jason Brimhall) In my previous article, I demonstrated some fun ways of locking down access for certain users to ensure they did not have data access while at the same time allowing them to review the database schema.
