(Mithilesh Kumar) In this article, I am going to perform some tasks like binding records, pagination, sorting, and filtration in an Angular 7 Web application. The back-end used here is a SQL Server database.
Community
Query Store, Plan Forcing and Table Variables
(Grant Fritchey) This weekend I was in Stockholm in Sweden, talking Query Store and plan forcing with Steinar Anderson, when he mentioned the problems he had while forcing plans that had table variables in them.
SQL Injection Protection
(Thomas LaRock) SQL injection is a common form of data theft. I am hopeful we can make SQL injection protection more common.
How to Reseed Your Identity Column Value in SQL Server
(Greg Larsen) Have you deleted a bunch of rows from a table that has an identity column value?
Java 101: Classes and objects in Java
(Jeff Friesen) Classes, fields, methods, constructors, and objects are the building blocks of object-based Java applications.
An experiment – The Azure Cloud Shell at the command line with AZ SHELL
(Scott Hanselman) I’ve blogged before about the Azure Cloud Shell. It’s super cool and you can get your own easily in any browse by hitting https://shell.azure.com.
Accessing RouteData in an ASP.NET Core Controller Constructor
(Rick Strahl) Routing in ASP.NET Core 2.2 and below is closely tied to the ASP.NET Core MVC implementation.
The DB2Night Show #Z96: Db2 for z/OS Latest News and Future Directions
(Martin) 97% of our studio audience learned something!Jeff gave a summary of some of the latest news and deliveries from Db2 for z/OS 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.
dbdeployer community: Part 3 – MySQL Cluster (NDB)
(Giuseppe Maxia) I remember wanting to create MySQL Cluster sandboxes several years ago.
