Blog
Page 15 of 20
2023-03-14 csharp
How to switch to C# 11
Fix the 'Feature is not available in C# 10.0' error by switching to C# 11 via target framework or LangVersion in your .csproj file.
2023-03-11 csharp
C# – Best way to Throw Exception If Null
Use ArgumentNullException.ThrowIfNull in .NET 6+ for concise null checks, or use throw expressions in C# 7+ for older frameworks.
2020-12-20 aspnetazuredocker
The specified version of Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found.
Fix the 'Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found' error by updating your Azure App Service stack and .NET runtime version.
2020-11-20 azure
Azure DevOps Fix: .NET Core SDK requires logout or session restart
How to fix the Azure DevOps build error 'Since you just installed the .NET Core SDK, you will need to logout or restart your session' by switching the build agent specification.
2020-11-20 csharp
Get Embedded Resource Stream in .NET Core
Learn how to retrieve an embedded resource stream in .NET Core by understanding how resource names are composed and using GetManifestResourceStream.
2020-11-18 azureazure-functions
Azure Functions vs WebJobs – Which to choose
Compare Azure Functions and WebJobs: key differences in scaling, pricing, triggers, and when to choose one over the other.
2020-11-18 azurelogic-appsmicrosoft-power-automate
Which to choose: Logic Apps vs Microsoft Power Automate
Compare Azure Logic Apps and Microsoft Power Automate to determine which workflow automation service is best suited for your use case.
2020-11-13 csharpxamarin-forms
How to use appsettings.json with Xamarin.Forms
Learn how to use appsettings.json configuration files with Xamarin.Forms by embedding the file as a resource and building an IConfiguration object.
2020-11-09 signalrxamarinxamarin-forms
Creating a cross-platform chat app using Xamarin Forms and SignalR
Build a cross-platform real-time chat app in under 5 minutes using Xamarin Forms for the client and ASP.NET Core SignalR for the backend.
2020-11-06 wordpress
How to fix WordPress Missing MySQL extension after MultiPHP upgrade on HostGator
Fix the 'Missing MySQL extension' WordPress error after upgrading PHP via the MultiPHP manager on HostGator by removing the obsolete handler from .htaccess.