(Anand) I was recently asked how to get date of next Monday irrespective of which day of the week sql is executed.
Author: SSWUG Research
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
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.
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.
Localising Data Annotation Attributes in Razor Pages
(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.
Practical RPG: Encapsulating Your Data with Extension Files, Part 1
(Joe Pluta) As business programmers, we spend most of our time working with the database, one way or another. Unless we’re lucky enough to be in on the ground floor of a new installation of a modern package, chances are that database will require modifications to support changing business requiremen
Getting to Know Deep Java Library (DJL)
(Kesha Williams) Amazon’s DJL is a deep learning toolkit used to develop machine learning (ML) and deep learning (DL) models natively in Java while simplifying the use of deep learning frameworks. A toolkit open-sourced just in time for re:Invent 2019, DJL provides a set of high-level APIs to train,
Overview of Azure SQL Database Serverless
(Marcin Policht) Public cloud offers a wide range of benefits, including scalability, agility, and on-demand resource provisioning. While these benefits apply to majority of cloud services, they are most apparent in the context of serverless computing.
Different methods to identify the SQL Server version number
(Nisarg Upadhyay) In this article, I am going to show different methods to identify the SQL Server version number and its edition. Also, I have included the list of known SQL Server version numbers, Service Packs (SP), and Cumulative Updates (CU of MS SQL Server 2019, 2017). I have not included the
Angular 9 Example: Import HttpClientModule and Send Http Ajax Requests to JSON REST API Servers
(Ahmed Bouchefra) HttpClientModule configures the dependency injector for HttpClient with supporting services for XSRF.
