(Ahmed Bouchefra) HttpClientModule configures the dependency injector for HttpClient with supporting services for XSRF.
Community
Viewing Azure SQL DB security with sp_AzSQLDBPermissions2
(Kenneth Fisher) A few months back I put the Azure SQL DB version of my permissions script into beta. I’m not sure how much it’s been used by anyone other than me but so far it appears to be working correctly.
Matching Patterns With Java
(Sebastian Daschner) Learn more about matching patterns in Java.
Using Moq to Create Fluent Test Classes in ASP.NET Core
(Matthew Jones) Now that we’ve discussed why, when, and how we want to write unit tests, it’s time to set up our project to allow us to do so. In this post, we will create “fluent” mocking classes that will allow us to easily write unit tests using Moq, XUnit, and ASP.NET Core.
Integration Testing of Real-time communication in ASP.NET Core (using Kestrel and SignalR)
(Dobromir Nikolov) Integration testing is getting more and more popular amongst ASP.NET Core developers who care about shipping quality products. Real-time functionality is now a norm and is included in the requirements of modern web applications. Learn how you can incorporate these two concepts by
An Introduction to Sequence Containers in C++
(Manoj Debnath) In C++, the sequence containers are a group of template classes to store data elements. Because they are template classes, they can be used to store any data elements, including custom classes. The data structure they implement enables a sequential access.
Using MySQL Community Repository with OL 8/RHEL 8/CentOS 8
(Frederic Descamps) MySQL 8.0 is now part of RedHat Enterprise 8 and other distros based on it like CentOS and Oracle Linux.. This is a very good thing !
Notifications from Oracle API Platform Cloud Service
(Phil Wilkins) There are circumstances in which notifications from the Oracle API Platform CS could be seen as desirable.
Oracle Database Views and Tables for Oracle GoldenGate
(Bobby Curtis) Oracle GoldenGate for Oracle over the last few releases have been moving towards an integrated architecture. This means that there is more views and tables within the Oracle Database that support Oracle GoldenGate.
ORA-1722 when upgrading to 19.4.0 or 19.5.0 on Windows
(Mike.Dietrich) Oh boy – I try to avoid blogging about errors on a specific platform. But as this topic was brought to my attention now 3x in 2 weeks, I think I’ll send it out. And I hope you won’t hit this ORA-1722 when upgrading to 19.4.0 or 19.5.0 on Windows.
