(Rick Strahl) ASP.NET Core 3.x has a behavior that results in API results that return null from the controller action returning a HTTP 204 – No Content response rather than a null JSON result.
Other News
Perform CRUD Operations On MySQL Database Using EF Core And ASP.NET Core
(Bipin Joshi) As an ASP.NET Core web developer you are probably quite comfortable working with Microsoft SQL Server and Entity Framework Core.
Adding A Description To FusionReactor Tracked Transactions In Lucee CFML 5.2.9.40
(Ben Nadel) A few weeks ago, I looked at using the FusionReactor API (FRAPI) to add custom instrumentation in Lucee CFML. In that post, one of the features that I explored was the ability to wrap a portion of your code in a “Tracked Transaction” such that the execution of said code would show up in
ORA-00600, ORA-07445 and ORA-00020 errors and related bugs in 12c (12.2.0.1)
(Satishbabu Gunukula) I have come across below error recently in 12c (12.2.0.1). It first started with ORA-00600 followed by ORA-07445 and ORA-00020. The ORA-00600, ORA-07445 looks like real culprit and which lead to ORA-00020 error.
Quickly creating a Standby Database in 19c
(Hemant K Chitale) A quick overview of creating a Standby from an active database, copying over the network.
DBMS_UTILITY.FORMAT_CALL_STACK Change in 12.2 and later
(Bobby Durrett) Quick note. During my 11.2.0.4 to 19c upgrade that I have been writing about we found a difference in behavior of DBMS_UTILITY.FORMAT_CALL_STACK.
SQL SERVER – Number of Tables Memory Optimized in TempDB in SQL Server 2019
(Pinal Dave) If you have learned about the new features of SQL Server 2019, you might already know about this feature called “memory-optimized tempdb metadata”.
How To Debug An Angular Application In Chrome
(Nitin Pandit) Create a basic application or open any existing angular app in visual studio code. I have created a basic application and opened the same project in VS code.
Tips for using temporary tables in SQL Server 2019
Tips for using temporary tables in SQL Server 2019 Try to avoid using temporary tables inside your stored procedure. Using temporary tables inside stored procedure reduces the chance to reuse the execution plan. Use Table data type instead of temporary tables whenever possible. A Table data type is a special data type that used for temporary storage of a set...
Why is the XLOCK table hint broken?
(Daniel Janik) Let’s talk about what XLOCK is supposed to do. XLOCK is a table hint that can be applied to a query to place an exclusive lock on the resources that the query accesses.
