(David Ramel) Microsoft already stewards several popular programming languages — C#, TypeScript, F# — so what’s up with its love of Rust, along with the rest of the world?
Tag: Development
Migrating Code to Azure DevOps Repos (4 Different Scenarios)
(Gouri Sohoni) This tutorial takes an overview of Code Migration from Centralized version control to Azure DevOps. We also discuss a scenario where the code resides in Git but is on on-prem server, which needs to be migrated to Azure DevOps.
Connect KinD with Azure Arc enabled Kubernetes
(Daniel Neumann) At this year’s first ever digital Microsoft Build conference, Microsoft announced the public preview of Azure Arc enabled Kubernetes.
Attempting To Improve Rendering Performance Of A Large List View In AngularJS 1.2.22
(Ben Nadel) Last week at InVision, we held a company hackathon that produced some amazing ideas across the company. I was on a team that built a “magic link” invite system for enterprise customers.
10 Azure DevOps Tips & Tricks that you should know
(Abhijit Jana) Azure DevOps has everything you need to build your software product from envisioning to put in into end-users’ hands. This post listed 10 useful Azure DevOps Tips & Tricks.
Vendors Update Controls for .NET Core 3.1, Blazor
(David Ramel) This week saw two third-party vendors of dev tools — UX and UI toolkits and controls — release new offerings that include support for two of Microsoft’s main open source frameworks, the cross-platform .NET Core 3.1 and Blazor, which allows for creating browser-based web applications
Using Abstract Classes As Dependency-Injection Tokens With ‘providedIn’ Semantics In Angular 9.1.9
(Ben Nadel) Earlier this week, I looked at saving temporary form-data to the SessionStorage API in Angular 9 so that a user wouldn’t lose their form-data if they accidentally refreshed the page.
Display Images in Bootstrap Carousel using Razor Pages and Entity Framework
(Mike Brind) This short article shows how to display images stored in a database in a Razor Pages application using the Bootstrap Carousel and Entity Framework Core.
ASP.NET Core WebSockets and Application Lifetime Shutdown Events
(Rick Strahl) A couple of days ago I received a bug report in my Westwind.AspnetCore.LiveReload repository that revolves around the application life cycle handling events.
Developing on Docker with the new and improved Visual Studio Container Tools (and WSL2)
(Scott Hanselman) I’ve been spending a lot of time with Docker lately. Docker Desktop on Windows is great and getting better every day. Now that WSL2 (Windows Subsystem for Linux) is rolling out stable over the coming weeks and Docker Desktop supports WSL to host Linux containers directly, I’m findi