(James Serra) At Microsoft Ignite, one of the announcements was for Azure SQL Database Hyperscale, which was made available in public preview October 1st, 2018 in 12 different Azure regions.
Community
What is a Java servlet? Request handling for Java web applications
(Matthew Tyson) Request handling is the bread and butter of Java web application development. In order to respond to requests from the network, a Java web application must first determine what code will respond to the request URL, then marshal a response.
Upload Large Files In ASP.NET Core
(Bipin Joshi) By default, ASP.NET Core allows you to upload files up to 28 MB (approximately) in size. However, at times you want to deviate from this limit and upload larger files on the server.
Updating InVision Router Experiment To Use Lazy Loading Feature Modules In Angular 6.1.9
(Ben Nadel) Earlier this year, I embarked on an exciting adventure in trying to recreate the InVision app user interface (UI) with the new Angular 5 router.
.NET Tip: Testing Private Fields
(Peter Vogel) If you’re interested in this tip, skip the next section — the next section is just a long-winded explanation of the most recent occasion when I felt I had to use these tools.
SQL Server 2019 CTP 2.0 New Features – Introducing the Page Cracker (AKA sys.dm_db_page_info)!
(Pam Lahoud) Microsoft Ignite 2018 is fading away in the rearview mirror, but the excitement over all the new features and the vision shared there is just beginning.
SQL SERVER – Remove Duplicate Rows Using UNION Operator
(Pinal Dave) In my earlier post on SQL SERVER – Delete Duplicate Rows, I showed you a method of removing duplicate rows with the help of ROW_NUMBER() function and COMMON TABLE EXPRESSION
Using AWS EC2 instance store vs EBS for MySQL: how to increase performance and decrease cost
(Alexander Rubin) If you are using large EBS GP2 volumes for MySQL (i.e. 10TB+) on AWS EC2, you can increase performance and save a significant amount of money by moving to local SSD (NVMe) instance storage. Interested?
Query Builder: On Inline Views and ANSI Joins
(Jeff Smith) Stumbling around on StackOverflow this morning, I came across this person’s HOMEWORK question, and the answer chided them on not using ANSI style JOINs.
Generic Docker container image for running and dynamically reloading an Oracle JET application from a Git repository
(Lucas Jellema) This article introduces a Docker Container Image that runs an Oracle JET application from a Git repository and is capable of dynamic reload of that application when the repository contents get updated.
