(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.
Community
Using the DateTimePicker
(Hannes DuPreez) A DateTimePicker allows the user to select dates and times.
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.
Entity Framework Core Migrations
(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.
Making Data Simple – Goals for 2020: Clearing a Path for Success with Rob Thomas
Want to be featured as a guest on Making Data Simple? Reach out to us at [almartintalksdata@gmail.com] and tell us why you should be next.
Puzzled by MySQL Replication (War Story)
(Jean-François Gagné) Recently, I was puzzled by MySQL replication ! Some weird, but completely documented, behavior of replication had me scratching my head for hours. I am sharing this war story so you can avoid losing time like me (and also maybe avoid corrupting your data when restoring a back
SQL SERVER – Script to Find All Columns with a Specific Name in Database
(Pinal Dave) My biggest pleasure for my job is meeting new people every day while doing a Comprehensive Database Performance Health Check. Recently, one of the clients asked me if I have a Script to Find All Columns with a Specific Name in Database.
Data Binding In Angular 8
(Khaja Moizuddin) In this article, we will learn about Data Binding in Angular. As we know Data Binding is used for binding the data from View to Component or Component to View.
Analysing Database Time with Active Session History for Statements with Online Optimizer Statistics Gathering Operations
(David Kurtz) I have been looking into the performance of online statistics collection. This feature was introduced in 12c. When statistics are collected online there is an extra OPTIMIZER STATISTICS GATHERING operation in the execution plan.
Using Azure Functions Durable HTTP APIs
(Mark Heath) One of the really nice new features released last year in Durable Functions v2 is support for “Durable HTTP APIs”.
