(Han Bo Sun) This tutorial gives a basic rundown of how RequireJS can be used to implement web application via components and dependency injection.
Other News
Tips for using linked servers in SQL Server 2019
Tips for using linked servers in SQL Server 2019 Rewrite remote queries so, that the most work will be performed on the remote server, not the local server. You can run the remote query from Management Studio and take a look at the query plan to find out which parts of the remote query are performing on the remote server...
AI-powered Search with spaCy – Part 8
In the previous articles in this series, you’ve learned a lot of different techniques that might be used for modifying a search string submitted by a user to a search engine, in order to obtain more relevant results. Thus, for example, you looked at how to find noun chunks and enclose them in double quotes in part 7, and how...
The ‘Visual Has Exceeded The Available Resources’ Error In Power BI
(Chris Webb) Very occasionally you may find that a report that is slow to render – but still renders successfully – in Power BI Desktop shows the error “Visual has exceeded the available resources” for some visuals when published to the Power BI Service:
jOOQ 3.13 Released with More API and Tooling for DDL Management
(lukaseder) Starting with this release, we will further embrace our support for parsing, translating, executing, and now also interpreting DDL statements.
AVG Aggregate Function and NULL in Oracle Database
(Nimish Garg) In my previous post on Oracle Aggregate Functions, I explained Oracle Database ignores NULL values with Aggregate Functions, which is perfect while calculating COUNT, MIN, MAX and SUM but sometimes it leads us to wrong values if we do not focus on Oracle Database behavior and business
Has my scheduler been turned off?
(Connor McDonald) When the scheduler came into existence in Oracle 10g, there was a cool API call that could be used to temporarily turn the entire scheduler off. That command was:
Query Plan Change Diagnosis Example
(Bobby Durrett) This week I investigated an issue with a query that was suddenly a lot slower in one test environment than another. It runs about 2 seconds in the good case as well as in production.
Accelerating Modernization with Agile Integration
(Adeline SE Chun, Aiden Gallagher, Amar A Shah, Callum Jackson, Claudio Tagliabue, Iliya Dimitrov, James Blackburn, Joel Gomez, Kim Clark, Lee Gavin, Maria Menendez, Martin Evans, Mohammed Alreedi, Murali Sitaraman, Nick Glowacki, Shishir Narain, Timothy Quigly, Tony Curcio, Ulas Cubuk and Vasfi Guc
User Registration with ASP.NET Core Identity
(Marinko Spasojevic) With ASP.NET Core Identity fully registered we can learn how to perform user registration actions in our project.
