(Daniel Neumann) This week the multiple node pool feature for Azure Kubernetes Service went GA.
Tag: Development
Component Queries Metadata Appears To Be Broken When The Ivy Renderer Is Enabled In Angular 9.0.0-rc.2
(Ben Nadel) The other day, I thought I was taking crazy pills! No matter what I did, I couldn’t get my ViewChild Component template query to work in Angular 9.0.0-rc.2 if the query was defined in the @Component() decorator.
Creating Angular Synchronous and Asynchronous Validators for Template Validation
(Rick Strahl) This isn’t a new topic, but I’ve had a hard time to find consolidated information on Validators for the scenario I describe here so I decided to write this down.
What Happened To @Helpers In ASP.NET Core?
(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.
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 .”
Type Classes: Things I wish someone had explained about functional programming
(James Sinclair) This is part three of a four-part series: Things I wish someone had explained to me about functional programming.
CRUD Using GRPC, EF Core, And ASP.NET Core (Part – 4)
(Bipin Joshi) In Part -1, Part – 2, and Part -3 of this article you learned to create and consume the EmployeeCRUD service in ASP.NET Core. This concluding part of this series discusses some limitations that you should be aware of while deploying gRPC services with real-world applications.
Creating a Text Scroller Control
(Hannes DuPreez) Developing programs can be a drag sometimes, especially if you must do that for a living, and even more so when certain projects are just plain boring. Luckily, I’ve got my articles to provide some color and excitement to my life as developer.
Using composite command in ASP.NET Core
(Gunnar Peipman) My introduction to composite command pattern was more theoretical and focused to high-level details. This blog post focuses on implementation details and introduces how to use composite command in ASP.NET Core to upload and process photos.