(Eric Vogel) Today I’m going to cover how to use Entity Framework Core migrations in a .NET Core application through the command line and in code. To get started create a new .NET Core Console Application as seen in Figure 1.
Author: SSWUG Research
The most dangerous constructor in .NET
(André Snede Kock) You should never instantiate a X509Certificate2 with the “new” keyword if you can avoid it, it is one of the most dangerous constructors in .NET – X509Certificate2, and if you do, you must be aware of these gotchas.
Using the DateTimePicker
(Hannes DuPreez) A DateTimePicker allows the user to select dates and times.
An Easy Way to Test HTTP Requests During Development
(Erin Cavanaugh) Web and web services developers often need to send HTTP requests – whether for testing APIs, testing REST and SOAP web services, or managing web sites.
5 Minutes Demo: Using Liquibase in SQLcl to version Oracle Database
(Jeff Smith) I previously talked about our new Liquibase support in SQLcl, so you may want to start there if it’s brand new to you.
How To Test Data Guard Fast-Start Failover By Shutting Down Standby Server
(Michael Dinh) This post will demonstrate the procedure for testing Oracle Data Guard Fast-Start Failover by shutting down the server where the standby database is running from.
Migrating Oracle Exadata Workloads to Azure
(Kellyn Pot’Vin-Gorman) I know, I know- there’s a number of you out there thinking-
Sending Power BI Alerts To Users Via Teams Using Power Automate And Adaptive Cards
(Chris Webb) A few months ago my esteemed colleague Patrick LeBlanc published a great video showing how you could use Power Automate (formerly known as Microsoft Flow) to send an email when a Power BI alert is triggered.
How to Install Angular 9 CLI and Create an Angular 9 Project with Routing
(Ahmed Bouchefra) In this tutorial, we’ll install the latest Angular CLI version and generate a new Angular 9 project with routing.
Troubleshooting SQL Server Replication Installation
(Gareth Newman) When you attempt to configure a SQL Server distributor or create a publication in SQL Server Replication, an issue you can come across, is that the SQL Server Replication feature it is not installed!
