(Matias Lopez) Hello! This post will show you how to open and show JSON files in JavaScript for Web.
Community
An Absolute Beginner’s Tutorial on Middleware in ASP.NET Core/MVC (and writing custom middleware)
(Rahul Rajat) In this article, we will try to understand the concept of middleware in ASP.NET core.
How to know if a user never connected to the MySQL server since last boot ?
(Frederic Descamps) Performance_Schema is used most of the time to get metrics about queries and connections. But it can also provide other very useful information.
Recreate Database Using Only Datafile and Logfile
(Anuradha Mudgal) Let’s have look on the steps are used by Oracle DBA for “Recreate Database Using Only Datafile and Logfile”.
Difference Between ASP.NET MVC5 And ASP.NET Core
(Debasis Saha) In the year 2016, Microsoft introduced a new framework called .Net Core. Basically, it is not an updated version of the existing .net framework. Microsoft developed this framework as a totally new framework.
SQL SERVER – Unable to Launch SQL Server Configuration Manager. Error: Cannot Connect to WMI Provider. [0x80070422]
(Pinal Dave) While playing with my virtual machine, I encountered an interesting error. In this blog we would learn how to fix error cannot connect to WMI provider [0x80070422] while launching SQL Server Configuration Manager.
NoSQL/X DevAPI Tutorial with MySQL Connector/Python 8.0
(Jesper Krogh) The MySQL Document Store became general available (GA) with MySQL 8. One of the nice features of the MySQL Document Store is the X DevAPI that allows you to query the data from a multitude of programming languages using the same API (but while retaining the conventions of the language
Oracle Offline Persistence Toolkit – After Request Sync Listener
(Andrejus Baranovskis) In my previous post, we learned how to handle replay conflict – Oracle Offline Persistence Toolkit – Reacting to Replay Conflict.
Using the String.join Method to Concatenate Strings
(Srinath M S) To join the objects in a collection, such as a string array, with a common delimiter like a comma or another character, is quite easy with the string.join method.
MySQL 8 Resource Group – introduction and dynamic allocation
(Kedar Vaijanapurkar) MySQL 8 is GA and it has a variety of new features. Recently, we happened to work with resource groups to restrict resource utilization for a MySQL thread.
