(Peter Vogel) In many of these tips, I’ve suggested ways that you might want to change Visual Studio’s default configuration. That’s not always a good thing.
Community
SQL SERVER – Stretch Database – ERROR: The Provided Location is Not Available for Resource Group
(Pinal Dave) This was my first experiment with this feature called Stretch Database. I have started the wizard and encountered at the very end. Here is the error message.
How Roles Have Changed in MySQL 8.0 and How to Use Them
(Joshua Otwell) Database Security is important to any MySQL setup. Users are the foundation of any system. In terms of database systems, I generally think of them in two distinct groups:
SQL Server Deadlocks
(blobeater) A quick video clip showing how to create a deadlock in SQL Server and find information about it.
An Experiment with Deadlocks
(Jason Brimhall) Everything can be fixed with a query hint (*cough* directive), right? If a certain process is consistently causing deadlocks, a simple ROWLOCK hint can be added to prevent it, right?
Newly supported built-in functions in Db2 12 function level 504 with Db2 Analytics Accelerator
(Marie Sumabat and Jennie Chang) With the activation of function level 504, Db2 12 for z/OS introduces support for the following 16 built-in functions, which can be invoked when using IBM Db2 Analytics Accelerator (Accelerator):
Two ways to extend enum functionality
(Alexander Radzin) In my previous article I explained how and why to use enums instead of switch/case control structure in Java code. Here I will show how to extend functionality of existing enums.
Machine Learning and Artificial Intelligence for every developer with ML.NET and Visual Studio 2019
(Pranav Rastogi) Who needs fancy data scientists? See how you can infuse custom AI/ML into any .NET application with ease and how Visual Studio 2019 improves your debugging & development experience.
Reporting The User’s Timezone Offset To The Server Using An API Client In Angular 7.2.10
(Ben Nadel) In the recent episode of Coding Block – Why Date-ing is Hard – Allen Underwood, Joe Zack, and Michael Outlaw went over many of the reasons as to why working with Dates in computer programming is a fun any cozy nightmare.
How to Use Python Profilers: Learn the Basics
(Kim Sia) Serious software development calls for performance optimization. When you start optimizing application performance, you can’t escape looking at profilers.
