(Julien Oudot) Visual Studio Code (VS Code) is sometimes considered as a slimmer and minimalist version of Visual Studio. However, depending on the technology stack used, VS Code can really be the platform of choice to benefit from the best features.
Tag: Development
2018: When VS Code Eclipsed Visual Studio IDE
(David Ramel) I wonder if Microsoft knew what it had on its hands back in 2015 when it created Visual Studio Code, the little code editor that could.
Six Opinionated Tips to be a Better .NET Developer
(Isaac Levin) I am humble to be a part of the 2nd Annual C# Advent Calendar. Thank you to everyone who helped put it together and contributed. My blog post is hopefully a fun one not to be taken too seriously.
ngOnChanges() Life Cycle Hook Only Gets Invoked If Calling Context Actually Provides Input Bindings In Angular 7.1.1
(Ben Nadel) The other day, when experimenting with the “Definite Assignment Assertion” in TypeScript, I stumbled upon the fact that my mental model for the ngOnChanges() life cycle hook in Angular was inaccurate.
Garbage Collection in C# (.NET Framework and .NET Core)
(Damir Arh) This C# tutorial explains how Garbage Collection works in .NET Framework and .NET Core, and some best practices to follow.
An Introduction to Azure Redis Cache
(Tapas Pal) Redis Cache service has been added to Microsoft Azure, based on the most popular open source Redis Cache. It’s one of the cache service offerings from Microsoft Azure allows the user to have access of rich features.
An Ad Hoc Approach to Passing Elements from Blazor to JavaScript
(Peter Vogel) In a previous column I described an architectural, design-pattern-based approach to integrating JavaScript and Blazor code.
Updating Westwind.AspnetCore.Markdown with Markdown from Files and URLs
(Rick Strahl) It’s been a while since I’ve been working on my Markdown tools, but last week I was back in content update mode on my Web site updating a bunch of ancient sites to something a little more modern.
Visual Studio Toolbox: Building Bots Part 2
(Robert Green) A bot is software that interacts with humans to do things like chat, make recommendations, book travel and more.
Strict Mode Settings In JavaScript Are Scoped To The Script Tag
(Ben Nadel) Yesterday, in a discussion with Sean Roberts, the lead of our Web Performance Team, I learned something new about the “use strict” mode assertion in JavaScript.
