(Ben Nadel) Yesterday, I started to think about recursive Angular layouts for the first time. And, as someone who has bought into the “everything is a component” point-of-view, my natural instinct was to reach for recursive components.
Tag: Development
Diagnosing .NET Core ThreadPool Starvation with PerfView (Why my service is not saturating all cores or seems to stall).
(Vance Morrison) This article is worth a read if you have
Integrate NDepend into your .Net Core projects !
(anthonygiretti) In computer science and software engineering in particular, software quality is an overall assessment of software, based on many indicators.
Standard Library Algorithms: Changes and Additions in C++17
(Marc Gregoire) The C++14 standard already contains a wealth of different kinds of algorithms. C++17 adds a couple more algorithms and updates some existing ones. This article explains what’s new and what has changed in the C++17 Standard Library.
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.
Unit Testing Angular Components
(Ravi Kiran) In this tutorial, we will see how to use Angular CLI to set up the environment for unit testing and then show how to test Angular components in that environment.
List Down Your Google Drive Files Using .NET
(Tapas Pal) The Google Drive platform provides a list of APIs, along with client libraries, language-specific examples, and documentation for developers to integrate Drive functionalities with Web and Mobile applications. Core functionalities of Google Drive are to download and upload.
How can I programmatically inspect and manipulate a registry hive file without mounting it?
(Raymond Chen) Say you have a registry hive file. One way to inspect and manipulate its contents is by calling the RegLoadKey function to mount it in the registry and then use the normal registry operations.
