(Pinal Dave) I am happy to write this blog post as I am really happy that finally, SQL Server Engineering team has decided to fix the error which we all have been struggling for many years.
Community
React And Redux Essentials – Part Two
(Gourav Jain) This series will allow you to learn ReactJS and Redux thoroughly in a steady manner.
RPG Academy – Modernization: Setting Your Modernization Goals
(Rafael Victória-Pereira) Now that you’re probably preparing to set sail in your modernization adventure, it’s time to figure out where you want to go and make sure that everybody is on board with you.
Comparing The Performance Of Reading Data From Files With File.Contents And Web.Contents In Power Query And Power BI
(Chris Webb) In my last post I mentioned the Power Query engine’s persistent cache, which in some scenarios caches the data read from a data source when a query is refreshed.
Provisioning SQL Server 2019 Azure Container Instance using PowerShell
(Prashanth Jayaram) This guide is all about provisioning SQL Server 2019 using Azure Container Instance (ACI), including the installation and configuration.
The LEAD and LAG aggregate functions and what to do when you don’t have them
(David Simpson) I recently worked with an insurance company on an interesting issue involving dates. They had a series of records that all had a start date but no end (or cancel) date.
Sorting a HashMap In Java
(Shubhra Srivastava) In this tutorial, we’ll learn how to sort a Java HashMap. We can sort a HashMap either by keys or by values. We’ll discuss both of these strategies.
New C# 8 Features in Visual Studio 2019
(Damir Arh) This tutorial gives an overview of all the new features in C# 8 which can be tried out using Visual Studio 2019.
Webpack 4 Automatically Makes process.env.NODE_ENV Available In Your JavaScript
(Ben Nadel) To be honest, I don’t really understand how to use Webpack. In my Angular and Vue.js apps, I just borrow what I can from other examples; and then hack at it until something seems to “work.”
ASP.NET Core Security, Part 1
(Eric Vogel) To start my series on ASP.NET Core security, I’ll show how to set up authentication to register, log in and log out a user account in an ASP.NET Core MVC application
