Azure Move Azure App Service To Another App Service Plan Moving an App Service to another App Service Plan maybe necessary to light up features but what if you cannot see the existing App Service Plan in the portal that you already have in use for an existing App Service?
blazor Consuming {JSON} Serialized Models in Blazor WebAssembly Some considerations using the new .NET Core serializer as we consume JSON data from a Blazor WebAssembly component via a simple WebApi
7 Simple Considerations == better code... As developers we are busy designing and developing solutions and we can often overlook some really simple steps that can make us not only more productive but increase our code quality.
Azure DevOps Azure DevOps - Pull Request Merge Conflicts Before a Git pull request can complete, any conflicts with the target branch must be resolved. Out of the box, at the time of writing this article, Azure DevOps requires this to be resolved locally. However a great little extension exists in the marketplace...
blazor Blazor WebAssembly With WebAssembly surfacing as a core feature of every major browser, the initial goal of the ASP.Net team was to have .Net running on-top of this near to real time technology. With the release set for May 2020, it's time to get really excited about .Net assemblies running in the browser!
blazor Blazor Server The first version of Blazor to make it into production, Blazor Server offers FullStack development of web applications without the total dominance of JavaScript. Angular, React, Vue, Flutter - Please Step aside: .Net is in town - end to end!
blazor What Is ASP.NET Blazor? Part 1 on a journey exploring this amazing new SPA technology in a series of videos and posts aimed at providing understanding along with context.
Azure DevOps Simple Git branching strategy for release cycles Most teams requires some kind of branching strategy to enable collaboration on a code base. This article highlights some considerations when coming up with your ideal workflow.
Azure Switching Between Local & Azure DevOps Artifacts during Development & Debug Visual Studio marketplace extension which allows simplified switching of references between NuGet package feeds and local references.
Azure DevOps Azure DevOps Authorisation Join me from the trenches as we explore in quite granular detail, some of the observations and notes i made while managing whether an identity has access to a given service, feature, function, object, or method in Azure DevOps.