(Mike Brind) When you port your Razor-based application to ASP.NET Core, whether its an MVC application or a Web Pages application, you might notice that adding a @functions block to your .cshtml file works as expected, but any attempt to add a @helpers block doesn’t work at all.
Other News
Component View-Template Fragments Retain Bindings And Can Be Moved Around In The DOM In Angular 9.0.0-rc.2
(Ben Nadel) Yesterday, while “walking” the dog, I had the most random thought: What happens if I take an Element Reference from one of my Angular Components and just move it into the document.body after the Component has been initialized?
Leveraging Acceptance Criteria When Writing Agile User Stories
(Peter Vogel) As near as I can tell, everyone who’s doing Agile is writing requirements in the user story format of “As I need to so that I can .”
Java Heap Sizing in a Container: Quickly and Easily
(Vivek Thakur) In the previous blog, We have seen that Java has made improvements to identify the memory based on a running environment i.e. either a physical machine or a Container (docker).
Troubleshooting SQL0803N
(Ember Crooks) SQL0803N is an error message that means the SQL statement just issued failed due to violating a unique constraint within the database.
MySQL InnoDB Cluster – What’s new in Shell AdminAPI 8.0.18 release
(Miguel Araújo) The MySQL Development Team is very happy to announce a new 8.0 Maintenance Release of InnoDB Cluster – 8.0.18.
Oracle Data Visualization Desktop Connecting to Oracle Cloud Always Free Autonomous Database
(Lucas Jellema) Oracle Cloud now offers the Always Free Tier that comes with an always free Autonomous Data Warehouse (up to 20 GB data storage) as well as an free Autonomous Database for Transaction Processing. In an earlier article, I described how to provision your own Free Autonomous Data Wareho
What’s new with Oracle database 18.7 versus 18.6
(Frits Hoogland) With the Oracle database version 18.6 patched to 18.7 on linux, the following things have changed:
Deprecated Functionality for WebLogic Server 12.2.1.4.0
(Dirk Nachbar) Since around 6 weeks the last Oracle WebLogic Server 12.2.1.4.0 Release is available and I got some spare time to read the necessary documentations.
Logging Level Recommendations for the SQL Server Integration Services Catalog
(Koen Verbeeck) In the Integration Services (SSIS) catalog, there are several options for the built-in logging. These options are called logging levels and they control the granularity of the logging when SSIS packages run in the catalog. Which logging level should we choose for which scenario?
