(Subodh Sohoni) How to use Azure DevOps services of version control, build and deployment for an Angular 6 app. We will also test the deployed app using Protractor.
Tag: Development
Async loaded .NET projects may impact Visual Studio extensions
(Mads) In Visual Studio 2019 version 16.3, the CSProj project system (C#/VB non-SDK style) introduces a new way of loading called Partial Load Mode (PLM).
Understanding Struct Key-Casing Using SerializeJson() In Lucee 5.3.2.77
(Ben Nadel) In general, Lucee CFML has really solid JSON (JavaScript Object Notation) support because it stores data using native Types under the hood.
Visual Studio Gets ‘Developer PowerShell’ Prompt
(David Ramel) On Jan. 17, 2018, Microsoft’s Scott Hanselman asked Visual Studio developers if they would like a PowerShell prompt with pre-set PATH and Environment variables baked right into the IDE. They said yes.
Reducing MTTR in the Field: 10 Simple Steps Using Retrace
(Ben Munat) The last decade has ushered in a golden era of software engineering. The rise of cloud computing freed companies from managing their own data centers and provided on-demand scaling.
Creating a Maze Game in .NET, Part 1: Structure
(Hannes DuPreez) When I was teaching programming full time, I always tried to enable the students to think for themselves, and figure out how their own logic works, because it is quite difficult teaching people logic.
Preview Features in Visual Studio
(Stephanie) The Preview Features page under Tools > Options > Environment has a new look! We introduced the Preview Features page so that you can easily find these capabilities and be able to control their enablement.
Performance Case Study: Parallel Data Access Using Parallel Struct Iteration In Lucee 5.2.9.40
(Ben Nadel) A couple of weeks ago, I was very excited to discover that Lucee 5 supports parallel iteration of data structures. And, given this parallel iteration, I started exploring the developer ergonomics of asynchronous data accesses using parallel iteration.
Q&A with AI Developer Henk Boelman: Hands-On with Microsoft’s New AI and IoT Technologies
(Becky Nagel) We caught up with Henk Boelman, Microsoft AI MVP and Cloud AI Architect, to learn more about what’s exciting in AI, his favorite features in Microsoft Cognitive Services and Windows IoT and the latest updates on his upcoming day-long hands-on lab for Live! 360, “Build Your Own A.I. Pow
Getting Started with gRPC Client Factory
(Steve Gordon) Regular visitors of my blog will know that I’ve written a lot of posts about the HttpClientFactory feature, available in the Microsoft.Extensions.Http package which simplifies the consumption and proper lifetime usage of HttpClient instances.