(Jason Brimhall) Working through some security modernization recently with a client I ran into a fun little nugget. What we were trying to accomplish was to make the service accounts being used more secure through the use of Managed Service Accounts.
Community
Power BI Real-time Streaming
(James Serra) With Power BI real-time streaming, you can stream data and update dashboards in real-time. Any visual or dashboard that can be created in Power BI can also be created to display and update real-time data and visuals.
Override window.alert
(David Walsh) For years the only bit of feedback web developers could get was via alert(“{str}”) calls.
Response to Make database simpler
(John Hallas) I read an interesting and thought provoking blog this morning Make Oracle database simple again
OEM 13c Monitoring Features – Part 3, Reports Based On Metric Data
(Fernando Salgado) As mentioned in the previous post, historical data collection can be kept in the Oracle Enterprise Manager (OEM) repository for reporting purposes, depending on the metric settings.
Installing Oracle GoldenGate 19c Microservices – Binaries Only
(Bobby Curtis) It has taken me some time to get around to doing more videos; mostly because I don’t like the way that I sound when I hear my voice.
Database Schema Change and DevOps
(Craig S. Mullins) Traditionally, the DBA is the custodian of database changes. The DBA is the information technician responsible for ensuring the ongoing operational functionality and efficiency of an organization’s databases and the applications that access those databases.
Use AutoMapper To Map One Object To Another In ASP.NET Core
(Bipin Joshi) While developing ASP.NET Core web applications you often need to transfer data residing in one object into another. You can accomplish this task manually by setting properties of the target object with the values from the source object.
Setting Cloud Role Name in Application Insights
(Dave Paquette) This post is a continuation of my series about using Application Insights in ASP.NET Core. Today we will explore the concept of Cloud Role and why it’s an important thing to get right for your application.
Avoiding the Debugger with Better Logging
(K. Scott Allen) There’s actually two reasons why I tend to avoid using debuggers. The first reason is a genuine belief that debuggers encourage short term thinking and quick fixes in software.