(Rick Strahl) A while back I posted some ASP.NET Core Markdown related components in a Westwind.AspNetCore.Markdown library along with a couple of posts that describe how these various components are created:
Community
Defining Dynamic AJAX-Driven Service Providers Using APP_INITIALIZER In Angular 6.1.4
(Ben Nadel) On the latest Adventures In Angular podcast, Dave Bush discusses his blog post about storing Angular configuration data outside of the compiled application files.
Installing SQL Server 2017 for Linux on Ubuntu 18.04 LTS
Prior to SQL Server for Linux 2017 CU10 the package dependencies prevented install on Ubuntu 18.04 LTS. The SQL Server 2017 installation packages have updated use the libssl1.0.0 package, allowing installation to occur on Ubuntu 18.04 LTS installations.
Integrating Blazor and JavaScript Code
(Peter Vogel) It would be great if you could call Blazor C# methods from your JavaScript code. Right now, that’s not quite possible: Simply calling Blazor C# from JavaScript won’t work (you’ll get a message about a call dispatcher not being available).
Porting Data From MongoDB to MySQL Document Store in TWO Easy Steps
(Dave Stokes) Porting data from MongoDB to the MySQL Document Store is very easy. The example I will use is an example data set from the good folks at Mongo named zips.json that contains a list of US Postal Codes and can be found at http://media.mongodb.org/zips.json for your downloading pleasure.
ORA-31626, (Database-pump)-job does not exist
(Job Oprel) A short post about the ORA-31626 error. Found out a scheduled export- and import- job was broken in an Oracle Database. Error:
Index Monitoring in Oracle Database
(Zahid Anwar) In Oracle Database 12cR2, this feature is replaced. A new blog post of this feature will be posted in due course.
Nimbus Look&Feel in SQLDeveloper and JDeveloper!
(Martien van den Akker) Recently SQLDeveloper 18.2 has been released. Who knew it will grow into this, when it was introduced as Project Raptor; wasn’t it in 2005?
Script for SQL Server Agent Job Issues Across All Instances
(Pablo Echeverria) There’s a chance your SQL Server Agent Jobs that have been running smoothly forever, but suddenly for no apparent reason they fail.
Improving Efficiency With Strategy Design Pattern In JSON Parser Example
(Ashish Vishwakarma) Strategy Pattern falls under the behavioral patterms category in Gang of Four Design Patterns. Let’s take a real world example. In your office building your workstation is on the first floor while your colleague has one on the seventh floor.
