(Ben Nadel) When I started to experiment with the Runtime abstraction for state management in Angular 7.0.3, I used the Async Pipe for the first time. The Async Pipe is nice in that it inherently manages RxJS Observable Stream subscriptions for you; but, it ends up producing noisier Angular Template
Community
Azure Log Analytics: Service Level Agreement (SLA) part 1
(CliveW) This week there was a good discussion on how to show an SLA view in Log Analytics, which was similar to a feature in System Center Operations Manager, the output and query I’m sure will be useful for others.
Subqueries in LINQ
(Peter Vogel) When I’m doing batch processing against a database, I use ADO.NET and SQL. But, when I’m creating an online, transactional application, I use Entity Framework (which you can think of as a wrapper around ADO.NET) and LINQ.
Finding Table Differences on Nullable Columns Using MySQL Generated Columns
(David Ducos) Some time ago, a customer had a performance issue with an internal process. He was comparing, finding, and reporting the rows that were different between two tables.
Object Types and Column Substitutability
(Michael McLaughlin) This article shows you how to use extend parent (or superclass) objects. You extend parent classes when you implement specialized behaviors (or methods) in subtypes.
Cloud Vampires
(Thomas LaRock) I don’t want to alarm you, but your cloud is infested with vampires.
Refresh SQL Modules
(Jason Brimhall) As is true in most facets of life, things tend to get stale and old. Sometimes this staleness can be visibly represented as the wrinkles on your face. Other times, as with SQL Server, it may mean that a stored procedure or view stops working.
What Happens When You Miss a ++HOLD DEP?
(James Gill) This is the sort of thing that I feel quite strongly about when I’m talking to customers, so there is a level of irony that rushing an RSU installation has proved to be so very instructive!
Object destructuring and currying in functional JavaScript
(James Sinclair) Currying is one of the most formidable weapons in our functional programming arsenal. Combined with composition, it’s extremely powerful.
Azure SignalR Messaging with .Net Core Console App Server and Client
(Jeeva Subburaj) Real-time technologies are now part of every modern applications and SignalR is the most popular .net library to create real time scenarios.
